 
jQuery.noConflict();
jQuery(document).ready(function() { 	 
 

});


function redirect(url){
	window.location.href = url;
}

