var email = 'pvcharity@btconnect.com',


function buildForm(question, returnEmail, email) {

this.writeForm = function(){

							 document.write("<input type='hidden' name='REQUIRED' Value='" + this.question + " " + this.returnEmail + "," + this.email +"'>");

							 							}
}


	
