link = new Array(32);
text = new Array(32);

var index =17
link[0] ='http://www.bank-of-china.com/' 
link[1] ='/articleadmin/show.asp?articleid=13' 
link[2] ='/guanggao/whcsj/index.htm'   
link[3] ='/articles/article_show.asp?articleid=76'
link[4] ='/articles/article_show.asp?articleid=229'
link[5] ='http://www.hbip.net'
link[6] ='/articles/article_show.asp?articleid=104'
link[7] ='http://www.hubhtl.com'
link[8] ='/articles/article_show.asp?articleid=31'
link[9] ='/guanggao/whzq/wuhanzhengquan.htm'
link[10] ='http://www.whtelecom.com/'
link[11] ='http://www.hbeeh.edu.cn'
link[12] ='#'
link[13] ='#'                       
link[14] ='#'
link[15] ='http://www.hb.cninfo.net'
link[16] ='http://www.wuchang.gov.cn'


text[0] ='<img border="0" src="/adverstadmin/images/zgyhzblzh.gif" width="100" height="31">'
text[1] ='<img border="0" src="/adverstadmin/images/kl.gif" width="100" height="31">' 
text[2]= '<img border="0" src="/adverstadmin/images/whcsjtb.gif" width="100" height="31">'
text[3]= '<img border="0" src="/adverstadmin/images/dhtt.gif" width="100" height="31">'
text[4]= '<img border="0" src="/adverstadmin/images/hbswst.gif" width="100" height="31">' 
text[5]= '<img border="0" src="/adverstadmin/images/jhgb.gif" width="100" height="31">' 
text[6]= '<img border="0" src="/adverstadmin/images/hdtb.gif" width="100" height="31">' 
text[7]= '<img border="0" src="/adverstadmin/images/hbfd.gif" width="100" height="31">' 
text[8]= '<img border="0" src="/adverstadmin/images/gctb.gif" width="100" height="31">'
text[9]= '<img border="0" src="/adverstadmin/images/whzq.gif" width="100" height="31">'
text[10] ='<img border="0" src="/adverstadmin/images/whdx.gif" width="100" height="31">'
text[11] ='<img border="0" src="/adverstadmin/images/hbsjyksy.gif" width="100" height="31">' 
text[12]= '<img border="0" src="/adverstadmin/images/hzcw.gif" width="100" height="31">' 
text[13]= '<img border="0" src="/adverstadmin/images/sdlj.gif" width="100" height="31">'        
text[14] ='<img border="0" src="/adverstadmin/images/whszjhc.gif" width="100" height="31">'
text[15] ='楚天热线'                                                 
text[16] ='武昌区政府信息网'

                 
document.write ("<marquee scrollamount='1.5' scrolldelay='60' direction='up' width='140' id=xiaoqing height='140' onmouseover=xiaoqing.stop() onmouseout=xiaoqing.start()>");                                                                                                                                                         
for (i=0;i<index;i++){
if (link[i]!='#'){                                                        
document.write ("<a href="+link[i]+" target='_blank'><font color=#003399>");
}

document.write (text[i]);  

if (link[i]!='#'){                                                        
document.write ("</font></a>");
}
document.write ('<br>')
}                                                                                                                                                                                                                                                                                
document.write ("</marquee>")                                                                                                                                                                                                                                                                                
document.write ("")