function ajax_link(the_url){
		new Ajax.Updater('module1', the_url, {asynchronous:true});
}

function ajax_link_2(the_url){
		new Ajax.Updater('module2', the_url, {asynchronous:true});
}
