
	var wtUrlList = new Array(urlList.length);
	var wtstr1 = '&nbsp;&nbsp;Server 1&nbsp;&nbsp;';
	var wtstr2 = '&nbsp;&nbsp;Server 1&nbsp;&nbsp;';
	var dsstr1 = '&nbsp;&nbsp;Server 2&nbsp;&nbsp;';
	var dsstr2 = '&nbsp;&nbsp;Server 2&nbsp;&nbsp;';
	var t = 1;
	var x = 0
	var re = /(http:\/\/rmvb\.)/ig;
	for(i=0;i<wtUrlList.length;i+=5){
		wtUrlList[i] = urlList[i].replace(re,"http://rmvbw.");
		//wtUrlList[i+1] = "http://rmvb.image.mcomet.com/" + urlList[i+1];
		wtUrlList[i+1] = "http://flvm.mdbchina.com/" + urlList[i+1];
		wtUrlList[i+3] = urlList[i+3];
		//urlList[i+1] = "http://flv.image.mcomet.com/" + urlList[i+1];
		urlList[i+1] = "http://flv.mdbchina.com/" + urlList[i+1];
		//wtstr1 += '<a href="#" onclick="flaList2(\''+x+'\');tcCounter(1);">Trailer'+t+'</a>&nbsp;&nbsp;';
		if(wtUrlList[i]!='')
		//wtstr2 += '<a href="/script/showTRCounter.asp?id='+wtUrlList[i+3]+'&ctype=2&url='+wtUrlList[i]+'">Trailer'+t+'</a>&nbsp;&nbsp;';
		dsstr1 += '<a href="#" onclick="flaList(\''+x+'\');tcCounter(1);">Trailer'+t+'</a>&nbsp;&nbsp;';
		if(urlList[i]!='')
		dsstr2 += '<a href="/script/showTRCounter.asp?id='+urlList[i+3]+'&ctype=2&url='+urlList[i]+'">Trailer'+t+'</a>&nbsp;&nbsp;';
		t++;
		x++;
	}
	
	document.getElementById("xzcounter").innerHTML=dsstr2 + "<br/>" + wtstr2+"[ download:5449 ]";
	
	