var eMsg = new Array();
// these should not be deleted unless you have a really good reason.  Deleting them will likely break most sites
eMsg['delete']				= "If you delete this and there is no backup, it cannot be undone.  If there is a backup, it's still a pain.  Are you absolutely positive you want to delete it?";
eMsg['cancel']				= "Any changes you have made will not be saved if you cancel.  Are you sure you want to cancel?";
eMsg['email']				= "The e-mail address you entered is not valid.  Please enter a valid e-mail address in this field.";

// these are used by functions in forms.js, which isn't used very often
eMsg['phone']				= "The phone number you entered is not valid.  Please enter a valid phone number in this field.";
eMsg['date']				= "Dates must be formatted as MM/DD/YYYY or YYYY-MM-DD (e.g. 01/05/2001 or 2002-10-12). Please enter a valid date in this field. ";
eMsg['integer']			= "The value you entered is not a valid whole number.  Please enter a valid whole number in this field.";
eMsg['year']				= "You did not enter a 4-digit year.  Please enter a valid 4-digit year (i.e. 2001) in this field.";
eMsg['alpha-numeric']	= "The value you entered contains unsupported characters.  Please enter only letters, numbers, dashes (-), and underscores (_) in this field.";
eMsg['float']				= "The value you entered is not a number.  Please enter a valid number (either whole number or decimal) in this field.";
eMsg['maxdigits']			= "Please lower the value to less than the maximum number of digits for this field: ";
eMsg['remove-select']	= "You are attempting to remove items from a list that has no selected items.  Please select items before trying to remove them.";

eMsg['complete']     = "By marking this complete, the item will be deleted, with an email sent to the contributor if an email address was provided.  It cannot be undone.  Are you sure you want to mark that as completed?";
eMsg['accept']     = "By doing this, the user account will be created and they will be able to log in and start adding bands. Are you sure you want to accept this application?";
eMsg['reject']     = "By doing this, you are sending a rejection letter to the applicant and deleting their application.  Are you sure you want to reject this application?";
