if (Shadowbox.client.isIE7) Shadowbox.client.isIE6 = false;
Shadowbox.init({
  players: ["html", "iframe", "img"]
});

$(function()
{
  $.cssRule({
    "h1.title": [
      "margin:0;",
      "padding:0;",
      "font-size:16px;"
    ],
    "h2.title": [
      "margin:0;",
      "padding:0;",
      "font-size:14px;"
    ]
  });
  
  if (typeof(sIFR) == "function")
  {
    sIFR.replaceElement("h1.title", named({
      sCase: "upper",
      sColor: "#314252",
      sFlashSrc: "/includes/js/sifr/avantgardebold.swf",
      sWmode: "transparent"
    }));
    
    sIFR.replaceElement("h2.title", named({
      sCase: "upper",
      sColor: "#ffffff",
      sFlashSrc: "/includes/js/sifr/avantgardebold.swf",
      sWmode: "transparent"
    }));
  }
});
