Скрипт указывает от куда пришел человек
Скрипт советую поставить в самый низ сайта
Code
<SCRIPT language=JavaScript>
var where = document.referrer;
if(where==0){document.write("ВЫ Загрузились с пустой страницы")}
else {document.write("ВЫ ПРИШЛИ С "+where)}
</SCRIPT>
var where = document.referrer;
if(where==0){document.write("ВЫ Загрузились с пустой страницы")}
else {document.write("ВЫ ПРИШЛИ С "+where)}
</SCRIPT>