jQuery.extend({divSearch:undefined,divLoading:undefined,facetDiv:undefined,finishedCall:undefined,queryBase:undefined,selectedFacetArray:undefined,ajaxRequest:undefined,facetURL:undefined,lastQuery:undefined,searchQuery:"/search?",firstSearch:true,returnedData:undefined,regularExpressionJump:new RegExp("<!--JUMPTOURL='([^']*)'-->"),iframeNeeded:(jQuery.browser.msie)&&((jQuery.browser.version<8&&(document.documentMode<8||document.documentMode==undefined))||document.documentMode<8),sliFacetSearch:function(a){jQuery.facetURL=a;a=a.replace(/ /g,"+");document.location=a},sliSearch:function(c){if((jQuery.browser.msie)&&(jQuery.browser.version<7)){var a=top.location.href;var b=a.indexOf("#");var d=b>=0?a.substr(b+1):null;if(d!=null&&d.match(/\?/)){location.hash=c}}c=c.replace(/\+/g,"%20");c=c.replace(/ /g,"%20");if(c==""){return}c=document.location.protocol+"//"+document.location.host+jQuery.searchQuery+c;if(jQuery.ajaxRequest!=undefined){jQuery.ajaxRequest.abort()}lastQuery=c;jQuery.ajaxRequest=jQuery.get(c,jQuery.sliFinishedLoading)},sliFinishedLoading:function(b){jQuery.returnedData=b;jQuery.firstSearch=false;var a=jQuery.regularExpressionJump.exec(b);if(a!=null){if(jQuery.browser.msie){window.location=a[1]}else{location.replace(a[1])}}else{jQuery.sliLoadInData()}},sliLoadInData:function(){if(jQuery.sliSearchingCur){setTimeout("jQuery.sliLoadInData()",100);return}jQuery(jQuery.divSearch).empty();jQuery(jQuery.divSearch).html(jQuery.returnedData);if(jQuery.finishedCall!=undefined){jQuery.finishedCall()}},historyCurrentHash:undefined,historyCallback:undefined,historyInit:function(d){jQuery.historyCallback=d;var c=jQuery.historyGetHash();jQuery.historyCurrentHash=c;if(jQuery.iframeNeeded){if(jQuery.historyCurrentHash==""){jQuery.historyCurrentHash="#"}jQuery("body").prepend('<iframe id="jQuery_history" style="display: none;"></iframe>');var a=jQuery("#jQuery_history")[0];var b=a.contentWindow.document;b.open();b.close();b.location.hash=c}if(c){jQuery.historyCallback(c)}setInterval(jQuery.historyCheck,100)},historyAddHistory:function(a){jQuery.historyBackStack.push(a);jQuery.historyForwardStack.length=0;this.isFirst=true},historyCheck:function(){if(jQuery.iframeNeeded){var a=jQuery("#jQuery_history")[0];var b=a.contentDocument||a.contentWindow.document;var c=jQuery.historyGetHash();if(c!=jQuery.historyCurrentHash){b.open();b.close();b.location.hash=c;jQuery.historyCurrentHash=c;jQuery.historyCallback(c)}else{if(b.location.hash.replace(/^#/,"")!=jQuery.historyCurrentHash){c=b.location.hash.replace(/^#/,"");jQuery.historyCurrentHash=c;location.hash=c;jQuery.historyCallback(c)}}}else{var c=jQuery.historyGetHash();if(c!=jQuery.historyCurrentHash){jQuery.historyCurrentHash=c;jQuery.historyCallback(c)}}},historyGetHash:function(){var b,a;a=top.location.href;a=a.replace(/\?/g,"");b=a.indexOf("#");return b>=0?a.substr(b+1):null}});if((jQuery.browser.msie)&&(jQuery.browser.version<7)){var href=top.location.href;var i=href.indexOf("#");var hash=i>=0?href.substr(i+1):null;if(hash!=null&&hash.match(/\?/)){location.hash=jQuery.historyGetHash()}};