function rmsl(sl){return sl.replace(/['"]+/g, '')} function getuhchatCookie(c_name){var c_value=document.cookie;var c_start=c_value.indexOf(" "+c_name + "=");if(c_start==-1){c_start=c_value.indexOf(c_name+"=");}if(c_start==-1){c_value=null;}else{c_start=c_value.indexOf("=", c_start)+1;var c_end=c_value.indexOf(";",c_start);if(c_end==-1){c_end=c_value.length;}c_value=unescape(c_value.substring(c_start,c_end));} return c_value;}function setuhchatCookie(c_name,value,exdays){var exdate=new Date();exdate.setDate(exdate.getDate()+exdays);var c_value=escape(value)+((exdays==null)?"":";expires="+exdate.toUTCString()+";path=/");document.cookie=c_name+"="+c_value;} function deleteCookie(c_name){document.cookie=encodeURIComponent(c_name)+"=deleted;expires="+new Date(0).toUTCString();} function uhchatClick(){if(getuhchatCookie("uhchatrelock")=="0"){document.getElementById("uhchat").style.bottom="-320px";deleteCookie("uhchatrelock"); setuhchatCookie("uhchatrelock","1",1);}else{document.getElementById("uhchat").style.bottom="0px";setuhchatCookie("uhchatrelock","0",1);}} if (getuhchatCookie("uhchatrelock")!="0"&&getuhchatCookie("uhchatrelock")!="1"){ setuhchatCookie("uhchatrelock","0",1);} if (getuhchatCookie("uhchatrelock")=="0"){setTimeout('document.getElementById("uhchat").style.bottom="0px";',3000);} document.write('
');