jQuery.syncScript=function(src){
	if (document.location.href.indexOf('test') != -1)alert('<'+'script src="'+src+'?nocache='+jQuery.rand()+'"></script>');
	document.write('<'+'script src="'+src+'?nocache='+jQuery.rand()+'"></script>');
}
