if (document.getElementById && document.createTextNode && (document.getElementsByTagName('form').length > 0)) {
	addLoadListenerFormAuto(function() { 
		prepareForm();
	});
}
