<Script language="JavaScript" src=/js-bin/tools/host_url.js></script>

<! --// this script is used to detect the path, host and url

//////////////////////////////
// (c) 2001 Michael L Hill Sr
// URL Path and Host Finder v 1.0
/////////////////////////////

//Locations
loc=location.href;
refe=document.referrer;
durl=document.URL;
ho=location.host;
hon=location.hostname;
path=location.pathname;


// Displaying the Informations :
document.write("<br><font class=very_small>This page ",loc," ")
document.write("<br><font class=very_small>Last Modified ",modi," ")
document.write("<br><font class=very_small>Refered by ",refe," ")
document.write("<br><font class=very_small>D Url ",durl," ")
document.write("<br><font class=very_small>Host ",ho," ")
document.write("<br><font class=very_small>Host Name ",hon," ")
document.write("<br><font class=very_small>Path ",path," ")


//---end-->


