Hilite={exact:true,onload:true,style_name:'hi',style_name_suffix:true,debug_referrer:''};Hilite.decodeReferrer=function(A){A=decodeURIComponent(A);var B=null;if(A.match(/^http:\/\/(www\.)?searchformore.*/i)){if(A.match(/qry=/))B=A.replace(/^.*qry=([^&]+)&?.*$/i,'$1');}else if(A.match(/^http:\/\/(www\.)?alltheweb.*/i)){if(A.match(/q=/))B=A.replace(/^.*q=([^&]+)&?.*$/i,'$1');}else if(A.match(/^http:\/\/(www)?\.?google.*/i)){if(A.match(/q=/))B=A.replace(/^.*q=([^&]+)&?.*$/i,'$1');}else if(A.match(/^http:\/\/search\.lycos.*/i)){if(A.match(/query=/))B=A.replace(/^.*query=([^&]+)&?.*$/i,'$1');}else if(A.match(/^http:\/\/search\.msn.*/i)){if(A.match(/q=/))B=A.replace(/^.*p=([^&]+)&?.*$/i,'$1');}else if(A.match(/^http:\/\/search\.yahoo.*/i)){if(A.match(/p=/))B=A.replace(/^.*p=([^&]+)&?.*$/i,'$1');}if(B){B=B.replace(/\'|"/, '');B=B.split(/[\s,\+\.]+/);}return B;};Hilite.hiliteHTML=function(A,B){var C=new Array();for(var D=0;D<B.length;D++){B[D]=B[D].toLowerCase();if(Hilite.exact)C.push('\\b'+B[D]+'\\b');else C.push(B[D]);}C=new RegExp('('+C.join("|")+')',"gi");var E;if(navigator.userAgent.search(/Safari/)>=0||!Hilite.style_name_suffix){E='<span class="'+Hilite.style_name+(Hilite.style_name_suffix?'1':'')+'">$1</span>'}else {var F={};for(var D=0;D<B.length;D++)F[B[D]]=Hilite.style_name+(D+1);E=function(match){return '<span class="'+F[match.toLowerCase()]+'">'+match+'</span>';};}var H=0;var I='<';var J=false;var K=new RegExp('^(script|style|textarea)','gi');var L=null;var M='';while(H>=0){var N=A.indexOf(I,H);if(N<0){L=A.substring(H);H=-1;}else {L=A.substring(H,N);H=N+1;}if(I=='<'){if(!J)L=L.replace(C,E);else J=false;}else if(L.match(K)){J=true;}M+=L+(N<0?'':I);I=I=='<'?'>':'<';}return M;};Hilite.hiliteElement=function(A,B){if(!B)return;var C=A.innerHTML;var D=Hilite.hiliteHTML(C,B);if(C!=D)A.innerHTML=D;};Hilite.hilite=function(){var A=Hilite.debug_referrer?Hilite.debug_referrer:document.referrer;var B=null;A=Hilite.decodeReferrer(A);if(A&&((B=document.getElementById('content'))||(B=document.getElementById('container'))||(B=document.body))){Hilite.hiliteElement(B,A);}};if(Hilite.onload){if(window.onload){Hilite._old_onload=window.onload;window.onload=function(A){Hilite._old_onload(A);Hilite.hilite();};}else {window.onload=Hilite.hilite;}}