var ajaxPost = function(form, what, where, on){
	new Request.HTML({		
		url: what,
		evalScripts: true,
		evalResponse: true,
		update: where,
	}).post(form);
}
