<!--
function addSidebar(SidebarTag) {
  if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) {
    window.sidebar.addPanel("BednarSzok", "http://www.bednarszok.pl/panel.php", "");
  }
  else if ((navigator.userAgent.indexOf("Opera") != -1) && (navigator.userAgent.indexOf("Opera 5") == -1)) {
    SidebarTag.setAttribute("title", "BednarSzok");
    SidebarTag.setAttribute("href", "http://www.bednarszok.pl/panel.php");
    SidebarTag.setAttribute("rel", "sidebar");
  }
  else {
    document.location.href="http://www.bednarszok.pl/strony/firefox.htm?sidebar_error=1";
  }
}
//-->

