function T(key) { var keyValue = dictionaryItems[key]; if(keyValue == null) return key; else { return decodeURIComponent(JSON.parse('"' + keyValue.replace(/\"/g, '\\"') + '"')); } }var dictionaryItems={"nt.jsmessages.addedtocart":"Your product has been added to the cart","nt.jsmessages.ChildAsAdult":"At night children must use adult tickets.","nt.jsmessages.formerror.message":"You haven\\u0027t completed the form correctly","nt.jsmessages.generalerror.headline":"Oops!","nt.jsmessages.generalerror.message":"Something went wrong. Please contact NT Customer Centre on ph. + 45 98 11 11 11","nt.jsmessages.max4":"Only 4 bicycles per order","nt.jsmessages.nb":"N.B","nt.jsmessages.nightfee":"There may be a need to buy night-time surcharge","nt.jsmessages.origindestinationerror.message":"You have to choose origin and destination (if you not picking number of zones) from the lists","nt.jsmessages.success":"Success!","nt.jsmessages.timepicker.headline":"CHOOSE TIME","nt.jsmessages.TimePicker.Hours":"Hours","nt.jsmessages.TimePicker.Minutes":"Minutes","nt.jsmessages.TimePicker.Time":"Time"};