
function messages(){
	/* Match Level Prediction Page */
	this.placepoints			="You cannot proceed without placing your points!";
	this.pointsNaN				="Please fill in a NUMERIC value for points!";
	this.mimPoints				="You have to place a minimum of 10 points on any prediction!";	
	this.selectPrediction		="Please select a prediction!";	 //removable	
	/* Registration Page */
	this.checkAvailabiliy 		= "Please check availability of your chosen nickname and then proceed to submit";
	this.incompleteNickname		= "Please enter a nickname";
	this.nicknameAvailable		="This nickname is available";
	this.nicknameNotAvailable	="This nickname is not available";	
	this.invalidMobile			= "Please provide a valid mobile number";
	this.invalidDOB 			= "The date of birth selected is not valid";
	this.incompleteDOB 			= "Please select your date of birth";	
	this.acceptTC 				= "Please agree to the Terms & Conditions";		
	this.invalidEmailIds 		= "Enter valid  email ids, eg. abc@rediff.com, xyz@yahoo.com";

	/* login form */
	this.enterusername = "Please complete your login information"; 
	this.enterpwd = "Please complete your login information"; 
	/* Banckend Error */
	this.e000 = "Your prediction has been placed";
	this.e001 = "Currently there are no active members in this level!";	
	this.e002 = "You have not made any predictions yet!";	
	this.e003 = "You have not placed any tags  yet!";		
	this.e004 = "You have not received any tags  yet!";		
	this.e101 = "Insufficient balance in your account"; // Match Level Prediction page
	this.e102 = "You have already tagged this member"; //Member profile page
	this.e103 = "You are trying to tag yourself!"; //Member profile page	
	this.e110 = "Sorry! You've already made the Jackpot prediction";
	this.e111 = "Your Jackpot prediction has been placed";
	this.e888 = "The mail will be sent shortly.";
	this.e999 = "Sorry! Invalid User Name or Password";
	this.e210 = "You have to tag this person to see his predictions";
	this.e211 = "Sorry! you are not logged in";
	this.e0A  = "Your prediction on";
	this.e0B  = "has been placed."
	this.e777 = "This Prediction has been closed";
}
var p2winMessage = new messages();
