﻿function locate(){var s='';if(google.loader&&google.loader.ClientLocation){var country=google.loader.ClientLocation.address.country;var latitude=google.loader.ClientLocation.latitude;var longitude = google.loader.ClientLocation.longitude;  var city=google.loader.ClientLocation.address.city;if(country){var Ccode=google.loader.ClientLocation.address.country_code;$("p[@id='" + Ccode + "']").css('display', 'block');}else{}}else{}}

