$(document).ready(function(){
	$('form.edm-load').livequery('submit',function(){
		alert($(this).attr('action'));
		return false;
	});
});