
/***********************************************
* From where are you coming ... stranger ...
***********************************************/

document.write('<img src="/My_Referer_Sql.php?'+document.referrer+'" width=1 height=1 border=0>');

/***********************************************
* Break Out of Frames ...
***********************************************/
if (top.location != location) {
  top.location.href = document.location.href ;
}

