
erSE={theSE:""};erSE.search_engines=[['google','q'],['search\.yahoo','p'],['ca\.search\.yahoo','p'],['us\.yhs\.search\.yahoo', 'p'],['search\.msn','q'],['search\.live','q'],['search\.aol','query'],['ask\.com','q'],['altavista','q'],['search\.lycos','query'],['alltheweb','q'],['bing\.com', 'q']];erSE.decodeReferrer=function(referrer){var query=null;var regex=new RegExp('');for(var i=0;i<erSE.search_engines.length;i++){var se=erSE.search_engines[i];regex.compile('^http://(www\\.)?'+se[0],'i');var match=referrer.match(regex);if(match){erSE.theSE=se[0];var result=erSE.decodeReferrerQS(referrer,se[1]);
if(result){result=decodeURIComponent(result);result=result.replace(/\'|"/g,'');result=result.split(/[\s,\+\.]+/);return result;}
break;}}
return null;};erSE.decodeReferrerQS=function(referrer,match){var qs;var idx=referrer.indexOf('?&');var idx2;if(idx>=0)
{qs=new String(referrer.substring(idx+2));}
else
{idx=referrer.indexOf('?');qs=new String(referrer.substring(idx+1));}
if(idx>=0){idx=0;idx2=0;var loops=0;while((idx>=0)&&((idx2=qs.indexOf('=',idx))>=0)&&loops<15){var key,val;key=qs.substring(idx,idx2);idx=qs.indexOf('&',idx2)+1;if(key==match){if(idx<=0){return qs.substring(idx2+1);}else{return qs.substring(idx2+1,idx-1);}}
loops++;}}
return null;};erSE.getKeywords=function()
{q=erSE.decodeReferrer(document.referrer)
var keywords="";if(q!=null)
{for(var i=0;i<q.length;i++){keywords=keywords+q[i]+" "}}
return keywords;}
erSE.writeImage=function()
{var keywords=erSE.getKeywords();if(keywords!=null&&keywords!="")
{var call='http://orion.eyereturn.com/search.aspx?site=1654&se='+erSE.theSE+'&kw='+keywords;var newImg=new Image();newImg.src=call;}}
erSE.writeImage();