CTVGeoLocation = function(){ this.Country = "CA"; this.Region = "QC"; this.City = "MONTREAL"; this.Latitude = "45.50"; this.Longitude = "-73.58"; this.TimeZone = "EST"; }