var demo_search_sp = { SearchAll:function(strText,callback,context){return new ajax_request(this.url + '?_method=SearchAll&_session=no','strText=' + enc(strText),callback, context);}, SearchInAdvanced:function(strAllWords,strExactWord,strAtLeastWord,strWithOutWord,strFrom,strTo,strLang,strSectionId,bolFilter,intStart,intEnd,intCount,strOrder,callback,context){return new ajax_request(this.url + '?_method=SearchInAdvanced&_session=no','strAllWords=' + enc(strAllWords)+ '\r\nstrExactWord=' + enc(strExactWord)+ '\r\nstrAtLeastWord=' + enc(strAtLeastWord)+ '\r\nstrWithOutWord=' + enc(strWithOutWord)+ '\r\nstrFrom=' + enc(strFrom)+ '\r\nstrTo=' + enc(strTo)+ '\r\nstrLang=' + enc(strLang)+ '\r\nstrSectionId=' + enc(strSectionId)+ '\r\nbolFilter=' + enc(bolFilter)+ '\r\nintStart=' + enc(intStart)+ '\r\nintEnd=' + enc(intEnd)+ '\r\nintCount=' + enc(intCount)+ '\r\nstrOrder=' + enc(strOrder),callback, context);}, GetSpeech:function(intSpeechId,strType,callback,context){return new ajax_request(this.url + '?_method=GetSpeech&_session=no','intSpeechId=' + enc(intSpeechId)+ '\r\nstrType=' + enc(strType),callback, context);}, url:'/ajax/ag_history_website.demo_search_sp,ag_history_website.ashx' }