Hmmm, how does this apply here Aderson? (See below)
One script should go in the header...
And another script wherever I want the GEO info to appear...
With both in the header section I have no design / position options right?
Cheers Mate...
""""""Note: Because the location is taken from your IP address, the city location might not be 100% correct, but it will be very close. However, the Country and Region have a very high accuracy.
Step 2. Apply the script to your page
1. Add this code just before the </head> tag:
<--- <script src="http://j.maxmind.com/app/geoip.js"></script> --->
2. Add the following line where you want to see the location information on your page
Note: You can wrap in a DIV or SPAN and use CSS to style it(text color, size, etc)
<--- <script>document.write(geoip_city()+", "+geoip_country_name());</script> --->