//--- javascript file tharros_counter.js for www.tharros.info ---

//--- ad the following line to the page
//--- <script type="text/javascript" src="js2/tharros_counter.js"></script>
//--- date: 22 august 2009
//--- author if not indicated otherwise: T. Kriek 
//--- The tharros_counter javascript file contains the counter script used on all pages

function dbcounter(){
var mydate=new Date();
var nNoCache = mydate.getTime();
document.write('<img src="Enterref.php?nc='+nNoCache+'&np='+navigator.platform+'&na='+navigator.appName+'&wl='+window.location+'&ur='+document.referrer+'" style="visibility: hidden; height: 0">');
}

function forumcounter(){
var mydate=new Date();
var nNoCache = mydate.getTime();
document.write('<img src="Enterref3.php?nc='+nNoCache+'&np='+navigator.platform+'&na='+navigator.appName+'&wl='+window.location+'&ur='+document.referrer+'" style="visibility: hidden; height: 0">');
}

