document.write("<div id =\"hiddiv\" style=\"display:none;\"></div><div id='miniMessage' style='width:0px;height:0px;position:absolute;display:none;overflow:hidden;background:#FFF;z-index:20'>\n<div id='miniBack' style='position:absolute;top:0px;left:0px;width:100%;height:100%;background:#FFF;-moz-opacity:0;filter:Alpha(Opacity = 0);display:none;'>&nbsp;</div>\n<div id='miniDrag' style='position:absolute;top:0px;left:0px;width:100%;height:25px;display:none;cursor:move;' onselectstart='return false'>&nbsp;</div>\n<div style='position:absolute;top:5px;right:10px;'><img src='' width='92' height='20' alt='' style='display:none' /> <img id='miniImage' src='http://image.bbs.redbaby.com.cn/upfile/swindow/image_07.jpg' width='22' height='20'  style='cursor:pointer;' alt='' /> <img src='http://image.bbs.redbaby.com.cn/upfile/swindow/image_09.jpg' width='22' height='20' style='cursor:pointer;' onclick='miniMessage.close();' /></div>\n<div id='innerObj' style='width:100%;height:100%'></div>\n</div>");var _domain="try.redmama.com.cn";function Cookie(){this.setcookie=function(h,a,f,c){var b=h+"="+escape(a)+"; ";if(!isNull(f)&&!isNaN(f)){var g=new Date();g.setTime(g.getTime()+f*1000);b+="expires="+g.toGMTString()+"; "}b+="domain="+_domain+"; ";if(!isNull(c)){b+="path="+c+"; "}else{b+="path=/; "}document.cookie=b};this.getcookie=function(d){var b=document.cookie.split("; ");for(var c=0;c<b.length;c++){var a=b[c].split("=");if(d==a[0]){return unescape(a[1])}}return null};this.delcookie=function(a){document.cookie=a+"="+null+"; omain="+_domain+"; path=/; expires=Fri, 31 Dec 1999 23:59:59 GMT;"}}function isNull(a){return(a===""||a==null||a=="undefined")}function _D(a){if(document.getElementById){return document.getElementById(a)}else{return document.all[a]}}function _Dt(a,b){if(b==null){return document.getElementsByTagName(a)}else{return b.getElementsByTagName(a)}}function _ajax(){var req=null;var method="get";var sync=true;var query=Array();var argu=[];var parser=null;var res={responseXML:null,responseText:null};this.init=function(){if(window.ActiveXObject){try{req=new ActiveXObject("Microsoft.XMLHTTP")}catch(e){req=new ActiveXObject("Msxml2.XMLHTTP")}return true}else{if(window.XMLHttpRequest){parser=new DOMParser();req=new XMLHttpRequest();return true}else{return false}}};this.setVal=function(n,v){if(typeof(n)=="object"){query=query.concat(n)}else{query.push(n+"="+v)}};this.setPost=function(){method="post"};this.setSync=function(){sync=false};this.setArgu=function(a){argu=a;if(isNull(a)){argu=[]}};this.open=function(_url,func){req.open(method,_url,sync);req.onreadystatechange=function(){if(req.readyState==4&&req.status==200){res.responseText=req.responseText;res.responseXML=req.responseXML;if(!isNull(parser)){res.responseXML=parser.parseFromString(req.responseText,"text/xml")}eval(func).apply(res,argu)}};req.setRequestHeader("Content-Type","application/x-www-form-urlencoded")};this.send=function(){if(query.length){req.send(query.join("&"))}else{req.send(null)}}}function ajax(b,e,a,d){var c=new _ajax();c.init();if(!isNull(d)&&isNull==false){c.setSync()}c.setArgu(a);c.open(b,e);c.send(null)}var drag=function(b){var a=_D("miniMessage");if(!b){b=window.event}clearTimeout(window.__MINIMESSAGE);var d=b.clientX-parseInt(a.style.left);var c=b.clientY-parseInt(a.style.top);document.onmousemove=function(){clearTimeout(window.__MINIMESSAGE);_D("miniBack").style.display="";b=window.event||arguments[0];var h=b.clientX-d;var e=b.clientY-c;var f=miniMessage.dom.clientWidth+miniMessage.dom.scrollLeft-miniMessage.minibWidth-2;var g=miniMessage.dom.clientHeight+miniMessage.dom.scrollTop-miniMessage.minibHeight-2;if(h<=miniMessage.dom.scrollLeft){h=miniMessage.dom.scrollLeft}else{if(h>=f){h=f}}if(e<=miniMessage.dom.scrollTop){e=miniMessage.dom.scrollTop}else{if(e>=g){e=g}}a.style.left=h+"px";a.style.top=e+"px"};document.onmouseup=function(){document.onmousemove=null;_D("miniBack").style.display="none";miniMessage.miniTop=parseInt(a.style.top)-miniMessage.dom.scrollTop;clearTimeout(window.__MINIMESSAGE);miniMessage.onscrolling()}};var miniView=false;var miniMessage={minisWidth:280,minisHeight:148,minibWidth:549,minibHeight:330,miniTop:0,miniObj:_D("miniMessage"),miniDrag:_D("miniDrag"),innerObj:_D("innerObj"),miniClose:function(){},miniType:null,miniFile:null,dom:document.documentElement?document.documentElement:document.body,showMiniMessage:function(d,e,a){clearTimeout(window.__MINIMESSAGE);var b=window.XMLHttpRequest?false:true;if(b){this.miniObj.style.position="absolute";window.onscroll=function(){_D("hiddiv").innerHTML=""}}else{this.miniObj.style.position="fixed"}this.miniObj.style.display="";if(typeof(a)=="function"){this.miniClose=a}if(!isNull(d)){this.miniFile=d}if(!isNull(e)){this.miniType=e}if(this.miniType=="big"){this.__big_message();var f=this.dom.clientHeight/2-this.miniObj.offsetHeight/2+this.dom.scrollTop;var c=this.dom.clientWidth/2-this.miniObj.offsetWidth/2+this.dom.scrollLeft;if(f<0){f=0}if(c<0){c=0}this.miniObj.style.top=f+"px";this.miniObj.style.left=c+"px";this.miniTop=parseInt(this.miniObj.style.top)-this.dom.scrollTop;this.miniDrag.style.display="";this.miniDrag.onmousedown=function(){drag(arguments[0])}}else{this.miniType="small";this.__small_message();this.miniObj.style.left=this.dom.clientWidth-this.miniObj.offsetWidth+this.dom.scrollLeft+"px";this.miniObj.onmouseout=function(){clearTimeout(window.__MINIHIDDEN);if(miniView){window.__MINIHIDDEN=setTimeout("miniMessage.minimize()",5000)}};this.miniObj.onmouseover=function(){clearTimeout(window.__MINIHIDDEN)}}if(!isNull(d)){this.innerObj.innerHTML="<iframe width='100%' height='100%' scrolling='no' frameborder='0' src='"+d+"'></iframe>"}_D("miniImage").src="http://image.bbs.redbaby.com.cn/upfile/swindow/image_07.jpg";_D("miniImage").onclick=function(){miniView=false;miniMessage.minimize()};this.onscrolling()},__big_message:function(){this.miniObj.style.width=this.minibWidth+"px";this.miniObj.style.height=this.minibHeight+"px"},__small_message:function(){this.miniObj.style.width=this.minisWidth+"px";var a=2;window.__MINISHOW=setInterval(function(){var b=26*a;if(b>=150){miniMessage.miniObj.style.height="150px";clearInterval(window.__MINISHOW);return}miniMessage.miniObj.style.height=b+"px";a++},100);miniView=true;window.__MINIHIDDEN=setTimeout("miniMessage.minimize()",5000)},onscrolling:function(){if(isNull(this.miniType)||this.miniType=="small"||arguments[0]=="minimize"){this.miniObj.style.right="0px";this.miniObj.style.bottom="0px"}else{if(this.miniType=="big"){this.miniObj.style.top=this.miniTop+this.dom.scrollTop+"px"}}},close:function(){clearTimeout(window.__MINIMESSAGE);this.miniClose();this.reset()},reset:function(){this.miniFile=null;this.miniType=null;this.miniDrag.style.cursor="default";this.miniDrag.onmousedown=null;this.innerObj.innerHTML="";this.miniObj.style.display="none"},minimize:function(){clearTimeout(window.__MINIMESSAGE);if(this.miniType=="big"){this.miniDrag.style.display="none";this.__mize_big_message();this.__mize_mouse()}else{this.__mize_small_message();miniView=false}this.onscrolling("minimize")},__mize_mouse:function(){_D("miniImage").src="http://image.bbs.redbaby.com.cn/upfile/swindow/msg_max.jpg";_D("miniImage").onclick=function(){clearTimeout(window.__MINIMESSAGE);miniMessage.showMiniMessage();miniView=true}},__mize_big_message:function(){with(this.miniObj.style){width=this.minisWidth+"px";height="26px";top=this.dom.clientHeight-this.miniObj.offsetHeight+this.dom.scrollTop+"px";left=this.dom.clientWidth-this.miniObj.offsetWidth+this.dom.scrollLeft+"px"}},__mize_small_message:function(){var a=1;window.__MINISHOW=setInterval(function(){var b=150-26*a;if(b<=26){miniMessage.miniObj.style.height="26px";miniMessage.__mize_mouse();clearInterval(window.__MINISHOW);return}miniMessage.miniObj.style.height=b+"px";a++},100)}};function check_minimessage(){ajax("/ajax/MiniMessage.aspx?site=02&"+Math.random(),function(){var dom=_Dt("root",this.responseXML)[0];for(var i=0;i<dom.childNodes.length;i++){if(dom.childNodes[i].nodeType==1&&dom.childNodes[i].tagName){eval("var "+dom.childNodes[i].tagName+" = '"+dom.childNodes[i].firstChild.nodeValue+"'")}}if(result=="true"){miniMessage.showMiniMessage(msgurl,msgtype,function(){void (0)});var d=new Date();var s=d.toLocaleTimeString().split(":");new Cookie().setcookie("minimessage_"+msgid,true,24*60*60-s[0]*60*60-s[1]*60-s[2],"/")}})}function open_minimessage(){var a="/window.htm";var b="big";miniMessage.showMiniMessage(a,b,function(){void (0)});var e=new Date();var c=e.toLocaleTimeString().split(":");new Cookie().setcookie("minimessage_2212",true,24*60*60-c[0]*60*60-c[1]*60-c[2],"/")};

