<!--
image = new Array(2);
link = new Array(2);
image[0] = 'xt1.jpg'//http://www.yuxi.gov.cn/ADSL.jpghttp://www.yuxi.gov.cn/ad/2006126140133.gifhttp://www.yuxi.gov.cn/yx4s01.swf,http://www.yuxi.gov.cn/yqzx200507.swf
image[1] = 'xt1.jpg'//http://www.yuxi.gov.cn/GJJ.jpggoodyear.jpg
image[2] = 'xt1.jpg'//nissan.jpg
image[3] = 'http://www.yuxi.gov.cn/xt1.jpg'//ad/20070305qcyn.jpghttp://www.yuxi.gov.cn/2006cmxy/ad.jpg,http://www.yuxi.gov.cn/ad/yxlh2006.jpg
link[0] = 'http://wenxue.yuxi.gov.cn/yxwxnew/'//http://www.yn.xinhuanet.com/topic/2007/7cyn/index.htmhttp://gjj.yuxi.gov.cn/http://ad.yx169.com/ad/sv/index.htmlhttp://www.yuxi.gov.cn/ad/yxjgxx/
link[1] = 'http://wenxue.yuxi.gov.cn/yxwxnew/'
link[2] = 'http://wenxue.yuxi.gov.cn/yxwxnew/'
link[3] = 'http://wenxue.yuxi.gov.cn/yxwxnew/'//http://dnds.yx169.com/
var index = Math.floor(Math.random() * image.length);
var lg=image[index].length;
if (image[index].substring(lg-4,lg)!=".swf"){
document.write('<A HREF="'+link[index]+'" target=_blank>');
document.write('<IMG SRC="'+image[index]+'" border=0 width=468 height=60></A>');
}
else if (image[index].substring(lg-4)==".swf")
{
//document.write("<DL>");
document.write("<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0 width=468 height=60>");
document.write('<param name=movie value="'+image[index]+'">');
document.write("<param name=quality value=high>");
document.write("<param name=menu value=false>");
document.write("<PARAM NAME=wmode VALUE=transparent>");
document.write('<embed src="'+image[index]+'" quality=high menu=false wmode=transparent pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash width=468 height=60>');
document.write("</embed>");
document.write("</object>");
//document.write("</DL>");
}
// --> 