var Form1= new formDef('Form1',nullFunc,nullFunc);
/* client-side recordset */
var SurveyRecordset = new Recordset("SurveyRecordset", "NewGuestbook");
var Notification= new HiddenDef('Notification');
var Location= new HiddenDef('Location');
var UserName= new editDef('UserName',24,1,nullFunc,nullFunc,nullFunc);
var UserEmail= new editDef('UserEmail',29,1,nullFunc,nullFunc,nullFunc);
var List1= new listDef('List1','select-one','Column 330',List1__onChange,nullFunc,nullFunc);
var List2= new listDef('List2','select-one','Column 337',List2__onChange,nullFunc,nullFunc);
var Question= new editDef('Question',51,3,nullFunc,nullFunc,nullFunc);
var FormButton1= new fButtonDef('FormButton1',nullFunc);

