var url = $.browser.msie ? window.location : document.location;
swfobject.embedSWF('site_preloader.swf','flashContent','100%','100%','10.0.0','/scripts/swfobject/expressInstall.swf',null,{bgcolor:'#1e0f0a',menu:'false', allowFullScreen:'true'},{id:'next',name:'next'});

function genByPassLink(){
	byPass = (url+"?detectflash=false");
	$("#byPassURL").attr("href", byPass);
}
