//Ëæ»úBANNER ÖÆ×÷hari
function flash(url_f,width_f,height_f){
//theOK='<table width='+width_f+' height='+height_f+' border="0" cellspacing="0" cellpadding="0" bgcolor="#000000" > <tr><td bgcolor="#FFFFFF"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width='+width_f+' height='+height_f+'><param name=movie value='+url_f+'><param name=quality value=high><embed src='+url_f+' quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width='+width_f+' height='+height_f+'></embed></object></td></tr></table>';
theOK='<table width='+width_f+' height='+height_f+' border="0" cellspacing="0" cellpadding="0" bgcolor="#000000" > <tr><td bgcolor="#FFFFFF"></td></tr></table>'
return theOK;
}

posb="<div>"  
pose="</div>"
tips = new Array() 
//tips[0] = flash("http://www.onda.cn/eshop/ad/images/ad1_2.swf","280","35") //ELSA
//tips[0] = flash("http://www.onda.cn/eshop/ad/images/ad1.swf","280","35") //ELSA
//tips[0] = flash("http://www.onda.cn/eshop/ad/images/ad1_dx9.swf","280","35") //ÍçÆ¤ºï
//tips[1] = flash("http://www.onda.cn/information/ad/images/ad4_1.swf","150","235")
//tips[0]="<a href='/eshop/product/productclass.jsp?CLASS_ID=233'  target=_blank><img src='/eshop/ad/images/989+_ad1.gif'  border=0>"
tips[0] = flash("","280","35")

index = Math.floor(Math.random() * tips.length) 
document.write(posb);
document.write(tips[index]);
document.write(pose);