HTTP/1.1 200 OK Date: Tue, 20 Feb 2001 07:06:47 GMT Server: Apache/1.3.14 Last-Modified: Mon, 17 Jul 2000 14:57:01 GMT ETag: "15ea5e-422-39731ebd" Accept-Ranges: bytes Content-Length: 1058 Connection: close Content-Type: application/x-javascript X-Pad: avoid browser bug // SiteGuest-- CallerID for your web site // You can capture the names and eMail addresses of your site's guests. // Visit: http://www.siteguest.com for easy installation instructions. // // SiteGuest (c) copyright 1998 by Atlantis Technology and // Daniel Garrie, John Abercrombie // Unauthorized use, duplication, or reference of this code is // stricly prohibited. var done=0; function onsubmit_action() { if (document.form1) { document.form1.REFERRER.value = document.referrer; document.form1.PLATFORM.value = navigator.appName+" "+navigator.appVersion; done++; if(done>1) return false; else return true; } else { return false; } } function submit_form() { document.form1.PAGE.value = document.title; document.form1.SUBMITTER.click(); } function set_ref_cookie() { var date1 = new Date(); var date2 = new Date(); var gen_string ="generic"; FixCookieDate(date1); FixCookieDate(date2); date2.setDate(date1.getDate()+3); setCookie("Referrer_Check",gen_string,date2); } function email_sniff() { var ref_check_cookie=getCookie("Referrer_Check"); if(ref_check_cookie==null) { set_ref_cookie(); submit_form(); } }