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