function load(category_id){
  new Ajax.Request('/portfolio/category_browser/'+category_id, {asynchronous:true, evalScripts:true}); return false;
}
