function ajx(url,elem_id){
    new Ajax.Updater(elem_id, url, {asynchronous:true, evalScripts:true, method:'get'})
}

