
		var BASE_URL="http://www.operationrebound.org/";

//user inpput form
var errors= new Array()
errors[0]="You may have forgotten to enter the \n First Name.";
errors[1]="You may have forgotten to enter the \n Last Name.";
errors[2]="You may have forgotten to enter the \n User Name.";
errors[3]="You may have forgotten to enter the \n Email Address.";
errors[4]="You may have forgotten to enter the \n User Name.";
errors[5]="You may have forgotten to enter the \n 1st Password.";
errors[6]="You may have forgotten to enter the \n 2nd Password.";
errors[7]="The First and Second password \n do not match.";
errors[8]="Sorry, only letters are accepted \n in first and last name fields";
errors[9]="Sorry, you must enter a \n valid email address";
errors[10]="Sorry, you must enter a \n valid user name.";
errors[11]="Sorry, you must enter a \n password.";
errors[12]="Sorry, you must enter a \n valid password.";
errors[13]="Sorry, you must select at least one \n permission level.";
//content pages 
errors[14]="Sorry, you need to enter a title for this page";
errors[15]="Sorry, you need to enter some text for this page";
errors[16]="Sorry, you need to enter a description for this page";
errors[17]="Sorry, you need to enter some keywords for this page";
errors[18]="You may have forgotten to enter your\n Old Password.";
errors[19]="Sorry, you must enter a \n valid Old Password.";
errors[20]="Sorry, the 1st and 2nd passwords don't match.";
errors[21]="Sorry, you didn't list a phone number.";
errors[22]="Sorry, that may not be a valid phone number.";
errors[23]="Sorry, you need to enter a name for this list.";
errors[24]="Sorry, this field does not accept some of the characters you've entered.";
errors[25]="Sorry, you must select a list to add names to.";
errors[26]="Sorry, you must enter a valid search term";
errors[27]="Sorry, you must enter a search term";
errors[28]="Sorry, only letters, numbers and some special characters are allowed in the search field.";
errors[29]="Sorry, you may have forgotten to enter a headline for this story.";
errors[30]="Sorry, you may have forgotten to enter a teaser for this story.";
errors[31]="Sorry, you may have forgotten to enter text this story.";

var confirms=new Array()
confirms[0]="Are you sure you want to delete \r\n ";
confirms[1]="\r\nfrom the editor list? \r\n This action can not be undone.";
confirms[2]="You appear to be updating this user's log-in information. \r\nWould you like to send them an email with these details?\n\r(Click 'OK' to send an email, 'Cancel' to continue without sending an email.)";
confirms[3]="You appear to be manually entering a new user's log-in information. \r\nWould you like to send them an email with these details?\n\r(Click 'OK' to send an email, 'Cancel' to continue without sending an email.)";
confirms[4]="You haven't selected a category for this page.  \r\n Are you sure you want to proceed?";
confirms[5]="the content from this page?  \r\n This can not be undone.";
confirms[6]="You are adding a new user. Would you like to send them an invitation allowing them to set their own user name and password? \r\n(If not, you should set this manually.)\n\rClick 'OK' to send an email, 'Cancel' to continue without sending an email.";
confirms[7]="You haven't selected a category for this story. \r\n Are you sure you want to proceed?";

var prompts=new Array()
prompts[0]="Please enter a title for this page:";

var buttons=new Array()
buttons[0]="Add Page";
buttons[1]="Update Page";
