var tit_ajax={};tit_ajax.source="index.php";tit_ajax.loader=function(name,params){var _self=this;this.ajax_request=new Ajax(tit_ajax.source,{method:"get",data:$extend({option:"com_titlast",task:"ajax",format:"ajax",timestamp:(new Date()).valueOf()},params),onSuccess:function(response){$(document).fireEvent(name,{data:eval("("+response+")")})},onFailure:function(){new tit_ajax.error("ajax")}}).request()};tit_ajax.error=function(a){};
