</HEAD> <BODY leftMargin=0 topMargin=0><center> <script language="javascript" type="text/javascript" src="//ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </center> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4KX380T5BD"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-4KX380T5BD'); </script> <!-- END GOOGLE --> <geoads></geoads> <!-- following code added by server. PLEASE REMOVE --> <!-- preceding code added by server. PLEASE REMOVE --><XMP><!-- Start of Angelfire Ad Code Insertion --> <table border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td colspan="3" style="font-family: verdana,sans-serif; font-size: 10px;"><a href="http://r.hotbot.com/r/af_embedtxt4/http://angelfire.lycos.com/doc/subscriptions/index.html"> <img src="http://af.lygo.com/i/hostedbyaf_85x26.gif" width="85" height="26" border="0" align="middle"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://r.hotbot.com/r/af_embedtxt1/http://angelfire.lycos.com/doc/subscriptions/index.html">Get rid of this ad!</a></td> </tr> <tr> <td><a href="http://r.hotbot.com/r/af_468x60/http://angelfire.lycos.com/doc/subscriptions/index.html"><img src="http://af.lygo.com/i/af_468x60.gif" width="468" height="60" border="0"></a></td> <td><img src="http://af.lygo.com/i/1x1.gif" width="3" height="1"></td> <td> <table cellpadding="1" cellspacing="1" border="0"> <tr> <td style="font-family: verdana,sans-serif; font-size: 10px;">&#149; <a href="http://r.hotbot.com/r/af_columb/http://click.atdmt.com/COL/go/lycsnchm00100313col/direct/01/">Get Four DVDs for $.49 each. Join now.</a></td> </tr> <tr> <td style="font-family: verdana,sans-serif; font-size: 10px;">&#149; <a href="http://r.hotbot.com/r/af_embedtxt3/http://domains.lycos.com">Get your own web address!</a></td> </tr> <tr> <td style="font-family: verdana,sans-serif; font-size: 10px;">&#149; <a href="http://r.hotbot.com/r/af_embedtxt4/http://angelfire.lycos.com/doc/subscriptions/index.html">Get your own webiste on Angelfire</a></td> </tr> <tr> <td style="font-family: verdana,sans-serif; font-size: 10px;">&#149; <a href="http://r.hotbot.com/r/af_embedtxt5/http://matchmaker.com">Go meet somebody!</a></td> </tr> </table> </td> </tr> </table> <script language="JavaScript"> <!-- // Cache-busting LUBID bug. var ran = Math.round(Math.random() * 899999) + 100000; var lubid_string = "<img src=\"http://hb.lycos.com/header?VID=6105&LHIG=1&ord=" + ran + "\" height=\"1\" width=\"1\">"; document.write(lubid_string); //--> </script> <noscript><img src="http://hb.lycos.com/header?VID=6105&amp;LHIG=1" height="1" width="1"></noscript> <!-- TEMPORARY POP UNDER --> <script language="JavaScript"> function showNow(scale) { var CategoryString = "(none)"; var searchStringLong = "(none)"; var surveyLocation = "http://www.geocities.com/doc/general/angelfire_popunder.html"; if( CategoryString != "(none)" && searchStringLong != "(none)") { surveyLocation = surveyLocation + "?Category=" + CategoryString + "&search_string=" + searchStringLong; } else if( CategoryString != "(none)" ) { surveyLocation = surveyLocation + "?Category=" + CategoryString; } else if( searchStringLong != "(none)" ) { surveyLocation = surveyLocation + "?search_string=" + searchStringLong; } var expdate = new Date (); var surveyCookieName = "AFPOPUNDER"; var percentOfferedSurvey = 100; var popupNewWindow = true; expdate.setTime (expdate.getTime() + (24 * 60 * 60 * 1000)); var stored_value = GetCookie(surveyCookieName); if (stored_value == null) { SetCookie(surveyCookieName, "under", expdate, "http://www.geocities.com/", ""); nowWin = window.open(surveyLocation,'under','height=300,width=720,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no'); nowWin.blur(); } } function showInsite(){ var CategoryString = "(none)"; var searchStringLong = "(none)"; var surveyLocation = "http://www.geocities.com/doc/general/insite.html"; if( CategoryString != "(none)" && searchStringLong != "(none)") { surveyLocation = surveyLocation + "?Category=" + CategoryString + "&search_string=" + searchStringLong; } else if( CategoryString != "(none)" ) { surveyLocation = surveyLocation + "?Category=" + CategoryString; } else if( searchStringLong != "(none)" ) { surveyLocation = surveyLocation + "?search_string=" + searchStringLong; } //add member url surveyLocation = surveyLocation + "&member_url=" + document.location; var expdate = new Date (); var surveyCookieName = "AFINSITE"; var percentOfferedSurvey = 100; var popupNewWindow = true; expdate.setTime (expdate.getTime() + (24 * 60 * 60 * 1000)); var stored_value = GetCookie(surveyCookieName); if (stored_value == null && searchStringLong != "(none)"){ SetCookie(surveyCookieName, "insite", expdate, "http://www.geocities.com/", ""); insiteWin = window.open(surveyLocation,'insite','height=300,width=450,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no'); if(insiteWin){ insiteWin.blur(); } } } function SetCookie (name,value,expires,path,domain,secure) { document.cookie = name + "=" + escape (value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); } function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; if( (document.cookie == null) || (document.cookie.length == null)) { return null; } var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } showNow(); showInsite(); </script> <!-- End of Angelfire Ad Code Insertion --> </XMP>
                      Item dupe v2.3
Hosted by www.Geocities.ws

1