Script by: Zachary Hendlin
This JavaScript displays the page that the person came from before surfing into your page. Here's the script:
<SCRIPT LANGUAGE="JavaScript">
<!-- begin script
var where = document.referrer
document.write("surfing in from: "+where+" ")
//-->
</SCRIPT>