var validationSet={'mailName':{'regexp':/^.*$/,'error':'We need to know who you are!','required':'true'},'mailEmail':{'regexp':/^.+?@.+?\..+$/,'error':'We think your email should look more like this foo@foo.com.','required':'true'},'mailPNumber':{'regexp':/^[2-9]\d{2}-\d{3}-\d{4}$/,'error':'Hmm, can you format your number like NNN-NNN-NNNN!','required':'false'},'confirmEmail':{'regexp':/^.*$/,'error':'Need a hint? Match the above email and you\'re a winner!','required':'true'},'mailSubject':{'regexp':/^.*$/,'error':'Please type a subject. Something like, QUESTION or INQUIRY. Or you can type the alphabet or even the name of your favorite ice cream flavor. Our favorite flavor at Elefoo? You guessed it, peanut butter!','required':'true'},'mailMessage':{'regexp':/\s*$/,'error':'This is where the good stuff goes. You have questions, elefoo has answers. Please be specific so we can provide you with our best response. Thanks.','required':'true'},'sbWord':{'regexp':/^.*$/,'error':'Please confirm you are a human.','required':'true'}};
