/**
 * ERROR MESSAGES ENGLISH
 * -----------------------------
 * @created 2009-12-08
 * @author Bernd Basmer
 * 
 * CHANGE LOG
 * -----------------------------
 */

	var errorHead 	= '<h2 class="error">There were errors!</h2><p>Please correct the items below:</p>';
	
	var errorEmpty 		= 'Please submit a value!';
	var errorString 	= 'The value you submitted is not valid!';
	var errorTooSmall 	= 'The value you submitted is not long enough!';
	var errorTooBig 	= 'The value you submitted is too long!';
	var errorEmail 		= 'You did not submit a valid email address!';
	var errorPhone 		= 'The phone number you submitted is not valid';
	var errorNumber 	= 'Please submit a numeric value';
	
	var successHead = '<h2 class="error">Success!</h2>';
	var successTextContact = '<p>Your message has been sent and we will contact you as soon as possible.</p>';
	var successTextNL = '<p>You have been added to our list of subscribers.</p>';
