document.writeln("<div id=\"ads_14\" style=\"position: absolute; width: 230px; right: 0; \"> ");
document.writeln("             <div id=\"msg_top\" style=\"position: absolute; width: 230px; right: 0; border-right: #efefef 1px solid; font-size:12px; ");
document.writeln("        border-top: #efefef 1px solid; border-left: #efefef 1px solid; border-bottom: #efefef 1px solid;\">");
document.writeln("        <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"background-image: url(imagesbm\/fudong_topBg.gif);");
document.writeln("            width: 230px; height: 25px;\">");
document.writeln("            <tr>");
document.writeln("                <td style=\"width: 161px;letter-spacing:3px\" > 　<span style=\"color:#4c90cc; font-weight:boldl\" >闻道—便民服务 <\/span><\/td>");
document.writeln("                <td style=\"width: 3px;\">");
document.writeln("                    <img src=\"imagesbm\/xia.gif\" name=\"small\" width=\"16\" height=\"16\" id=\"small\"  \/><\/td>");
document.writeln("                <td style=\"width: 16px;\">");
document.writeln("                    <img src=\"imagesbm\/X.gif\" width=\"16\" height=\"16\" id=\"close\"  \/><\/td>");
document.writeln("            <\/tr>");
document.writeln("        <\/table>");
document.writeln("        <div id=\"div_m\" style=\"width: 210px; height: auto; padding: 10px; background-image:url(imagesbm\/bj.jpg)\" >");
document.writeln("            <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"text-align: left; width: 210px; font-size:12px;");
document.writeln("                height: 95px;\">");
document.writeln("                <tr>");
document.writeln("                    <td style=\"width: 50%;\">");
document.writeln("                        <a target=\"_blank\" href=\"http:\/\/www.baidu.com\/\">百度搜索<\/a><\/td>");
document.writeln("                    <td>");
document.writeln("                        <a href=\"http:\/\/www.google.cn\/\" target=\"_blank\">谷歌搜索<\/a><\/td>");
document.writeln("                <\/tr>");
document.writeln("                <tr>");
document.writeln("                    <td style=\"width: 50%;\">");
document.writeln("                        <a target=\"_blank\" href=\"http:\/\/www.98bk.com\/cycx\/ip1\/\">IP地址查询<\/a><\/td>");
document.writeln("                    <td>");
document.writeln("                        <a href=\"http:\/\/www.98bk.com\/kxxx\/zxfy\/\" target=\"_blank\">在线翻译<\/a><\/td>");
document.writeln("                <\/tr>");
document.writeln("                <tr>");
document.writeln("                    <td style=\"width: 50%;\">");
document.writeln("                        <a href=\"http:\/\/bus.mapbar.com\/\" target=\"_blank\">城市公交查询<\/a><\/td>");
document.writeln("                    <td>");
document.writeln("                        <a href=\"http:\/\/www.98bk.com\/cycx\/tqyb\/\" target=\"_blank\">城市天气预报<\/a>");
document.writeln("                    <\/td>");
document.writeln("                <\/tr>");
document.writeln("                <tr>");
document.writeln("                    <td >");
document.writeln("                        <a href=\"http:\/\/www.98bk.com\/cycx\/youbian\/\" target=\"_blank\">邮政编码查询<\/a>");
document.writeln("                    <\/td>");
document.writeln("                    <td >");
document.writeln("                        <a href=\"http:\/\/www.98bk.com\/sfz.asp\" target=\"_blank\">身份证号码查询<\/a><\/td>");
document.writeln("                <\/tr>");
document.writeln("                <tr>");
document.writeln("                    <td>");
document.writeln("                        <a href=\"http:\/\/www.98bk.com\/hccx\/\" target=\"_blank\">列车时刻票价查询<\/a>");
document.writeln("                    <\/td>");
document.writeln("                    <td>");
document.writeln("                        <a href=\"http:\/\/www.98bk.com\/cycx\/shouji\/\" target=\"_blank\">手机号归属地查询<\/a>");
document.writeln("                    <\/td>");
document.writeln("                <\/tr>");
document.writeln("            <\/table>");
document.writeln("        <\/div>");
document.writeln("    ");
document.writeln("<\/div> ");
document.writeln("<\/div> ");
document.writeln("<div id=\"hidden\"><\/div> ");
document.writeln("<!--伸缩广告结束--> ");
document.writeln("<!--开始--> ");
document.writeln("<script language=\"javascript\"> ");
document.writeln("");
document.writeln("	window.onload = function ()");
document.writeln("	{");
document.writeln("	");
document.writeln("msgBoxListener.toSmall(); ");
document.writeln("	        ");
document.writeln("");
document.writeln("	}");
document.writeln("function msgBox() ");
document.writeln("{ ");
document.writeln("this.container = \"ads_14\"; ");
document.writeln("this.dragArea = \"drag\"; ");
document.writeln("this.width = 220; ");
document.writeln("this.height =130; ");
document.writeln("this.smallHeight = 27; ");
document.writeln("this.smallId = \"small\"; ");
document.writeln("this.closeId = \"close\"; ");
document.writeln("this.area = ( document.compatMode.toLowerCase()==\"css1compat\" ) ? document.documentElement : document.body; ");
document.writeln("this.space = 15; ");
document.writeln("this.timer; ");
document.writeln("this.timeOut = 150; ");
document.writeln("this.smalled = false; ");
document.writeln("window.msgBoxListener = this; ");
document.writeln("this.$(this.smallId).onclick= function(){msgBoxListener.toSmall()}; ");
document.writeln("this.$(this.closeId).onclick = function(){msgBoxListener.close()}; ");
document.writeln("} ");
document.writeln("msgBox.prototype.flow = function() ");
document.writeln("{ ");
document.writeln("this.$(this.container).style.position = \"absolute\"; ");
document.writeln("this.$(this.container).style.zIndex = \"1000\"; ");
document.writeln("if(this.smalled) ");
document.writeln("{ ");
document.writeln("this.$(this.container).style.top = this.area.scrollTop + this.area.clientHeight - this.smallHeight - this.space + \"px\"; ");
document.writeln("}else{ ");
document.writeln("this.$(this.container).style.top = this.area.scrollTop + this.area.clientHeight - this.height - this.space + \"px\"; ");
document.writeln("} ");
document.writeln("this.$(this.container).style.left = this.area.scrollLeft + this.area.clientWidth - this.width - this.space + \"px\"; ");
document.writeln("} ");
document.writeln("msgBox.prototype.toSmall = function() ");
document.writeln("{ ");
document.writeln("if(this.smalled) ");
document.writeln("{ ");
document.writeln("this.$(this.smallId).src = \"imagesbm\/xia.gif\"; ");
document.writeln("this.$(this.container).style.marginTop = -this.height + \"px\"; ");
document.writeln("this.$(this.container).style.height = this.height + \"px\"; ");
document.writeln("this.$(this.container).style.overflow = \"hidden\"; ");
document.writeln("this.smalled = false; ");
document.writeln("this.flow(); ");
document.writeln("this.$(this.container).style.marginTop = \"0px\"; ");
document.writeln("}else{ ");
document.writeln("this.$(this.smallId).src = \"imagesbm\/shang.gif\"; ");
document.writeln("this.$(this.container).style.height = this.smallHeight + \"px\"; ");
document.writeln("this.$(this.container).style.overflow = \"hidden\"; ");
document.writeln("this.smalled = true; ");
document.writeln("this.flow(); ");
document.writeln("} ");
document.writeln("} ");
document.writeln("msgBox.prototype.close = function() ");
document.writeln("{ ");
document.writeln("document.body.removeChild(this.$(this.container)); ");
document.writeln("} ");
document.writeln("msgBox.prototype.auto = function() ");
document.writeln("{ ");
document.writeln("this.flow(); ");
document.writeln("window[\"onresize\"]=function(){msgBoxListener.flow();}; ");
document.writeln("window[\"onscroll\"]=function(){msgBoxListener.flow();}; ");
document.writeln("document.onmousedown = function(){clearInterval(msgBoxListener.timer);msgBoxListener.drag(msgBoxListener.container, msgBoxListener.dragArea);}; ");
document.writeln("} ");
document.writeln("msgBox.prototype.drag = function(container, drag) ");
document.writeln("{ ");
document.writeln("var IMOUSEDOWN = true; ");
document.writeln("var isIE = (navigator.appVersion.indexOf(\"MSIE\") != -1) ? true : false; ");
document.writeln("container = document.getElementById(container); ");
document.writeln("drag = document.getElementById(drag); ");
document.writeln("if(drag) ");
document.writeln("{ ");
document.writeln("try{ ");

document.writeln("if(IMOUSEDOWN){ ");
document.writeln("drag.onmousedown=function(a){ ");
document.writeln("var d=document; ");
document.writeln("if(!a)a=window.event; ");
document.writeln("drag.style.cursor=\"move\"; ");
document.writeln("var x=a.layerX?a.layerX:a.offsetX,y=a.layerY?a.layerY:a.offsetY; ");
document.writeln("if(drag.setCapture) ");
document.writeln("drag.setCapture(); ");
document.writeln("else if(window.captureEvents) ");
document.writeln("window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP); ");
document.writeln("d.onmousemove=function(a){ ");
document.writeln("if(!a)a=window.event; ");
document.writeln("if(!a.pageX)a.pageX = (a.clientX<0 ?0:a.clientX); ");
document.writeln("if(!a.pageY)a.pageY = (a.clientY <0 ?0:a.clientY); ");
document.writeln("var tx = a.pageX-x, ty = a.pageY-y; ");
document.writeln("if(isIE){ ");
document.writeln("ty = ty + document.documentElement.scrollTop - document.documentElement.clientTop; ");
document.writeln("} ");
document.writeln("container.style.position = \"absolute\"; ");
document.writeln("container.style.left = tx+\"px\"; ");
document.writeln("container.style.top = ty+\"px\"; ");
document.writeln("}; ");
document.writeln("d.onmouseup=function(){ ");
document.writeln("if(drag.releaseCapture) ");
document.writeln("drag.releaseCapture(); ");
document.writeln("else if(window.captureEvents) ");
document.writeln("window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP); ");
document.writeln("d.onmousemove=null; ");
document.writeln("d.onmouseup=null; ");
document.writeln("}; ");
document.writeln("}; ");
document.writeln("}else{ ");
document.writeln("container.style.cursor=\"pointer\"; ");
document.writeln("drag.style.cursor=\"move\"; ");
document.writeln("} ");
document.writeln("}catch(e){ ");
document.writeln("alert(e); ");
document.writeln("} ");
document.writeln("} ");
document.writeln("} ");
document.writeln("msgBox.prototype.$ = function(ele) ");
document.writeln("{ ");
document.writeln("return document.getElementById(ele); ");
document.writeln("} ");
document.writeln("var msgBox1 = new msgBox(); ");
document.writeln("msgBox1.auto(); ");
document.writeln("<\/script>");