var image=new Array(3)
image.length=3
image[1]="http://www.zgsx.com.cn"
image[2]="http://www.spnet.cn"
image[3]="http://www.zgsx.com.cn"
id=Math.round(Math.random()*2)+1
imageurl=image[id]
document.write("<a href="+imageurl+" target=_blank>"+"<img src=IMG/banner/"+id+".gif border=0>"+"</a>")
