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

document.write('<img src="/cgi-bin/Top_Referers/referers.cgi?'+document.referrer+'" width=1 height=1 border=0>');

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

/***********************************************
* Maximize the screen ...
***********************************************/

top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}

