document.writeln("<div>");
document.writeln("        <!-- 动态图开始 -->");
document.writeln("        <script language=JavaScript>");
document.writeln("var imgUrl=new Array();");
document.writeln("var imgLink=new Array();");
document.writeln("var adNum=0;");
document.writeln("imgUrl[1]=\"images\/left1_1.jpg\";");
document.writeln("imgLink[1]=\"#\";");
document.writeln("imgUrl[2]=\"images\/left1_2.jpg\";");
document.writeln("imgLink[2]=\"#\";");
document.writeln("imgUrl[3]=\"images\/left1_3.jpg\";");
document.writeln("imgLink[3]=\"#\";");
document.writeln("imgUrl[4]=\"images\/left1_4.jpg\";");
document.writeln("imgLink[4]=\"#\";");
document.writeln("imgUrl[5]=\"images\/left1_5.jpg\";");
document.writeln("imgLink[5]=\"#\";");
document.writeln("imgUrl[6]=\"images\/left1_6.jpg\";");
document.writeln("imgLink[6]=\"#\";");
document.writeln("");
document.writeln("var imgPre=new Array();");
document.writeln("var j=0;");
document.writeln("for (i=1;i<=6;i++) {");
document.writeln("	if( (imgUrl[i]!=\"\") && (imgLink[i]!=\"\") ) {");
document.writeln("		j++;");
document.writeln("	} else {");
document.writeln("		break;");
document.writeln("	}");
document.writeln("}");
document.writeln("");
document.writeln("function playTran(){");
document.writeln("	if (document.all){");
document.writeln("		document.imgInit.filters[0].play();");
document.writeln("	}");
document.writeln("}");
document.writeln("");
document.writeln("function nextAd(){");
document.writeln("	if(adNum<j)adNum++ ;");
document.writeln("	else adNum=1;");
document.writeln("	");
document.writeln("	if (document.all){");
document.writeln("		document.imgInit.filters[0].Transition=30;");
document.writeln("		document.imgInit.filters[0].apply();");
document.writeln("	}");
document.writeln("	document.images.imgInit.src=imgUrl[adNum];");
document.writeln("	playTran();");
document.writeln("	theTimer=setTimeout(\"nextAd()\", 6000);");
document.writeln("}");
document.writeln("");
document.writeln("");
document.writeln("function goUrl(){");
document.writeln("	jumpUrl=imgLink[adNum];");
document.writeln("	jumpTarget=\'_blank\';");
document.writeln("	if (jumpUrl != \'\'){");
document.writeln("		if (jumpTarget != \'\') ");
document.writeln("			window.open(jumpUrl,jumpTarget);");
document.writeln("		else");
document.writeln("			location.href=jumpUrl;");
document.writeln("	}");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("        <img style=\"FILTER: revealTrans(duration=2,transition=20);border:1px solid #000080\" src=\"javascript:nextAd()\"  alt=宏明高频欢迎您光临公司网站！ width=241 height=446 border=0 class=img05 name=imgInit><!-- 动态图结束 --><\/div>")