/*
 * Copyright (c) 2002-2007 Julien WILK (http://LDDb.com/)
 * Not to be modified/reused without authorization.
 */
 
function addEngine()
{
  if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function"))
  {
    window.sidebar.addSearchEngine("http://LDDb.com/contrib/plugin/lddb.src",
      "http://LDDb.com/contrib/plugin/lddb.png",
      "LaserDisc Database",
      "Arts");
  }
}