try{
	$('email_submit').onclick = function()
	{
		var o = $('email_form');
		o.setAttribute('action','?action=send');
		o.submit();
	}
}catch(e){}