// JavaScript Document

function rand_hotsite(){
	var randomnumber=Math.floor(Math.random()*3) + 1;
	//window.document.write(randomnumber);
	
window.document.write("<script type=\"text/javascript\">");



window.document.write("AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','100%','height','691','src','main"+randomnumber+"','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','main"+randomnumber+"','wmode','transparent' );");
window.document.write("</script><noscript><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"550\" height=\"400\">");
window.document.write("<param name=\"movie\" value=\"main"+randomnumber+".swf\" />");
window.document.write("<param name=\"quality\" value=\"high\" />");
window.document.write("<param name=\"wmode\" value=\"transparent\">");
window.document.write("<embed src=\"main"+randomnumber+".swf\" quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"100%\" height=\"691\"></embed>");
window.document.write("</object></noscript>");
}