var ValidatorsE = new Array;//all error var ValidatorsM = new Array;//all messages var ValidatorsV = new Array;//all validator constants //MEssages ValidatorsM[1]="Are you sure you want to empty the trash?"; ValidatorsM[2]="Are you sure you want to delete?"; ValidatorsM[3]="Deleted successfully."; ValidatorsM[4]="Please select a video or photo to"; ValidatorsM[5]="Please select a photo to rotate."; ValidatorsM[6]="already exists."; ValidatorsM[7]="You must first select a photo or video to attach."; ValidatorsM[8]="Do you want to remove all CC addresses that you have entered?"; ValidatorsM[9]="Do you want to remove all BCC addresses that you entered?"; ValidatorsM[10]="You need to attach at least one photo or video to your PickleMail.";//c1a/c1a_invite/c1a_videogram ValidatorsM[11]="Please attach items to your PickleMail.";//c1ab/c1ab_inviate/c2ae_controls ValidatorsM[12]="Please enter a password that has at least 6 characters and not beyond 25."//pb2_body ValidatorsM[13]="Please enter a Password which is at least 6 characters in length and upto 25 characters in length."; //pb2_body ValidatorsM[14]="Hey now! You forgot to confirm your password. Try again.";//pb2_body ValidatorsM[15]="Please retype the above text.";//pb2_body ValidatorsM[16]="Please confirm your age.";//pb2_body ValidatorsM[17]="Please check the box to confirm that you've read and agree to the Pickle Terms of Service.";//pb2_body ValidatorsM[18]="Please select an item to remove."; ValidatorsM[19]="You must first select a photo or video to remove."; ValidatorsM[20]="Select the type of account you want to enjoy."; ValidatorsM[21]="Please activate your account to send a PickleMail."; ValidatorsM[22]="Please select an item for use in your profile."; ValidatorsM[23]="Please select a message to delete."; ValidatorsM[24]="Select the photo you'd like to use for your profile."; ValidatorsM[25]="You can't rotate a hotspotted photo."; //Validateors ValidatorsV[1]="abcdefghijklmnopqrstuwvwxyzABCDEFGHIJKLMNOOPQRSTUVWXYZ0123456789 '!@#$*()-_=|\/?.,";//valid_folder_entry ValidatorsV[2]="abcdefghijklmnopqrstuwvwxyzABCDEFGHIJKLMNOOPQRSTUVWXYZ0123456789-_";//valid_account_entry ValidatorsV[3]="abcdefghijklmnopqrstuwvwxyzABCDEFGHIJKLMNOOPQRSTUVWXYZ";//valid_account_entry ValidatorsV[4]="abcdefghijklmnopqrstuwvwxyzABCDEFGHIJKLMNOOPQRSTUVWXYZ0123456789"; ValidatorsV[5]="abcdefghijklmnopqrstuwvwxyzABCDEFGHIJKLMNOOPQRSTUVWXYZ0123456789-_.";//valid_channel_email_entry //errors ValidatorsE[1]="Sorry. The channel can only include letters and numbers with no space in first charector and any special Charactor other then & < > %";//invalid folder entry ValidatorsE[2]="No e-mail addresses have been entered."; ValidatorsE[3]="Whoa! Your password and password confirmation don't match. Please re-enter them.";//two_password_not_match ValidatorsE[4]="is not a valid e-mail address. Please enter a valid e-mail address."; ValidatorsE[5]="Please enter a"; ValidatorsE[6]="Please enter at least one address.";//c1a/c1a_invite/c1a_videogram ValidatorsE[7]="Please enter an e-mail address, and try again.";//pb2b ValidatorsE[8]="The e-mail address should begin with a letter.";//pb2b ValidatorsE[9]="E-mail addresses can only include letters, numbers, underscores, or hyphens.\n\nPlease re-enter the e-mail address.";//pb2b ValidatorsE[10]="Please enter a Pickle screen name."; ValidatorsE[11]="Please enter an e-mail address."; ValidatorsE[12]="Please enter an e-mail address in the form: name@domain.com"; ValidatorsE[13]="Whoa! Your Pickle screen name can only include letters, numbers and characters like '_-', with no spaces.";//invalid account entry ValidatorsE[14]="Your Pickle screen name needs to start with a letter. We're funny that way."; ValidatorsE[15]="Are you sure you want to delete?"; ValidatorsE[16]="Are you sure you want to delete?"; ValidatorsE[17]="Sorry. Enter only letters and numbers with no spaces.";//invalid folder entry ValidatorsE[18]="Are you sure you want to delete?"; ValidatorsE[19]="Man, that's a long"; ValidatorsE[20]="Wow, that's a really short"; ValidatorsE[21]="Are you sure you want to delete? There are one or more items waiting to be approved for this channel that will also be deleted if you proceed."; ValidatorsE[22]="Please insert a comma or a semicolon between the email addresses in your CC list"; ValidatorsE[23]="Please insert a comma or a semicolon between the email addresses in your BCC list"; ValidatorsE[24]="Please insert a comma or a semicolon between the email addresses in your TO list"; ValidatorsE[25]="Please enter a screen name or e-mail address."; ValidatorsE[26]="Whoa! Your Pickle screen name can only be up to 50 characters."; ValidatorsE[27]="Please enter a name for your channel."; ValidatorsE[28]="Please enter an e-mail address for your channel."; ValidatorsE[29]="Please upload a photo or video before saving."; ValidatorsE[30]="Sorry, your channel e-mail address needs to be 50 characters or less."; ValidatorsE[31]="Email-in addresses can only contain letters and numbers."; //dynamic errors and messages ValidatorsE[32]="A channel must be set to Public in order to embed it."; ValidatorsE[33]="Please enter "; ValidatorsE[34]="You can't send an invite for a private channel"; ValidatorsE[35]="Your channel e-mail address can't contain any spaces."; ValidatorsE[36]="Are you sure you want to delete? Please note: this channel is linked to one of your widgets."; ValidatorsE[37]="Are you sure you want to delete? There are one or more items waiting to be approved for this channel that will also be deleted if you proceed. Please note: this channel is linked to one of your widgets.";