var instant_search_ajax_engine='';var last_keyword='';var reset_index=false;function initIsAjaxEngine(){if(instant_search_ajax_engine==''){instant_search_ajax_engine=new d4m_ajax_engine();instant_search_ajax_engine.setPersistent(persistent);instant_search_ajax_engine.setResponseUpdate('function');if(loading_status>0){instant_search_ajax_engine.setLoadingText(loading_text);instant_search_ajax_engine.setLoadingStatus(true);}}} function call_dosearch(keyword){initIsAjaxEngine();if(typeof document.instantSearchForm.ordering!='undefined'){ordering=document.instantSearchForm.ordering.options[document.instantSearchForm.ordering.selectedIndex].value;} if(keyword==last_keyword){limit_start=limitStart;reset_index=false;}else{limit_start=0;reset_index=true;last_keyword=keyword;} if(document.getElementById('instant_search_close'))document.getElementById('instant_search_close').src=mosConfig_live_site+'/components/com_d4m_instant_search/class/images/loadingcircle.gif';instant_search_ajax_engine.sendRequest(instant_search_backend_script,response_dosearch,'func=doSearch','keyword='+keyword,'limitStart='+limit_start,'limit='+limit,'phrase='+phrase,'ordering='+ordering,'min_chars='+min_chars,'max_chars='+max_chars,'result_length='+result_length,'enable_sef='+enable_sef,'result_nav='+result_nav,'search_order='+search_order);} function response_dosearch(result){if(reset_index==true)limitStart=0;var show_result=true;var this_search_order=Math.round(result.getElementsByTagName('ajaxResponse').item(0).getAttribute('search_order'));if(final_result==true&&this_search_orderSearch Phrase:';option_fields+='';option_fields+='Any words
';option_fields+='All words
';option_fields+='Exact phrase';option_fields+='Result Ordering:';option_fields+='';option_fields+='';option_fields+='';}else{option_fields+='';option_fields+='';option_fields+='
Search Phrase: ';option_fields+='Any words ';option_fields+='All words ';option_fields+='Exact phrase';option_fields+='Result Ordering: ';option_fields+='';option_fields+='
';}} if(show_option&&option_pos=='result_top'){search_results+=option_fields;} search_results+='';search_results+='
';search_results+=_PROMPT_KEYWORD+' "'+result.getElementsByTagName('ajaxResponse').item(0).getAttribute('keyword')+'" ';search_results+=_SEARCH_MATCHES.replace('%d',result.getElementsByTagName('ajaxResponse').item(0).getAttribute('found'));search_results+='

';if(show_option&&option_pos=='result_above'){search_results+=option_fields;} if(result.getElementsByTagName('ajaxResponse').item(0).getAttribute('found')!='0'){if(display=='table'){search_results+='';} for(var i=0;i';search_results+='';search_results+='';search_results+=(this_result.getElementsByTagName('created').item(0).firstChild.data!='-'?(''):'');search_results+=(result.getElementsByTagName('result').length==(i+1)?'':'');k=1-k;}else{search_results+='
'+String(limitStart+i+1)+'. ';search_results+='';search_results+=this_result.getElementsByTagName('title').item(0).firstChild.data+'';search_results+=(this_result.getElementsByTagName('section').item(0).firstChild.data!=''?('
('+this_result.getElementsByTagName('section').item(0).firstChild.data+')'):'');search_results+='
'+this_result.getElementsByTagName('text').item(0).firstChild.data+'
';search_results+=(this_result.getElementsByTagName('created').item(0).firstChild.data!='-'?('
'+this_result.getElementsByTagName('created').item(0).firstChild.data+'
'):'')+'
';search_results+=(result.getElementsByTagName('result').length==(i+1)?'':'
');}} if(display=='table'){search_results+='
'+String(limitStart+i+1)+'. ';search_results+='';search_results+=this_result.getElementsByTagName('title').item(0).firstChild.data+'';search_results+=(this_result.getElementsByTagName('section').item(0).firstChild.data!=''?(' ('+this_result.getElementsByTagName('section').item(0).firstChild.data+')'):'')+'
';search_results+=this_result.getElementsByTagName('text').item(0).firstChild.data+'
'+this_result.getElementsByTagName('created').item(0).firstChild.data+'
 
';} if(show_option&&option_pos=='result_below'){search_results+=option_fields;} if(result_nav==1){if(result.getElementsByTagName('pagenav').item(0).firstChild.data!='-'){search_results+='
';search_results+='
';search_results+=result.getElementsByTagName('pagenav').item(0).firstChild.data;search_results+='

';}}} if(show_option&&option_pos=='result_bottom'){search_results+=option_fields;} if(showhideresult)document.getElementById('showhideresult').style.display='block';PopupContent('instant_search','','','',search_results,result_width,result_height,mosConfig_live_site+'/components/com_d4m_instant_search/class/images/close.png',null,padding_to,padding_width);if(result_bgcolor!=''){document.getElementById('instant_search_list').style.backgroundColor=result_bgcolor;}else{document.getElementById('instant_search_list').style.backgroundColor=getBackgroundColor(document.getElementById('instant_search_node'));}} if(document.getElementById('instant_search_close'))document.getElementById('instant_search_close').src=mosConfig_live_site+'/components/com_d4m_instant_search/class/images/close.png';} function prepareSearch(keyword){if(keyword!=''&&keyword!=text&&keyword.length>=min_chars&&keyword!=last_keyword){search_order++;if(delay_time==0)doSearch(search_order);else setTimeout('doSearch('+search_order+')',delay_time);}} function doSearch(search_id){if(search_id==search_order)call_dosearch(document.instantSearchForm.searchword.value);}