javastr="";

javastr=javastr+"<html>";
javastr=javastr+"<head>";
javastr=javastr+"<title>Untitled Document</title>";
javastr=javastr+"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">";
javastr=javastr+"</head>";
javastr=javastr+"";
javastr=javastr+"<body bgcolor=\"#FFFFFF\" text=\"#000000\">";
javastr=javastr+"";

var imgUrl=new Array();
var imgLink=new Array();
var adNum=0;
imgUrl[4]="http://img.china.alibaba.com/news/upload/2007/vantt/200809/d_1222505920345.jpg"
imgLink[4]="http://q.china.alibaba.com/html/q/subject/39_01.html"
imgUrl[3]="http://img.china.alibaba.com/news/upload/2007/vantt/200809/c_1222505920342.jpg"
imgLink[3]="http://q.china.alibaba.com/html/q/subject/90_01.html"
imgUrl[2]="http://img.china.alibaba.com/news/upload/2007/vantt/200809/b_1222505920339.jpg"
imgLink[2]="http://page.china.alibaba.com/profile/promotion/2008/x1.html"
imgUrl[1]="http://img.china.alibaba.com/news/upload/2007/vantt/200809/a_1222505920316.jpg"
imgLink[1]="http://q.china.alibaba.com/html/q/subject/88_01.html"
var imgPre=new Array();
var count=0;
for (i=1;i<=4;i++) {
	if( (imgUrl[i]!="") && (imgLink[i]!="") ) {
		count++;
	} else {
		break;
	}
}
function playTran(){
	if (document.all)
		imgonChang.filters.revealTrans.play();
}
var key=0;
function nextAd(){
	if(adNum<count)adNum++ ;
	else adNum=1;
	
	if( key==0 ){
		key=1;
	} else if (document.all){
		imgonChang.filters.revealTrans.Transition=25;
		imgonChang.filters.revealTrans.apply();
                   playTran();

	}
	document.images.imgonChang.src=imgUrl[adNum];
   	theTimer=setTimeout("nextAd()", 6000);
}


function goUrl(){
window.open(imgLink[adNum],'_blank');
}
                  

javastr=javastr+"<a target=_self href=\"javascript:goUrl()\"><img style=\"FILTER: revealTrans(duration=1,transition=5);\" src=\"javascript:nextAd()\" width=360 height=315 border=0 name=imgonChang></a> ";
javastr=javastr+"</body>";
javastr=javastr+"</html>";
document.write(javastr);
