﻿var ZeusTickets = {
    "5911000095":{
        UpSell:{code:"5911000096", message:"Upgrade to a 2-day ticket?"},
        Adult: {code: "AZ001", price:30.60, priceEx:25.50, vat:5.10, savings:10.20},
        Child: {code: "AZ002", price:24.30, priceEx:20.25, vat:4.05, savings:8.10},
        Senior:{code: "AZ003", price:15.30, priceEx:12.75, vat:2.55, savings:5.10},
        Family:{code: "AZ004", price:22.50, priceEx:18.75, vat:3.75, savings:7.50},
        Other:{code: "AZ008", price:30.60, priceEx:25.50, vat:5.10, savings:10.20}
    },
    "5911000096":{
        Adult: {code: "AZ010", price:39.84, priceEx:33.20, vat:6.64, savings:9.96},
        Child: {code: "AZ011", price:29.28, priceEx:24.40, vat:4.88, savings:7.32},
        Senior:{code: "AZ012", price:39.84, priceEx:33.20, vat:6.64, savings:9.96},
        Family:{code: "AZ014", price:31.20, priceEx:26.00, vat:5.20, savings:7.80},
        Other:{code: "AZ017", price:39.84, priceEx:33.20, vat:6.64, savings:9.96}
    },
    "5911000097":{
        Adult: {code: "AZ019", price:24.50, priceEx:20.41, vat:4.09, savings:undefined},
        Child: {code: "AZ020", price:19.50, priceEx:16.25, vat:3.25, savings:undefined},
        Senior:{code: "AZ021", price:11.20, priceEx:9.33, vat:1.87, savings:undefined}
    },
    "5911000098":{
        Adult: {code: "AZ023", price:33.66, priceEx:28.05, vat:5.61, savings:undefined},
        Child: {code: "AZ024", price:26.01, priceEx:21.68, vat:4.33, savings:undefined},
        Senior:{code: "AZ025", price:16.83, priceEx:14.03, vat:2.80, savings:undefined},
        Family:{code: "AZ027", price:23.88, priceEx:19.90, vat:3.98, savings:undefined},
        Other:{code: "AZ026", price:16.83, priceEx:14.03, vat:2.80, savings:undefined}
    },
    "5911000105":{
        Adult: {code: "AZ041", price:15.00, priceEx:12.50, vat:2.50, savings:undefined},
        Child: {code: "AZ042", price:10.50, priceEx:8.75,  vat:1.75, savings:undefined},
        Senior:{code: "AZ043", price:7.50,  priceEx:6.00,  vat:1.50, savings:undefined},
        Family:{code: "AZ045", price:12.00, priceEx:10.00, vat:2.00, savings:undefined},
        Other:{code: "AZ049", price:4.50, priceEx:3.60, vat:0.90, savings:undefined}
    }
};
