
//rnd.today=new Date(); 
//rnd.seed=rnd.today.getTime();
//function rnd()
//{ 
//    rnd.seed = (rnd.seed*9301+49297) % 233280;
//    return rnd.seed/(233280.0); 
//}

//function rand(number)
//{ 
//    return Math.ceil(rnd()*number); 
//}

//var aaa = rand(1);
//switch (aaa)
//{
//	 case 1:
//	{
//	   //document.write("<a href='http://yhqan.pceggs.com/web/qmain.aspx' target='_blank'><img src='/tuiguang/imgs/AD_780x100.jpg' border='0'></a>")
//	   break;
//	}	
//}

//ÂÖ²¥¹ã¸æ
imgUrl1 ="/tuiguang/imgs/cy_01.jpg";
imgtext1='cy';
imgLink1=escape("http://www.pceggs.com/resstat.aspx?pcstid=1005")
imgUrl2="/tuiguang/imgs/cy_02.jpg";
imgtext2="cy"
imgLink2=escape("http://www.pceggs.com/resstat.aspx?pcstid=1005");

var focus_width=740
var focus_height=45
var text_height=0
var swf_height = focus_height+text_height

var pics=imgUrl1+"|"+imgUrl2
var links=imgLink1+"|"+imgLink2
var texts=imgtext1+"|"+imgtext2
 
 
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">')
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="/tuiguang/imgs/focus1.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">')
document.write('<param name="menu" value="false"><param name=wmode value="opaque">')
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">')
document.write('</object>')

