<HTML> <!-- ARCHIVE by FORTUNECITY.ws --> <HEAD> <TITLE>Cookie Count</TITLE> <META NAME="generator" CONTENT="BBEdit 5.1.1"> <SCRIPT LANGUAGE=JavaScript> <!-- var cookie_name = "JCCookie"; function doCookie() { if(document.cookie) { index = document.cookie.indexOf(cookie_name); } else { index = -1; } var date = new Date(); date.setYear(date.getYear()+1); var expires = date.toGMTString(); if (index == -1) { document.cookie=cookie_name+"=1; expires=" + expires; } else { countbegin = (document.cookie.indexOf("=", index) + 1); countend = document.cookie.indexOf(";", index); if (countend == -1) { countend = document.cookie.length; } count = eval(document.cookie.substring(countbegin, countend)) + 1; document.cookie=cookie_name+"="+count+"; expires=" + expires; } } function gettimes() { if(document.cookie) { index = document.cookie.indexOf(cookie_name); if (index != -1) { countbegin = (document.cookie.indexOf("=", index) + 1); countend = document.cookie.indexOf(";", index); if (countend == -1) { countend = document.cookie.length; } count = document.cookie.substring(countbegin, countend); if (count == 1) { return (count+" time"); } else { return (count+" times"); } } } return ("0 times"); } //--> </SCRIPT> </HEAD> <BODY onLoad="doCookie()" BGCOLOR=#FFFFFF><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-47423994-1', 'fortunecity.ws'); ga('send', 'pageview'); </script> <center> <br> <div> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </div> </center> <center> <br> <div style="height:5px"></div> </center> You have been here <SCRIPT> document.write(gettimes()); </SCRIPT> . </BODY> <!-- ARCHIVE by FORTUNECITY.ws --> <center> <div> <br> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250&cache=0"></script> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250"></script> </div> <br> <br> </center> </HTML>