/*
  depends on: mootools with Ajax - option included
*/

function doAjax(url,target){
  var ajax = new Ajax(url, {method: 'get', update: target}).request();
}
