document.write("
") var arrCookieId; var arrCookieNum; var arr = document.cookie.match(new RegExp("(^| )cookieID=([^;]*)(;|$)")); var arr2 = document.cookie.match(new RegExp("(^| )cookieNum=([^;]*)(;|$)")); var then = new Date(); then.setTime(then.getTime()+60*60*1000*60*24*10000) if (arr==null){ document.cookie = "cookieID=2329402393032;expires="+then.toGMTString(); document.cookie = "cookieNum=1;expires="+then.toGMTString(); arrCookieId = "2329402393032"; arrCookieNum = 1; }else{ arrCookieId = arr[2]; arrCookieNum = parseInt(arr2[2])+1; document.cookie="cookieNum="+arrCookieNum+";expires="+then.toGMTString(); } function openwindow(uinqd,Nick,Group){window.open('http://im.711688.net/jst/chatWin.asp?V=1&ImTalk=2&arrCookieId='+arrCookieId+'&Uin='+ uinqd + '&Group='+ Group + '&ShowName=' + Nick + '&Menu=no&GuestId=0',Nick,'height=471, width=611')}