// Prevent definition of $
if (typeof jQuery == "undefined") {
	console.log('Could not initialize tyQuery: jQuery is not initialized');
} else {
	var $ty = tyQuery = jQuery.noConflict();
	var $ = jQuery;
	// load additional tyQuery-library
	$ty(function() {
		if( typeof myty == "undefined" ) var myty = {basePath:'/tycon'};
		$ty.ajax({url:myty.basePath+'/scripts/tyquery/lib/tyquery.lib.js',dataType:'script',async:false});
	});
}
