function Messages()
{
	this.PerfCantSelect = "Note: The requested venue/performance could not be selected.";
	this.VenueSoldout = "Please select a valid venue";
	this.PerformanceSoldout = "Please select a valid time.";
	this.PurchaseAlreadyClicked = "You have already clicked 'Continue'... please wait whilst we process your request.";
	this.PurchaseAddressStreet = "Please enter your Street Address";
	this.PurchaseAddressSuburb = "Please enter your Suburb";
	this.PurchaseAddressState = "Please enter your State";
	this.PurchaseAddressPostcode = "Please enter your Post Code";
	this.PurchaseAddressCountry = "Please enter your Country";
	this.PurchaseAddressPhoneHomeCCode = "Please enter your Home Phone Country Code";
	this.PurchaseAddressPhoneHomeACode = "Please enter your Home Phone Area Code";
	this.PurchaseAddressPhoneHome = "Please enter your Home Phone";
	this.PurchaseAgreed = "First check the box 'I have read and agree to the terms of sale' then you can choose 'Submit payment' to proceed.";
	this.PurchaseRemoveOffer = "Remove this offer from your order?";
	this.BasketReturnToSale = "By leaving this page your current offer will be returned to sale.\n\nContinue?";
	this.BasketObstructedView = "Please note: The seats in your offer have an obstructed view.  Please click on the\ncheck box below to acknowledge your acceptance of these obstructed seats.";
	this.MaximumOffersReached = "You have the maximum number of offers in your order. You will not be able\nto add anymore offers until you remove an existing one. That is, you need\nto click on the REMOVE button below.\n\nChoose CANCEL to stay on this page. \n\nChoose OK to continue browsing?";
	this.ReturnToPage = "NOTE - To return to this page and buy your tickets:\n\nSelect the 'PURCHASE' button that appears in the top right of the Ticketek website.\n\nPlease remember however, that your current ticket offers are only valid for a limited\ntime, normally no more than 10 minutes, after which they will be returned to sale.\n\nContinue?";
	this.CreditCardNumber = "Please enter your Credit Card Number";
	this.CreditCardNumberInvalid = "Invalid Credit Card Number, Please enter your Credit Card Number";
	this.CreditCardName = "Please enter the name on your Credit Card";
	this.CreditCardMonth = "Please enter the Credit Card Expiry Month";
	this.CreditCardYear = "Please enter the Credit Card Expiry Year";
	this.CreditCardExpiryDate = "Please enter a valid Credit Card Expiry Date";
	this.MaxPTypes = "A maximum of four price types can be selected per transaction. Please alter your ticket selection.";
	this.MaxTickets = "You may only select a maximum of {0} tickets in this price category.";
	this.PcatNotAvail = "No tickets available in this price category.";
	this.NoTickets = "Please select your tickets.";
	this.loginboxMissingCode = "Please enter your login code.";
	this.NoDelivery = "Please select your delivery method.";
	this.addressLine1Error = "The street address may not be blank.";
	this.addressLine2Error = "The street address may not be blank.";
	this.addressCityError = "The city/suburb must be supplied.";
	this.addressStateError = "The state must be supplied.";
	this.addressCountryError = "The country must be supplied.";
	this.addressPostCodeError = "The postcode must be supplied.";
	this.SelectAnEvent = "Please enter some keywords to search on or enter a category\nor region then choose Go.";
	this.EmailBlank = "Your Email address cannot be blank.";
	this.EmailInvalid = "Your Email address is not valid.";
	this.LoginBlank = "Your LoginCode cannot be blank.";
	this.LoginInvalid = "Your Login code must be at least {0} and  upto {1} characters long.";
	this.PasswordBlank = "Your Password cannot be blank.";
	this.PasswordUnConfirmed = "Your has not been confirmed, please retype it correctly.";
	this.SalutationUnSelected = "Please select a salutation";
	this.FirstNameBlank	= "Your first name nay not be blank";
	this.MiddleNameBlank = "Your middle name nay not be blank";
	this.LastNameBlank = "Your last name nay not be blank";
	this.HomePhoneBlank = "Your home phone must be filled in.";
	this.MobilePhoneBlank = "Your mobile phone must be filled in.";
	this.OtherPhoneBlank = "Your other phone must be filled in.";
	this.HomePhoneNonNumeric = "Your home phone contains non numeric characters.";
	this.MobilePhoneNonNumeric = "Your mobile phone contains non numeric characters.";
	this.OtherPhoneNonNumeric = "Your other phone contains non numeric characters.";
	this.MessageBlank = "Message cannot be blank";
	this.PhoneCCBlank = "Phone Country Code cannot be blank";
	this.PhoneACBlank = "Phone Area Code cannot be blank";
	this.PhoneNBlank = "Phone Number cannot be blank";
	this.PhoneNonNumeric = "Your phone number contains non numeric characters.";
}
