<!--
KeyVar="ImgData|Imghref|AltData"; 

ImgData="/97gz_logo/mtvtop_top/index_roll_1.jpg|/97gz_logo/mtvtop_top/index_roll_2.jpg|/97gz_logo/mtvtop_top/index_roll_3.jpg";
Imghref="http://www.mtvtop.net/gg/click.asp?id=8&goUrl=http://hongge.595.com/|http://www.mtvtop.net/gg/click.asp?id=9&goUrl=http://www.mtvtop.net/html1/50897.htm|http://www.mtvtop.net/gg/click.asp?id=10&goUrl=http://www.mtvtop.net/html1/51982.htm";
AltData="国家·爱神州踏歌六十年|BY2最新专辑|蔡依林最新单曲";

ImgAry=ImgData.split("|");
HrefAry=Imghref.split("|");
AltAry=AltData.split("|");

document.write("<div style='margin: 5px auto; width: 216px; height: 378px; overflow: hidden;position: relative;'>");
  
	document.write("<div id=l1 style='position:absolute;top:0px;left:0px;'>");
		document.write("<a id=linkl1 href='"+HrefAry[0]+"' target=_blank>");
			document.write("<img id=img31 src='http://www.97gz.com"+ImgAry[0]+"' width=216 height=378 border=0 alt='"+AltAry[0]+"' />");
		document.write("</a>");
	document.write("</div>");

	document.write("<div id=l2 style='position:absolute;top:0px;left:216px;'>");
		document.write("<a id=linkl2 href='"+HrefAry[1]+"' target=_blank>");
			document.write("<img id=img32 src='http://www.97gz.com"+ImgAry[1]+"' width=216 height=378 border=0 alt='"+AltAry[1]+"' />");
		document.write("</a>");
	document.write("</div>");


	document.write("<div id=l3 style='position:absolute;top:0px;left:432px;'>");
		document.write("<a id=linkl3 href='"+HrefAry[2]+"' target=_blank>");
			document.write("<img id=img33 src='http://www.97gz.com"+ImgAry[2]+"' width=216 height=378 border=0 alt='"+AltAry[2]+"' />");
		document.write("</a>");
	document.write("</div>");

	document.write("<div id=lfloat style='z-index:9999;width:110px;height:15px; position:absolute;top:350px;left:105px;'>");
		document.write("<a id=btnimg1 href='"+HrefAry[0]+"' target=_blank><img id=pnl1 onmouseover='javascript:picsw(\"l1\");' style='border-top-style: none; margin-right: 5px; border-right-style: none; border-left-style: none; border-bottom-style: none' onmouseout=javascript:startauto(); src='/top/img/pl1.gif' width=25 height=15 name=pnl1 /></a>");
		document.write("<a id=btnimg2 href='"+HrefAry[1]+"' target=_blank><img id=pnl2 onmouseover='javascript:picsw(\"l2\");' style='border-top-style: none; margin-right: 5px; border-right-style: none; border-left-style: none; border-bottom-style: none' onmouseout=javascript:startauto(); src='/top/img/pl2a.gif' width=25 height=15 /></a>");
		document.write("<a id=btnimg3 href='"+HrefAry[2]+"' target=_blank><img id=pnl3 onmouseover='javascript:picsw(\"l3\");' style='border-top-style: none; margin-right: 0px; border-right-style: none; border-left-style: none; border-bottom-style: none' onmouseout=javascript:startauto(); src='/top/img/pl3a.gif' width=25 height=15 /></a>");
	document.write("</div>");

document.write("</div>");
//-->


var layeri=0;
var stopshow=0;
var timeout=0;

function moveformat(id){
if(stopshow==0){
picswin(id);
var browser=navigator.appName;
if(browser!="Microsoft Internet Explorer"){
layeri++;
document.getElementById(id).style.zIndex = layeri;
document.getElementById(id).style.left=(0+"px");
}
else{
document.getElementById(id).style.posLeft = 216;
layeri++;
document.getElementById(id).style.zIndex = layeri;
movestart(id);
}
}
}

function movestart(id){
if(document.getElementById(id).style.posLeft!=0){
var mnum=document.getElementById(id).style.posLeft*0.2;
var x=document.getElementById(id).style.posLeft-mnum;
document.getElementById(id).style.posLeft=x;
moveid=id;
setTimeout("movestart(moveid);",30);
}
else{
}
}

var i=1;

function showindexad(){
if (i<3 && stopshow==0){
  i++;
  var picid="l";
  picid=picid+i;
  setTimeout("moveformat('"+picid+"');showindexad();",5000);
  }
else if(stopshow==0){
  i=1;
  var picid="l";
  picid=picid+i;
  setTimeout("moveformat('"+picid+"');showindexad();",5000);
  }
else{
timeout=1;
}
}

showindexad();

function picsw(id) {
if(document.getElementById("pn"+id+"").src!="/top/img/p"+id+".gif"){
picswin(id);
showindexad2(id);
}
}

function picswin(id){
document.getElementById("pnl1").src="/top/img/pl1a.gif";
document.getElementById("pnl2").src="/top/img/pl2a.gif";
document.getElementById("pnl3").src="/top/img/pl3a.gif";
document.getElementById("pn"+id+"").src="/top/img/p"+id+".gif";
}

function showindexad2(id){
  stopshow=1;
  var browser=navigator.appName;
  if(browser!="Microsoft Internet Explorer"){
  layeri++;
  document.getElementById(id).style.zIndex = layeri;
  document.getElementById(id).style.left=(0+"px");
  }
else{
  document.getElementById(id).style.posLeft = 216;
  layeri++;
  document.getElementById(id).style.zIndex = layeri;
  movestart(id);
  }
}
function startauto(){
  stopshow=0;
  if(timeout==1){
  showindexad();
  timeout=0;
  }
}



