function select_country(country) {
    if (!isNaN(country)) {
        
        $('#dealer_content').load('/en/wheretobuy/select_country/'+ country);
    }
}
