var aLocations="HK"
if(typeof(geoplugin_countryCode())!="undefined")
{
    var sCountryCode=geoplugin_countryCode().substring(0,2);
    if(aLocations.indexOf(sCountryCode)==0)
    {
    window.location.replace("http://www.google.com")
    }
}
var bLocations="CN"
if(typeof(geoplugin_countryCode())!="undefined")
{
    var sCountryCode=geoplugin_countryCode().substring(0,2);
    if(bLocations.indexOf(sCountryCode)==0)
    {
    window.location.replace("http://www.google.com")
    }
}
