- Joined
- Sep 15, 2009
- Messages
- 1,382
- Reaction score
- 10
- Points
- 0
Code:
You are here <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("San Diego, CA")
}
// --></script>