/* http://alivenalone.xtgem.com */ if (typeof(VIH_BackColor)=="undefined") VIH_BackColor = ""; if (typeof(VIH_ForeColor)=="undefined") VIH_ForeColor= "gray"; if (typeof(VIH_FontPix)=="undefined") VIH_FontPix = "16"; if (typeof(VIH_DisplayFormat)=="undefined") VIH_DisplayFormat = "You are visiting from:
IP Address: %%IP%%
Host: %%HOST%%"; if (typeof(VIH_DisplayOnPage)=="undefined" || VIH_DisplayOnPage.toString().toLowerCase()!="no") VIH_DisplayOnPage = "yes"; VIH_HostIP = "119.30.39.77"; VIH_HostName = "s20-12.opera-mini.net"; if (VIH_DisplayOnPage=="yes") { VIH_DisplayFormat = VIH_DisplayFormat.replace(/%%IP%%/g, VIH_HostIP); VIH_DisplayFormat = VIH_DisplayFormat.replace(/%%HOST%%/g, VIH_HostName); document.write("
" + VIH_DisplayFormat + "
"); }