$(function()
{
  Shadowbox.setup($("a.health"), {
    initialHeight: 100,
    height: 100,
    initialWidth: 544,
    width: 544,
    gallery: "pages",
    title: ""
  });
  
  $.cssRule({
    "span.health-title": [
      "margin:0;",
      "padding:0;",
      "font-size:15px;"
    ]
  });
  
  if (typeof(sIFR) == "function")
  {
    sIFR.replaceElement("span.health-title", named({
      sCase: "upper",
      sColor: "#000000",
      sFlashSrc: "/includes/js/sifr/avantgardemedium.swf",
      sWmode: "transparent"
    }));
  }
});