// GeoChecker 2.0.1
// The current cookie code should be called first to ensure
// that it takes precedence over any other logic
var geocheck = true;
// assumes that the language is based on the Language Tags specification standard RFC2616 from W3C
// language-tag  = primary-tag '-' sub-tag (e.g. en-US)
// primary-tag is an ISO-639 language abbreviation, sub-tag is an ISO-3166 country code


