WELCOME FROM … GEOPLUGIN
Small script, showing how to add a welcome to your website visitors.
Demo right below this line
Welcome to our visitors from San Francisco, United States
Code to produce this
<script language="JavaScript" src="http://www.geoplugin.net/javascript.gp" type="text/javascript"></script> <h3><img src="/images/waving.gif"><script language="Javascript"> document.write("Welcome to our visitors from "+geoplugin_city()+", "+geoplugin_countryName()); </script></h3>