Messages = 
{
	NO_NAME                 :	"Please enter a Name.",
	INVALID_NAME            :	"Please enter your Full Name.",
	NO_URL                  :	"Please enter at least one URL.",
	INVALID_URLS            :	"One or more URL(s) you have entered is/are invalid.",
	INVALID_PHONE           :	"Please enter a valid Phone Number.",
	INVALID_EMAIL           :	"Please enter a valid E-mail Address.",
	INVALID_PROFIT          :	"Please enter a valid decimal number for profit (in USD).",
	INVALID_EXPECTED_PRICE  :	"Please enter a valid decimal number for expected price (in USD).",
	NO_CAPTCHA              :	"Please enter the text exactly as you see in the picture.",
	INVALID_CAPTCHA         :	"Please enter the text exactly as you see in the picture.",
	
	ERROR                   :	"Your request could not be processed because of the following error(s). Please correct the below error(s) and try again. The invalid fields are highlighted in red.",
	SUCCESS                 :	"Your message was sent successfully. Usually we reply to the messages within 24 hours. So please be patient."
}

Redirect = 
{
	REDIRECT_ON             :	true, // change this to false to disable redirection
	REDIRECT_URL            :	"http://www.experienced-people.co.uk/1006-sell-my-website/thank-you.htm"
}