function hideats() { var expire = new Date(); expire.setTime(expire.getTime()+3600000*24*900); document.cookie="forumath=1;path=/;expires="+expire.toGMTString(); if (active_threads_show=document.getElementById('active_threads_show')) active_threads_show.style.display='none'; } document.write('
Active threads from around the forum close
');