function redir(link){
	newWindow = window.open("/utils/reloc/?"+link,"_blank");
	newWindow.focus();
	return false;
}
<!--
function addSearchEngine()
{
  if ((typeof window.sidebar == "object") && (typeof
  window.sidebar.addSearchEngine == "function"))
  {
    window.sidebar.addSearchEngine(
      "http://www.apeadaviya.com/firefox-sb/apeadaviya.src",
      "http://www.apeadaviya.com/firefox-sb/apeadaviya.png",
      "Apeadaviya.com",
      "Search" );
    alert('Apeadaviya.com will be installed in your Search Bar in the upper right corner of your browser within a few seconds (it did not install if you selected Cancel). After installation it will be available in the pull-down menu. Enjoy!');
  }
  else
  {
    alert("Firefox is needed to install a Search Bar plugin.");
  }
}
//-->
