function ajaxurl(url,target,pars){
     var myAjax = new Ajax.Updater(target, url, {method: 'get', parameters: pars});
}
