var ip_ip='38.107.179.224';
var ip_city='-';
var ip_country='UNITED STATES';
var ip_country_short='US';
var ip_latitude='38.9048';
var ip_longitude='-77.0354';
var ip_region='-';
var ip_seed='11231';
function showip()
{
document.write(ip_ip);
}
function showcity()
{
document.write(ip_city);
}
function showseed()
{
document.write(ip_seed);
}
function showcountry()
{
document.write(ip_country);
}
function showlatitude()
{
document.write(ip_latitude);
}
function showlongitude()
{
document.write(ip_longitude);
}
function showcountryflag(path)
{
document.write('
');
}
function showmap(w,h,mask,zoomsize)
{
document.write('');
}
function showmap2(w,h,mask,zoomsize)
{
document.write('');
}
function showmapByPos(longi, lati, w,h,mask,zoomsize)
{
document.write('');
}