
document.writeln("　　 <script language=\"JScript\">");
document.writeln("　　 <!--");
document.writeln("　　 function initAd() {");
document.writeln("　　 document.all.AdLayer001.style.posTop = 50;\/\/设置onLoad事件激发以后，广告层相对于固定后的y方向位置");
document.writeln("　　 document.all.AdLayer001.style.visibility = \'visible\'\/\/设置层为可见");
document.writeln("　　 MoveLayer(\'AdLayer001\');\/\/调用函数MoveLayer()");
document.writeln("　　 }");
document.writeln("　　 function MoveLayer(layerName) {");
document.writeln("　　 var x = 960;\/\/浮动广告层固定于浏览器的x方向位置");
document.writeln("　　 var y = 90;\/\/浮动广告层固定于浏览器的y方向位置");
document.writeln("　　 var diff = (document.documentElement.scrollTop + y - document.all.AdLayer001.style.posTop)*.40;");
document.writeln("　　 x = document.documentElement.scrollWidth-160");
document.writeln("　　 y = document.documentElement.scrollTop + y - diff;");
document.writeln("　　 eval(\"document.all.\" + layerName + \".style.posTop = y\");");
document.writeln("　　 eval(\"document.all.\" + layerName + \".style.posLeft = x\");\/\/移动广告层");
document.writeln("　　 setTimeout(\"MoveLayer(\'AdLayer001\');\", 20);\/\/设置20毫秒后再调用函数MoveLayer()");
document.writeln("　　 }");
document.writeln("　　 \/\/-->");
document.writeln("　　 <\/script>");
document.writeln("　　 <!--下面为一个ID为AdLayer001的层（如ID名不为AdLayer001，上面MoveLayer()内的AdLayer001也要作相应修改），包括一张带链接的图片-->");
document.writeln("　　 <div id=AdLayer001 style=\'position:absolute; visibility:hidden;z-index:2;\'> ");
document.writeln("　　");
document.writeln("  <table width=\"80\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#00371A\">");
document.writeln("    <tr>");
document.writeln("      <td valign=\"top\"><img src=\"images\/online_1.jpg\" width=\"106\" height=\"44\" \/><\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td height=\"100\" background=\"images\/online_2.jpg\">");
document.writeln("	  ");

document.writeln("	  <table width=\"98%\" height=\"100\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td  height=\"14\" align=\"center\">");
document.writeln("		");
document.writeln("		<a target=\"_blank\" href=\" http://settings.messenger.live.com/Conversation/IMMe.aspx?invitee=20e0fd809bc413e6@apps.messenger.live.com&mkt=zh-cn\"><img style=\"border-style: none;\" src=\"http://messenger.services.live.com/users/20e0fd809bc413e6@apps.messenger.live.com/presenceimage?mkt=zh-cn\" width=\"16\" height=\"16\" /></a>");
document.writeln("      </td>");
document.writeln("      </tr>");
document.writeln("      <\/table>  ");

document.writeln("	");
document.writeln("	<\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td valign=\"bottom\"><img src=\"images\/online_3.jpg\" width=\"106\" height=\"4\" \/><\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/table>");
document.writeln("　　 <\/div> ");
document.writeln("")

document.writeln("　　 <script language=\"JScript\">");
document.writeln("　　 initAd();\/\/载入页面后，调用函数initAd()");
document.writeln("　　 <\/SCRIPT>");