

//9/7/2010 3:08:27 AM
//en-us
//http

Agility.RegisterNamespace("Cineplex.Constants");

(function(Constants) {
	
	Constants.Values = {
		Play : 'Play',
		Pause : 'Pause',
		Page : 'Page',
		PreviousPage : 'Previous',
		NextPage : 'Next',
		reqEnterSearchLocation: "Please enter a valid search location.",
		lnkLogout: "Logout"
	}
	 
	Constants.LocationBasedUrls = [
		"/theatres/findatheatre.aspx","/theatres/theatredetails","/movies/moviedetails","/movies.aspx"
	]
	
	Constants.lblDidYouMean = "Did you mean - ";
	Constants.lblOr = "or";
	Constants.lblCommentFlaggedOffensive = "The comment has been flagged as offensive. It will be reviewed by our moderation team shortly.";
	
})(Cineplex.Constants);



