﻿strHTML="<table width=\"253\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>    <td  style=\"background-image: url(\/Images\/top.gif);background-repeat: no-repeat; width:253px; height:23px;\"><div style=\"float:left;	font-size: 14px;Font-weight: bold;color: #FFFFFF;margin-top: 4px;margin-left:15px;\">您有新的短信<\/div><div style=\"float:right;	margin-top: 4px;margin-right: 10px;\"><img src=\"images\/an.gif\" border=\"0\" style='cursor:pointer;' onclick=javascript:document.getElementById('rootMsgBoxByZlhran').style.display='none' \/><\/div><\/td>  <\/tr> <tr><td style=\"border: 1px solid #EF6B00;\"><div style=\"border: 5px solid #FFEBC6; padding:10px;\"><a href='http://bbs.qbaobei.com/useradmin/messages.aspx' target='_blank'>点击查看短信息</a><\/div><\/td><\/tr><\/table>";

function div(str,eleWidth,eleHeight){var msgBoxEle=document.getElementById(str);wth=parseInt(getWT())-eleWidth;hgt=parseInt(getHT())-eleHeight;msgBoxEle.style.width=eleWidth+'px';msgBoxEle.style.height=eleHeight+'px';msgBoxEle.style.border=0;msgBoxEle.style.position='absolute';msgBoxEle.style.left=wth+"px";msgBoxEle.style.top=hgt+"px";if(!showed){$('#rootMsgBoxByZlhran').show(1000);showed=true}cms=setTimeout(function(){div(str,eleWidth,eleHeight)},50)}function getHT(){var Bs=parseInt(document.body.scrollTop);var Dd=parseInt(document.documentElement.scrollTop);if(Bs==0&&Dd==0){if(parseInt(document.documentElement.clientWidth)==0){return parseInt(document.body.clientHeight)}else{return parseInt(document.documentElement.clientHeight)-4}}else{if(parseInt(document.documentElement.clientWidth)==0){return Bs+parseInt(document.body.clientHeight)}else{return Dd+parseInt(document.documentElement.clientHeight)-4}}}function getWT(){var Bs=parseInt(document.body.scrollLeft);var Dd=parseInt(document.documentElement.scrollLeft);if(Bs==0&&Dd==0){if(parseInt(document.documentElement.clientWidth)==0){return parseInt(document.body.clientWidth)}else{return parseInt(document.documentElement.clientWidth)-4}}else{if(parseInt(document.documentElement.clientWidth)==0){return Bs+parseInt(document.body.clientWidth)}else{return Dd+parseInt(document.documentElement.clientWidth)-4}}}function display(id){if(!showed){showMan=setTimeout(function(){div('rootMsgBoxByZlhran',253,90)},3000)}}var showed=false;function initEle(){bcd=document.getElementsByTagName('body')[0];msgBoxEle=document.createElement('div');msgBoxEle.id='rootMsgBoxByZlhran';msgBoxEle.innerHTML=strHTML;msgBoxEle.style.display='none';bcd.appendChild(msgBoxEle)}$(function(){initEle();display('rootMsgBoxByZlhran')});