if (google.loader.ClientLocation != null) {
	var geO = google.loader.ClientLocation.address.country; // South Korea
	var cCode = google.loader.ClientLocation.address.country_code;
	//alert(google.loader.ClientLocation.address.country_code);
	if(cCode == "KR"){
		window.location="http://kr.interad.com";
		//location.replace('http://kr.interad.com');
	}else if(cCode == "JP"){
		window.location="http://jp.interad.com";
	}
}
