function ipshow()
{

var ctr = geoip_country_code();
if (ctr == "IN" ) { 
window.location = 'http://www.indianfurnitureoutlet.com/products.shtml';
} 

}

ipshow();

