//document.writeln("<div id=\"RBDlg\" style=\"BORDER-RIGHT:#455690 1px solid; BORDER-TOP:#a6b4cf 1px solid; Z-INDEX:99999; LEFT:0px;  BORDER-LEFT:#a6b4cf 1px solid; WIDTH:268px; BORDER-BOTTOM:#455690 1px solid; POSITION:absolute; TOP:0px; HEIGHT:168px; BACKGROUND-COLOR:#c9d3f3\">");
//document.writeln("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"BORDER-TOP:#ffffff 1px solid; BORDER-LEFT:#ffffff 1px solid\" bgcolor=\"#cfdef4\">");
//document.writeln("<tr><td height=\"24\" width=\"26\" hspace=\"5\" align=\"absMiddle\" vspace=\"1\"\/><\/td>");
//document.writeln("<td align=\"right\" style=\"FONT-WEIGHT:normal;FONT-SIZE:12px;BACKGROUND-IMAGE:url(images/msgTopBg.gif);COLOR:#1f336b;PADDING-TOP:4px\" valign=\"middle\" width=\"100%\"><img src=\"images/msgClose.gif\" hspace=\"3\" style=\"CURSOR:pointer\" onclick=\"javascript:RBDlg.style.visibility='hidden';\" title=\"关闭\"\/><\/td>");
//document.writeln("<\/tr><tr><td colspan=\"3\" height=\"90\" style=\"PADDING-RIGHT:1px;BACKGROUND-IMAGE:url(images/msgBottomBg.jpg);PADDING-BOTTOM:1px\">");
//document.writeln("<div align=left valign=bottom style=\"font-size:12px;\">");
//document.writeln("<a target=\"_blank\" href=\"http://www.looksee.com.cn/main/huodong/201008xinxxiang/default.htm\"><img border=0 src=\"http://www.looksee.com.cn/main/Posters/20100821.jpg\" /><\/a>");
//document.writeln("<\/div><\/tr><\/table><\/div>");

//document.getElementById('RBDlg').style.top = document.body.clientHeight - 180;
//document.getElementById('RBDlg').style.left = document.body.clientWidth - 360;
//moveR();
//function moveR() {
//    document.getElementById('RBDlg').style.top = document.body.scrollTop + document.body.clientHeight - 200; //210
//    document.getElementById('RBDlg').style.left = document.body.scrollLeft + document.body.clientWidth - 280; //320
//    setTimeout("moveR();",80)
//}
//function closeDiv(){
//    document.getElementById('RBDlg').style.visibility = 'hidden';
//}


document.writeln("<div style=\"position:absolute;border:1px solid #000;right:0;\" id=\"ad\"><div style=\"background-color:#FFF;cursor:pointer;\" onclick='javascript:cload()' align=\"center\">关闭</div><a target=\"_blank\" href=\"http://www.looksee.com.cn/MAIN/huodong/201103jmjsdasai/default.aspx\"><img border=0 src=\"http://www.looksee.com.cn/main/Posters/ShopPOP1.jpg\" /></a></div>")
//这一行写了这个DIV是绝对定位，最好再加一下z-index；边框为1px的实线黑色边；距右边有0PX; ID=AD； 

function rightBottomAd(){ 
var abc = document.getElementById("ad"); 
abc.style.top = document.documentElement.scrollTop+document.documentElement.clientHeight-185+"px";//20是这个层的高度； 
setTimeout(function(){rightBottomAd();},80);
}
rightBottomAd();

function cload() {
    document.getElementById("ad").style.display = 'none';
}

//document.writeln("<div style=\"position:absolute;border:1px solid #000;right:0;\" id=\"ad2\"><div style=\"background-color:#FFF;cursor:pointer;\" onclick='javascript:cload2()' align=\"center\">关闭</div><a target=\"_blank\" href=\"http://www.looksee.com.cn/MAIN/huodong/201103jmjsdasai/default.asp\"><img border=0 src=\"http://www.looksee.com.cn/main/Posters/ShopPOP2.jpg\" /></a></div>")
//这一行写了这个DIV是绝对定位，最好再加一下z-index；边框为1px的实线黑色边；距右边有0PX; ID=AD； 

//function rightBottomAd2(){ 
//var abc = document.getElementById("ad2"); 
//abc.style.top = document.documentElement.scrollTop+document.documentElement.clientHeight-360+"px";//20是这个层的高度； 
//setTimeout(function(){rightBottomAd2();},80);
//}
//rightBottomAd2();

//function cload2() {
//    document.getElementById("ad2").style.display = 'none';
//}
