/* * Popup code generated by PopUpMaster Pro from * http://popupmaster.com * Copyright (c)2003, Steve Shaw, takanomi.com */var cookie='jHDbGAdJ';var exit=true;var filename='http:\/\/www.listinferno.com/show/page.php?id=7709&pop=x';var popup;var height=350;var width=500;var left=20;var top=20;function exitpop(){if(exit){if (getcookie(cookie)==''){popup = window.open(filename, '','height='+height+',width='+width+',top='+top+',left='+left+',location=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=no,toolbar=no,directories=no');self.focus();setcookie();}}}function getcookie(cookieName) {var id = cookieName + '=';var cookievalue = '';if (document.cookie.length > 0) {offset = document.cookie.indexOf(id);if (offset != -1) {cookievalue = 'x';}}return cookievalue;}function setcookie () {var today = new Date();var expdate = new Date(today.getTime() + 1 * 60 * 60 * 1000);document.cookie = cookie+ '='+ escape ('done')+ ';path=/;expires=' + expdate.toGMTString();}document.onunload=exitpop;window.onunload=exitpop;