document.writeln(" <!-- 右下角视窗 -->");
document.writeln("");
document.writeln(" <div id=\"newnotice\">");
document.writeln("<p class=\"caption\">");
document.writeln("<span id=\"tool\">");
document.writeln("                    <label id=\"toMin\" title=\"最小化\">");
document.writeln("&nbsp;                    </label>");
document.writeln("                    <label id=\"toMax\" title=\"最大化\">");
document.writeln("");
document.writeln("&nbsp;                    </label>");
document.writeln("                    <label id=\"toClose\" title=\"关闭\">");
document.writeln("&nbsp;                    </label>");
document.writeln("                </span>");
document.writeln("                <span class=\"title\">");
document.writeln("                ");
document.writeln("<font color=#ffffff></font></span>            </p>");
document.writeln("<div id=\"noticecon\">");
document.writeln("<script type=text/javascript>");
document.writeln("var pic_width=243; //图片宽度");
document.writeln("var pic_height=258; //图片高度");

document.writeln("var button_pos=1; //按扭位置 1左 2右 3上 4下");
document.writeln("var stop_time=2000; //图片停留时间(1000为1秒钟)");
document.writeln("var show_text=1; //是否显示文字标签 1显示 0不显示");
document.writeln("var imag=new Array();");
document.writeln("var link=new Array();");
document.writeln("var text=new Array();");
document.writeln("imag[1]=\"Images/Adv.jpg\";");
document.writeln("link[1]=\"http://www.0431dj.com/ZhaoSheng.html\";");
document.writeln("text[1]=\"---\";");
document.writeln("document.write(\'<img src=\"'+imag[1]+'\" border=\"0\">\');");
document.writeln("</script>");
document.writeln("            </div>");
document.writeln("        </div>	");

