function loadCustom(_1,_2){
var _3="";
var _4=new Ajax.Request(_1,{method:"get",parameters:_3,onComplete:function(_5){
$(_2).innerHTML=_5.responseText;
//alert(_5.responseText);
}});
}

