//Text that will appear in a "ok/chancel" box if the visitor have typed in an e-mail with a domain on the list below
var notAllowedTxt = 'The email domain you entered is on the "not submittable" list. Therefore you might not be approved as an user. Do you wish to sign up with this email address anyway?';


//List of NOT allowed e-mail domains
var notAllowed = new Array();

notAllowed[0] = "hotmail.com";
notAllowed[1] = "gmail.com";
notAllowed[2] = "yahoo.com";