var ip = "38.107.179.228";var lon = -75.0041;var lat = 40.7557;var country = 'United states';function initialize(){var msg="";msg="Your IP address is <strong>"+ip+"</strong> and it seems &nbsp; <br />";msg+="that you are from "+country+" (nice country).<br />";msg+="There are more things about you we can read.<br />";msg+="Click <a href=\"/ip-info.php\" title=\"IP Whois\">here</a> to find out more!<br />";if(GBrowserIsCompatible()){var map=new GMap2(document.getElementById("map_canvas"));map.setCenter(new GLatLng(lat,lon),3);map.addControl(new GMapTypeControl());map.openInfoWindowHtml(map.getCenter(),msg);}}

