//--				CUSTOMIZE PER CLIENT				 --//
var customDataArray = new Array();
customDataArray[0] = "Cierant Corporation: Subscriptions"						//literal from of email that is sent
customDataArray[1] = "webmaster@cierant.com"			//from emailaddress of email that is sent
customDataArray[2] = "webmaster@cierant.com"			//replyto emailaddress
customDataArray[3] = "Cierant Corporation"		//Company Name
customDataArray[4] = "461 Danbury Road"		//Company Address 1
customDataArray[5] = "Suite 5"			//Company Address 2, leave blank if none
customDataArray[6] = "New Milford, CT 06776"		//City State Zip
customDataArray[7] = "inquires@cierant.com"		//contact email address
customDataArray[8] = "http://cierant.ecommunique.com/sites/cierant/subscription/manageprofile.asp"	//URL to go to after login
customDataArray[9] = "level1"							//usage security level [level3,level2,leve1]
customDataArray[10] = "http://cierant.ecommunique.com/sites/cierant/subscription/login.htm" //Login page itself						//usage security level [level3,level2,leve1]
customDataArray[11] = "http://www.cierant.com/contact/user_thankyou.asp" //final page
customDataArray[12] = "0" //ownergroup

var processingPage = "http://cierant.ecommunique.com/vbscript/subscriptionlogin.asp"
var passwordType	= "WEAK"; // WEAK/STRONG
//--  ------------------------------------------  --//