<SCRIPT language=JavaScript>
<!--
var imgUrl=new Array();
var imgLink=new Array();
var adNum=0;
imgLink[0]="http://www.sohoshops.com.cn/zhuanti/shanghua.htm";
imgUrl[0]="images-logo/soho440290.jpg";
imgLink[1]="http://www.togj.com/zhuanji/jrzzxc.asp";
imgUrl[1]="images/index/jiarizhezhuang.jpg";
imgLink[2]="http://aigle.togj.com";
imgUrl[2]="images/index/aigle.jpg";
imgLink[3]="http://www.togj.com/zhuanji/niuzaifengshang.asp";
imgUrl[3]="images-logo/niuzai.jpg";
imgLink[4]="http://www.togj.com/zhuanji/72bian.asp";
imgUrl[4]="images/index/72bian-1.jpg";
function playTran(){
if (document.all)
imgInit.filters.revealTrans.play();
}
function nextAd(){
if(adNum<imgUrl.length-1)
adNum++;
else adNum=0;
if (document.all){
imgInit.filters.revealTrans.Transition=25;
imgInit.filters.revealTrans.apply();
playTran();
}
document.images.imgInit.src=imgUrl[adNum];
theTimer=setTimeout("nextAd()", 5000);
}
function goUrl(){
jumpUrl=imgLink[adNum];
jumpTarget='_blank';
if (jumpUrl != ''){
if (jumpTarget != '')
window.open(jumpUrl,jumpTarget);
else
location.href=jumpUrl;
}
}
-->
</SCRIPT>
<IMG style="FILTER: revealTrans(duration=1,transition=20); CURSOR: hand" onclick=goUrl() src="javascript:nextAd()" vspace=0 border=0 name=imgInit>