This script tells you the number of sites you have been to during your current internet session. NOTE: Insert this script anywhere between the <body> ... </body> tags of your HTML document.
Cut & Paste This Script:
<CENTER> <SCRIPT> var times=history.length; document.write('You\'ve been to '+times+' site(s) in this browser session.'); </SCRIPT> </CENTER>