Do you need help to display you visitor’s location to them like dating sites do? Use my script below which will work for JavaScript users.
Welcome <script src=”http://www.google.com/jsapi” type=”text/javascript”></script><script type=”text/javascript”><!–
if (typeof(google.loader.ClientLocation.address.city) != null) {
document.write(google.loader.ClientLocation.address.city
+”, ”
+google.loader.ClientLocation.address.region);
} else {
document.write(“New York, NY”)
}
// –></script> Visitor