/*
Author: Robert Hashemian
http://www.hashemian.com/
You can use this code in any manner so long as the author's
name, Web address and this disclaimer is kept intact.
********************************************************
Usage Sample:
*/
if (typeof(VIH_BackColor)=="undefined")
VIH_BackColor = "white";
if (typeof(VIH_ForeColor)=="undefined")
VIH_ForeColor= "black";
if (typeof(VIH_FontPix)=="undefined")
VIH_FontPix = "16";
if (typeof(VIH_DisplayFormat)=="undefined")
VIH_DisplayFormat = "You are visiting from:
IP Address: %%IP%%
Host: %%HOST%%";
VIH_DisplayFormat = VIH_DisplayFormat.replace(/%%IP%%/g, "195.74.118.158");
VIH_DisplayFormat = VIH_DisplayFormat.replace(/%%HOST%%/g, "195-74-118-158.adsl.entanet.co.uk");
document.write("
| " + VIH_DisplayFormat + " |