<!--
function ad()
{
/*
h=1 //bannerµÄÊýÁ¿
imagenum1=Math.round(Math.random()*h)+1
link=""
if (imagenum1==1){var image1="/fstv/qhysjy/images/20050519qhysjy.swf"}
else if (imagenum1==2){var image1="/fstv/xjx/images/top.swf"}
else if (imagenum1==3){var image1="/fstv/xjx/images/top.swf"}
else if (imagenum1==4){var image1="/images/flash/feiying_2004-9-30.swf"}
else if (imagenum1==5){var image1="/fstv/xjx/images/top.swf"}
else if (imagenum1==7){var image1="/fstv/xjx/images/top.swf"}
else if (imagenum1==8){var image1="/images/flash/touch_030815.swf"}
else {var image1="/images/flash/feihong20041121.swf"}
*/
image1="/fstv/xjx/images/top.swf"
lex=image1.substr(image1.length-3,3)

if (lex=="jpg"||lex=="gif")
{
	if (link=="")
		{document.write ("<img src=" + image1 + " width='468' height='60' border='0'>")}
	else 
		document.write ("<a href=" + link +" target=_blank><img src=" + image1 + " width='468' height='60' border='0'></a>")
}
else if (lex=="swf")
{
	document.write ("<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" WIDTH=\"468\" HEIGHT=\"60\" id=\"ad_banner\" ALIGN=\"center\"><PARAM NAME=movie VALUE=\"" + image1 + "\"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#CCCC00> <EMBED src=\"" +  image1 + "\" quality=high WIDTH=\"468\" HEIGHT=\"60\" NAME=\"ad_banner\" ALIGN=\"center\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED></OBJECT>")
}
}
// -->