document.writeln("<script>");
document.writeln("\/\/--初始化变量--");
document.writeln("var rTw=true;\/\/允许图像过渡");
document.writeln("var bTw=true;\/\/允许图像淡入淡出");
document.writeln("var tww=150;\/\/提示框宽度");
document.writeln("var endactionw=false;\/\/结束动画");
document.writeln("var ns4w = document.layers;");
document.writeln("var ns6w = document.getElementById && !document.all;");
document.writeln("var ie4w = document.all;");
document.writeln("offsetXw = 0;");
document.writeln("offsetYw = 60;");
document.writeln("var toolTipSTYLEw=\"\";");
document.writeln("function initToolTipsw()");
document.writeln("{");
document.writeln("  if(ns4w||ns6w||ie4w)");
document.writeln("  {");
document.writeln("    if(ns4w) toolTipSTYLEw = document.toolTipLayerw;");
document.writeln("    else if(ns6w) toolTipSTYLEw = document.getElementById(\"toolTipLayerw\").style;");
document.writeln("    else if(ie4w) toolTipSTYLEw = document.all.toolTipLayerw.style;");
document.writeln("    if(ns4w) document.captureEvents(Event.MOUSEMOVE);");
document.writeln("    else");
document.writeln("    {");
document.writeln("      toolTipSTYLEw.visibility = \"visible\";");
document.writeln("      toolTipSTYLEw.display = \"none\";");
document.writeln("    }");
document.writeln("    document.onmousemove = moveToMouseLocw;");
document.writeln("  }");
document.writeln("}");
document.writeln("function toolTipw(msg, fg, bg)");
document.writeln("{");
document.writeln("  if(toolTipw.arguments.length < 1) \/\/ hide");
document.writeln("  {");
document.writeln("    if(ns4w) ");
document.writeln("    {");
document.writeln("    toolTipSTYLEw.visibility = \"hidden\";");
document.writeln("    }");
document.writeln("    else ");
document.writeln("    {");
document.writeln("      \/\/--图象过渡，淡出处理--");
document.writeln("      if (!endactionw) {toolTipSTYLEw.display = \"none\";}");
document.writeln("      if (rTw) document.all(\"msg1\").filters[1].Apply();");
document.writeln("      if (bTw) document.all(\"msg1\").filters[2].Apply();");
document.writeln("      document.all(\"msg1\").filters[0].opacity=0;");
document.writeln("      if (rTw) document.all(\"msg1\").filters[1].Play();");
document.writeln("      if (bTw) document.all(\"msg1\").filters[2].Play();");
document.writeln("      if (rTw){ ");
document.writeln("      if (document.all(\"msg1\").filters[1].status==1 || document.all(\"msg1\").filters");
document.writeln("");
document.writeln("[1].status==0){  ");
document.writeln("      toolTipSTYLEw.display = \"none\";}");
document.writeln("      }");
document.writeln("      if (bTw){");
document.writeln("      if (document.all(\"msg1\").filters[2].status==1 || document.all(\"msg1\").filters");
document.writeln("");
document.writeln("[2].status==0){  ");
document.writeln("      toolTipSTYLEw.display = \"none\";}");
document.writeln("      }");
document.writeln("      if (!rTw && !bTw) toolTipSTYLEw.display = \"none\";");
document.writeln("      \/\/----------------------");
document.writeln("    }");
document.writeln("  }");
document.writeln("  else \/\/ show");
document.writeln("  {");
document.writeln("    if(!fg) fg = \"#777777\";");
document.writeln("    if(!bg) bg = \"#eeeeee\";");
document.writeln("    var content =");
document.writeln("    \'<table id=\"msg1\" name=\"msg1\" height=\"56\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\" background=\"http:\/\/www.baotoupingan.org.cn\/images\/tip.gif\" class=\"trans_msg\"><tr><td height=\"25\" valign=\"bottom\" align=\"center\"><font size=\"2\" color=white><B>↘ 包头网警提示您<\/B><\/font><\/td><\/tr><tr><td>\' +");
document.writeln("    \'<table border=\"0\" cellspacing=\"0\" cellpadding=\"3\"><td height=20 width=\' + tww + \'><font size=\"2\">\' + msg +");
document.writeln("    \'<\/font><\/td><\/tr><\/table><\/td><\/table>\';");
document.writeln("    if(ns4w)");
document.writeln("    {");
document.writeln("      toolTipSTYLEw.document.write(content);");
document.writeln("      toolTipSTYLEw.document.close();");
document.writeln("      toolTipSTYLEw.visibility = \"visible\";");
document.writeln("    }");
document.writeln("    if(ns6w)");
document.writeln("    {");
document.writeln("      document.getElementById(\"toolTipLayerw\").innerHTML = content;");
document.writeln("      toolTipSTYLEw.display=\'block\'");
document.writeln("    }");
document.writeln("    if(ie4w)");
document.writeln("    {");
document.writeln("      document.all(\"toolTipLayerw\").innerHTML=content;");
document.writeln("      toolTipSTYLEw.display=\'block\'");
document.writeln("      \/\/--图象过渡，淡入处理--");
document.writeln("      var cssopaction=document.all(\"msg1\").filters[0].opacity");
document.writeln("      document.all(\"msg1\").filters[0].opacity=0;");
document.writeln("      if (rTw) document.all(\"msg1\").filters[1].Apply();");
document.writeln("      if (bTw) document.all(\"msg1\").filters[2].Apply();");
document.writeln("      document.all(\"msg1\").filters[0].opacity=cssopaction;");
document.writeln("      if (rTw) document.all(\"msg1\").filters[1].Play();");
document.writeln("      if (bTw) document.all(\"msg1\").filters[2].Play();");
document.writeln("      \/\/----------------------");
document.writeln("    }");
document.writeln("  }");
document.writeln("}");
document.writeln("function moveToMouseLocw(e)");
document.writeln("{");
document.writeln("  if(ns4w||ns6w)");
document.writeln("  {");
document.writeln("    x = e.pageX;");
document.writeln("    y = e.pageY;");
document.writeln("  }");
document.writeln("  else");
document.writeln("  {");
document.writeln("    x = event.x + document.body.scrollLeft;");
document.writeln("    y = event.y + document.body.scrollTop;");
document.writeln("  }");
document.writeln("  toolTipSTYLEw.left = x + offsetXw;");
document.writeln("  toolTipSTYLEw.top = y + offsetYw;");
document.writeln("  return true;");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("<style  type=\"text\/css\">");
document.writeln("<!--");
document.writeln(".trans_msg");
document.writeln("    {");
document.writeln("    filter:alpha(opacity=100,enabled=1) revealTrans(duration=.2,transition=1) blendtrans");
document.writeln("");
document.writeln("(duration=.2);");
document.writeln("    }");
document.writeln("-->");
document.writeln("<\/style>");
document.writeln("<\/head>");
document.writeln("<script language=\"JavaScript\"><!-- ");
document.writeln("    var randary= new Array(1); ");
document.writeln("	randary[0]=\"注意网络安全，远离网络犯罪!\";");
document.writeln("	randary[1]=\"营造和谐文明的绿色网络家园需要您的参与!\";	");
document.writeln("    rnd.today=new Date(); ");
document.writeln("    rnd.seed=rnd.today.getTime(); ");
document.writeln("    function rnd() { ");
document.writeln("　　　　rnd.seed = (rnd.seed*9301+49297) % 233280; ");
document.writeln("　　　　return rnd.seed\/(233280.0); ");
document.writeln("    }; ");
document.writeln("    function rand(number) { ");
document.writeln("　　　　return Math.ceil(rnd()*number); ");
document.writeln("    }; ");
document.writeln("    \/\/ end central randomizer. --> ");
document.writeln("    <\/script>");
document.writeln("<body>");
document.writeln("<div id=\"toolTipLayerw\" style=\"position:absolute; visibility: hidden;Z-INDEX: 101\"><\/div>");
document.writeln("<script>initToolTipsw()<\/script>");
document.writeln("<DIV id=img1w style=\"Z-INDEX: 100; LEFT: 200px; WIDTH: 59px; POSITION: absolute; TOP: 400px; HEIGHT: 61px;visibility: visible;\" onMouseOver=\"pause_resumew();\" onMouseOut=\"startw();\">");
document.writeln("<font face=\"宋体\" size=\"4\"><a href=\"http:\/\/www.baotoupingan.org.cn\/\" onMouseOver=\"toolTipw(\'<marquee>1、注意网络安全，远离网络犯罪! 2、营造和谐文明的绿色网络家园需要您的参与!<script>document.write(randary[rand(2)-1]);<\/script><\/marquee>\', \'#FFFF00\', \'orange\')\" onMouseOut=\"toolTipw()\"><img src=\"http:\/\/www.baotoupingan.org.cn\/images\/netpolice.gif\"  width=160  border=\"0\"\/><\/a><\/font>");
document.writeln("<\/DIV>");
document.writeln("<SCRIPT>");
document.writeln("var xPosw = 30;");
document.writeln("var yPosw = 30; ");
document.writeln("var stepw = 1;");
document.writeln("var delayw = 50; ");
document.writeln("var heightw = 0;");
document.writeln("var Hoffsetw = 0;");
document.writeln("var Woffsetw = 0;");
document.writeln("var yonw = 0;");
document.writeln("var xonw = 0;");
document.writeln("var pausew = true;");
document.writeln("var intervalw;");
document.writeln("img1w.style.top = yPosw;");
document.writeln("function changePosw() ");
document.writeln("{");
document.writeln("	widthw = document.body.clientWidth;");
document.writeln("	heightw = document.body.clientHeight;");
document.writeln("	Hoffsetw = img1w.offsetHeight;");
document.writeln("	Woffsetw = img1w.offsetWidth;");
document.writeln("	img1w.style.left = xPosw + document.body.scrollLeft;");
document.writeln("	img1w.style.top = yPosw + document.body.scrollTop;");
document.writeln("	if (yonw) ");
document.writeln("		{yPosw = yPosw + stepw;}");
document.writeln("	else ");
document.writeln("		{yPosw = yPosw - stepw;}");
document.writeln("	if (yPosw < 0) ");
document.writeln("		{yonw = 1;yPosw = 0;}");
document.writeln("	if (yPosw >= (heightw - Hoffsetw)) ");
document.writeln("		{yonw = 0;yPosw = (heightw - Hoffsetw);}");
document.writeln("	if (xonw) ");
document.writeln("		{xPosw = xPosw + stepw;}");
document.writeln("	else ");
document.writeln("		{xPosw = xPosw - stepw;}");
document.writeln("	if (xPosw < 0) ");
document.writeln("		{xonw = 1;xPosw = 0;}");
document.writeln("	if (xPosw >= (widthw - Woffsetw)) ");
document.writeln("		{xonw = 0;xPosw = (widthw - Woffsetw);   }");
document.writeln("	}");
document.writeln("	");
document.writeln("	function startw()");
document.writeln("	 {");
document.writeln("	 	img1w.visibility = \"visible\";");
document.writeln("		intervalw = setInterval(\'changePosw()\', delayw);");
document.writeln("	}");
document.writeln("	function pause_resumew() ");
document.writeln("	{");
document.writeln("		\/\/if(pausew) ");
document.writeln("		\/\/{");
document.writeln("			clearInterval(intervalw);");
document.writeln("			pausew = false;}");
document.writeln("		\/\/else ");
document.writeln("		\/\/{");
document.writeln("		\/\/	intervalw = setInterval(\'changePosw()\',delayw);");
document.writeln("		\/\/	pausew = true; ");
document.writeln("		\/\/	}");
document.writeln("		\/\/}");
document.writeln("	startw();");
document.writeln("<\/SCRIPT>");
document.writeln("")