
if ((google.loader.ClientLocation) && (!(ip=='127.0.0.1')) && (server=='www.russianadventure.com'))
{
	visitor_countrycode = google.loader.ClientLocation.address.country_code;

if (visitor_countrycode=="RU")
{
          window.location = "http://www.russianadventure.com/ra-index.html";
          }

        
}
else
{
	


// ClientLocation not found or not populated
	// so perform error handling
}
