//Ëæ»úpic ÖÆ×÷Bluesky.Hao
function flash(url_f,width_f,height_f){
theOK='<table width='+width_f+' height='+height_f+' border="0" cellspacing="1" 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>';
return theOK;
}


posb="<div align='center' valign='middle'>"  
pose="</div>"
tips = new Array() 
tips[0]="<img src=\"images/pic/017.jpg\" width=\"478\" height=\"282\">"
tips[1]="<img src=\"images/pic/001.jpg\" width=\"478\" height=\"282\">"
tips[2]="<img src=\"images/pic/002.jpg\" width=\"478\" height=\"282\">"
tips[3]="<img src=\"images/pic/003.jpg\" width=\"478\" height=\"282\">"
tips[4]="<img src=\"images/pic/004.jpg\" width=\"478\" height=\"282\">"
tips[5]="<img src=\"images/pic/005.jpg\" width=\"478\" height=\"282\">"
tips[6]="<img src=\"images/pic/006.jpg\" width=\"478\" height=\"282\">"
tips[7]="<img src=\"images/pic/007.jpg\" width=\"478\" height=\"282\">"
tips[8]="<img src=\"images/pic/008.jpg\" width=\"478\" height=\"282\">"
tips[9]="<img src=\"images/pic/009.jpg\" width=\"478\" height=\"282\">"
tips[10]="<img src=\"images/pic/010.jpg\" width=\"478\" height=\"282\">"
tips[11]="<img src=\"images/pic/011.jpg\" width=\"478\" height=\"282\">"
tips[12]="<img src=\"images/pic/012.jpg\" width=\"478\" height=\"282\">"
tips[13]="<img src=\"images/pic/013.jpg\" width=\"478\" height=\"282\">"
tips[14]="<img src=\"images/pic/014.jpg\" width=\"478\" height=\"282\">"
tips[15]="<img src=\"images/pic/015.jpg\" width=\"478\" height=\"282\">"
tips[16]="<img src=\"images/pic/016.jpg\" width=\"478\" height=\"282\">"


//tips[0] = flash("http://www.duba.net/image/2003/04/07/030407.swf","468","60")
//tips[1] = flash("http://www.duba.net/image/2003/04/07/030407.swf","468","60")
index = Math.floor(Math.random() * tips.length) 
document.write(posb);
document.write(tips[index]);
document.write(pose);
