
   // Get the page name that we are in and pass it to the script.

   pageurl = location.href
   param = pageurl.split("/")
   pagename = param[param.length - 1]
   page = pagename.split(".")

   document.write("<img src=\"http://www.randem.com/cgi-bin/randem/sitelog.pl?"+page[0]+",ref="+top.document.referrer+"\" width=1 height=1 border=0>");
