<script language=JavaScript src='/js-bin/tools/history_count.js></SCRIPT>

<!----//This file looks at the history and counts how many times 
//the user has accessed a page on a single host

//////////////////////////////
// (c) 2001 Michael L Hill Sr
// History Count v 1.0
/////////////////////////////

var hits=history.length;
document.write('Times '+hits+' ');

//---end-->


