document.write("<span id=\"tmpMsgDiv\"></span>");
showMsg();
function showMsg() {
 var s="";
 var _width="240";_height="160";
 try{
  if(document.compatMode && document.compatMode != 'BackCompat'){
   s+=('<div style="z-
index:9;right:2px;bottom:1px;height:'+_height+'px;width:'+_width+'px;overflow:hidden;position:fixed;'+(/MSIE 7/.test
(navigator.appVersion)?'':'_position:absolute; _margin-top:expression(document.documentElement.clientHeight-
this.style.pixelHeight+document.documentElement.scrollTop);')+'" id="BottomMsg">');
  }else {
   s+=('<div style="z-
index:9;right:2px;bottom:1px;height:'+_height+'px;width:'+_width+'px;overflow:hidden;position:fixed;*position:absolute;*top:express
ion(eval(document.body.scrollTop)+eval(document.body.clientHeight)-this.style.pixelHeight);" id="BottomMsg" >');
  }
  s+=('<a target="_blank" href="http://www.ma08.com/reg/reg1.html?regid=1383"><img src="/wp-content/themes/jiudian/MM1.jpg" border="0"></a>');
  s+=('</div>');
  document.getElementById('tmpMsgDiv').innerHTML = s;
 }catch(err){}
}

