document.writeln('<script language=\"javascript\">');
document.writeln('		var marqueeContent=new Array();');
document.writeln('              marqueeContent[0]=\'<a href=\"http://movie.gougou.com/search?search=建国大业&suffix=41&id=33450&pattern=0\" target=\"_blank\">+ 2009最新大片：建国大业【DVD】<\/a>\';');
document.writeln('              marqueeContent[1]=\'<a href=\"http://movie.gougou.com/search?search=一起来看流星雨&suffix=41&id=33450&pattern=0\" target=\"_blank\">+ 2009最新电视：一起来看流星雨<\/a>\';');
document.writeln('              marqueeContent[2]=\'<a href=\"http://movie.gougou.com/search?search=国庆阅兵&suffix=41&id=33450&pattern=0\" target=\"_blank\">+ 2009震撼视频：国庆阅兵【DVD】<\/a>\';');
document.writeln('              marqueeContent[3]=\'<a href=\"http://movie.gougou.com/search?search=风声&suffix=41&id=33450&pattern=0\" target=\"_blank\">+ 2009最新大片：风声【DVD】<\/a>\';');
document.writeln('              marqueeContent[4]=\'<a href=\"http://movie.gougou.com/search?search=60周年联欢晚会&suffix=41&id=33450&pattern=0\" target=\"_blank\">+ 2009最新大片：60周年联欢晚会<\/a>\';');
document.writeln('              marqueeContent[5]=\'<a href=\"http://movie.gougou.com/search?search=斗牛黄渤&suffix=41&id=33450&pattern=0\" target=\"_blank\">+ 2009最新大片：黄渤主演 斗牛<\/a>\';');
document.writeln('              marqueeContent[6]=\'<a href=\"http://movie.gougou.com/search?search=夜店&suffix=41&id=33450&pattern=0\" target=\"_blank\">+ 2009最新大片：夜店【DVD】<\/a>\';');
document.writeln('              marqueeContent[7]=\'<a href=\"http://movie.gougou.com/search?search=小沈阳&suffix=41&id=33450&pattern=0\" target=\"_blank\">+ 2009最新视频：小沈阳 最新搞笑视频<\/a>\';');
document.writeln('              marqueeContent[8]=\'<a href=\"http://movie.gougou.com/search?search=色戒&suffix=41&id=33450&pattern=0\" target=\"_blank\">+ 最新下载地址：色戒【DVD】<\/a>\';');
document.writeln('              marqueeContent[9]=\'<a href=\"http://movie.gougou.com/search?search=非常完美&suffix=41&id=33450&pattern=0\" target=\"_blank\">+ 2009最新电视：非常完美【DVD】<\/a>\';');
document.writeln('              marqueeContent[10]=\'<a href=\"http://movie.gougou.com/search?search=赤色黎明&suffix=41&id=33450&pattern=0\" target=\"_blank\">+ 2009最新大片：赤色黎明【DVD】<\/a>\';');
document.writeln('		');
document.writeln('		var marqueeInterval=new Array();');
document.writeln('		var marqueeId=0;');
document.writeln('		var marqueeDelay=3000;');
document.writeln('		var marqueeHeight=20;');
document.writeln('		function initMarquee() {');
document.writeln('			var str=marqueeContent[0];');
document.writeln('			document.write(\'<div id=marqueeBox style=\"overflow:hidden;height:\'+marqueeHeight+\'px\" onmouseover=\"clearInterval(marqueeInterval[0])\" onmouseout=\"marqueeInterval[0]=setInterval(\\\'startMarquee()\\\',marqueeDelay)\"><div>\'+str+\'<\/div><\/div>\');');
document.writeln('			marqueeId++;');
document.writeln('			marqueeInterval[0]=setInterval(\"startMarquee()\",marqueeDelay);');
document.writeln('		}');
document.writeln('		function startMarquee() {');
document.writeln('			var str=marqueeContent[marqueeId];');
document.writeln('			marqueeId++;');
document.writeln('			if(marqueeId>=marqueeContent.length) marqueeId=0;');
document.writeln('			if(marqueeBox.childNodes.length==1) {');
document.writeln('				var nextLine=document.createElement(\'DIV\');');
document.writeln('				nextLine.innerHTML=str;');
document.writeln('				marqueeBox.appendChild(nextLine);');
document.writeln('			}');
document.writeln('			else {');
document.writeln('				marqueeBox.childNodes[0].innerHTML=str;');
document.writeln('				marqueeBox.appendChild(marqueeBox.childNodes[0]);');
document.writeln('				marqueeBox.scrollTop=0;');
document.writeln('			}');
document.writeln('			clearInterval(marqueeInterval[1]);');
document.writeln('			marqueeInterval[1]=setInterval(\"scrollMarquee()\",10);');
document.writeln('		}');
document.writeln('		function scrollMarquee() {');
document.writeln('			marqueeBox.scrollTop++;');
document.writeln('			if(marqueeBox.scrollTop%marqueeHeight==marqueeHeight){');
document.writeln('				clearInterval(marqueeInterval[1]);');
document.writeln('			}');
document.writeln('		}');
document.writeln('		initMarquee();');
document.writeln('	<\/script>');
