Event.onDOMReady(function() {


/* FORMIDABLE: Framework Formidable.path initialization */
Formidable.initialize({path: 'http://www.hungertaskforce.org/typo3conf/ext/ameos_formidable/'});



/* FORMIDABLE: Form 'pform' instance description */
Formidable.Context.Forms["pform"] = new Formidable.Classes.FormBaseClass(
		{"sFormId":"pform","Misc":{"HiddenIds":{"Lister":{"page":"pform_AMEOSFORMIDABLE_DHLISTER_PAGE","sortField":"pform_AMEOSFORMIDABLE_DHLISTER_SORT_FIELD","sortDirection":"pform_AMEOSFORMIDABLE_DHLISTER_SORT_DIRECTION"}},"Urls":{"Lister":{"sortAction":"\/take-action\/urgent-campaigns\/robles-center-petition\/#LISTER_pform"},"Ajax":{"event":"http:\/\/www.hungertaskforce.org\/index.php?eID=tx_ameosformidable&object=tx_ameosformidable&servicekey=ajaxevent"}},"MajixSpinner":{}}}
	);



/* FORMIDABLE: Box pform_msgbad initialization */
Formidable.Context.Forms["pform"].Objects["pform_msgbad"] = new Formidable.Classes.Box(
	{"id":"pform_msgbad","formid":"pform","hasdata":false}
);



/* FORMIDABLE: Box pform_msg initialization */
Formidable.Context.Forms["pform"].Objects["pform_msg"] = new Formidable.Classes.Box(
	{"id":"pform_msg","formid":"pform","hasdata":false}
);



/* FORMIDABLE: Box pform_entry-box initialization */
Formidable.Context.Forms["pform"].Objects["pform_entry-box"] = new Formidable.Classes.Box(
	{"id":"pform_entry-box","formid":"pform","hasdata":false}
);



/* FORMIDABLE: Box pform_sig initialization */
Formidable.Context.Forms["pform"].Objects["pform_sig"] = new Formidable.Classes.Box(
	{"id":"pform_sig","formid":"pform","hasdata":false}
);



/* FORMIDABLE: Box pform_lister-container initialization */
Formidable.Context.Forms["pform"].Objects["pform_lister-container"] = new Formidable.Classes.Box(
	{"id":"pform_lister-container","formid":"pform","hasdata":false}
);



/* FORMIDABLE: Box pform_list-box initialization */
Formidable.Context.Forms["pform"].Objects["pform_list-box"] = new Formidable.Classes.Box(
	{"id":"pform_list-box","formid":"pform","hasdata":false}
);



/* FORMIDABLE: RdtBaseClass pform_firstname initialization */
Formidable.Context.Forms["pform"].Objects["pform_firstname"] = new Formidable.Classes.RdtBaseClass(
	{"id":"pform_firstname","formid":"pform"}
);



/* FORMIDABLE: RdtBaseClass pform_lastname initialization */
Formidable.Context.Forms["pform"].Objects["pform_lastname"] = new Formidable.Classes.RdtBaseClass(
	{"id":"pform_lastname","formid":"pform"}
);



/* FORMIDABLE: RdtBaseClass pform_title initialization */
Formidable.Context.Forms["pform"].Objects["pform_title"] = new Formidable.Classes.RdtBaseClass(
	{"id":"pform_title","formid":"pform"}
);



/* FORMIDABLE: RdtBaseClass pform_affiliation initialization */
Formidable.Context.Forms["pform"].Objects["pform_affiliation"] = new Formidable.Classes.RdtBaseClass(
	{"id":"pform_affiliation","formid":"pform"}
);



/* FORMIDABLE: Button pform_btn-save initialization */
Formidable.Context.Forms["pform"].Objects["pform_btn-save"] = new Formidable.Classes.Button(
	{"id":"pform_btn-save","formid":"pform"}
);



/* FORMIDABLE: RdtBaseClass pform_mylist initialization */
Formidable.Context.Forms["pform"].Objects["pform_mylist"] = new Formidable.Classes.RdtBaseClass(
	{"id":"pform_mylist","formid":"pform"}
);



/* FORMIDABLE: ListBox pform_pagebox initialization */
Formidable.Context.Forms["pform"].Objects["pform_pagebox"] = new Formidable.Classes.ListBox(
	{"id":"pform_pagebox","formid":"pform"}
);



/* FORMIDABLE: RdtBaseClass pform_mylist:fullname initialization */
Formidable.Context.Forms["pform"].Objects["pform_mylist:fullname"] = new Formidable.Classes.RdtBaseClass(
	{"id":"pform_mylist:fullname","formid":"pform"}
);



/* FORMIDABLE: RdtBaseClass pform_mylist:title initialization */
Formidable.Context.Forms["pform"].Objects["pform_mylist:title"] = new Formidable.Classes.RdtBaseClass(
	{"id":"pform_mylist:title","formid":"pform"}
);



/* FORMIDABLE: RdtBaseClass pform_mylist:affiliation initialization */
Formidable.Context.Forms["pform"].Objects["pform_mylist:affiliation"] = new Formidable.Classes.RdtBaseClass(
	{"id":"pform_mylist:affiliation","formid":"pform"}
);



/* FORMIDABLE: Date pform_mylist:crdate initialization */
Formidable.Context.Forms["pform"].Objects["pform_mylist:crdate"] = new Formidable.Classes.Date(
	{"id":"pform_mylist:crdate","formid":"pform"}
);



/* FORMIDABLE: RDT Events */
Formidable.f("pform").attachEvent("pform_btn-save", "click", function(event) {Formidable.f('pform').executeAjaxEvent('onclick', 'pform_btn-save', 'ff89eb69de', '17e0cdb171', false, false, {"0":"firstname","1":"lastname","2":"title","3":"affiliation"}, {}, arguments);});
Formidable.f("pform").attachEvent("pform_pagebox", "change", function(event) {Formidable.f('pform').executeAjaxEvent('onchange', 'pform_pagebox', 'b2990ae055', '1ecd91ccd9', false, false, {"0":"pagebox"}, {}, arguments);});
});