SE = {yahoo:"http://search.yahoo.com/bin/search?p=",
      google:"http://www.google.com/search?q=",
      altavista:"http://www.altavista.com/sites/search/web?q=",
      msn:"http://search.msn.com/results.asp?q=",
      lycos:"http://search.lycos.com/main/?query=",
      hotbot:"http://hotbot.lycos.com/?MT=",
      looksmart:"http://www.looksmart.com/r_search?key=",
      northernlight:"http://msxml.excite.com/_1_PDBUZJ0MM5FH4__info.xcite/dog/results?otmpl=dog/webresults.htm&qcat=web&foo=bar&qk=20&fs=infospace_excite_search&stype=web&qkw=",
      netscape:"http://search.netscape.com/ns/search?query=",
      askjeeves:"http://www.ask.com/main/askjeeves.asp?ask=",
      opendir:"http://search.dmoz.org/cgi-bin/search?search=",
      about:"http://search.about.com/fullsearch.htm?terms=",
      lycos_malaysia:"http://searchpage.lycos.com.cn/baidu?tn=lycos&cl=3&word=",
      cari:"http://search3.cari.com.my/newlinks/searchlink.php?Word="
     }

seLogo = {yahoo:"logo/yahoo.gif",
      google:"logo/google.gif",
      altavista:"logo/altavista.gif",
      msn:"logo/msn.gif",
      lycos:"logo/lycos.gif",
      hotbot:"logo/hotbot.gif",
      looksmart:"logo/looksmart.gif",
      northernlight:"logo/northernlight.gif",
      netscape:"logo/netscape.gif",
      askjeeves:"logo/askjeeves.gif",
      opendir:"logo/opendir.gif",
      about:"logo/about.gif",
      lycos_malaysia:"logo/lycosmy.gif",
      cari:"logo/cari.gif"
     }


function getDestUrl(aName){
   return SE[aName];
}
