// id=889739466 var ExpireDate = new Date (); ExpireDate.setTime(ExpireDate.getTime() + 15000) if (document.cookie.indexOf("ChatId=") == -1) {document.cookie="ChatId=" + id + " ; expires=" + ExpireDate.toGMTString()} else {id=getCookie("ChatId") } setTimeout('refresh()',4000) img=new Image() img.src="http://chat.fioristabandera.it/ping.asp?id=" + id + "&F=true&R="+ escape(document.referrer)+"&H="+ escape(location.href)+"&N="+navigator.appName last=1 function aprichat(){ if (!document.images) return; img.src = 'http://chat.fioristabandera.it/ping.asp?id=' + id + '&rx=' + Math.random(); z=img.width if(z==1) {location.href="skype:fioristabandera?call"} else {window.open('http://chat.fioristabandera.it/chat/chat.asp?id='+id,'chat','scrollbars=no,resizable=no,width=630,height=320,status=no,location=no,toolbar=no')} } function refresh() { var ExpireDate = new Date (); ExpireDate.setTime(ExpireDate.getTime() + 15000) document.cookie="ChatId=" + id + " ; expires=" + ExpireDate.toGMTString() if (!document.images) return; img.src = 'http://chat.fioristabandera.it/ping.asp?id=' + id + '&rx=' + Math.random(); w=img.width if (w!=last){ last=w if(w==1) {document.images['chat'].src="http://chat.fioristabandera.it/ChatOnline.jpg"} else {document.images['chat'].src="http://chat.fioristabandera.it/ChatOffline.jpg"} } setTimeout('refresh()',5000); } function getCookie(NameOfCookie){ if (document.cookie.length > 0) { begin = document.cookie.indexOf(NameOfCookie+"="); if (begin != -1) begin += NameOfCookie.length+1; end = document.cookie.indexOf(";", begin); if (end == -1) end = document.cookie.length; return unescape(document.cookie.substring(begin, end)); } return null; }