if (Shadowbox.client.isIE7) Shadowbox.client.isIE6 = false;
Shadowbox.init({
  players: ["html", "iframe", "img"]
});

$(function()
{
  // initialize automatic script redirects
  setTimeout(function()
  {
    if ($("#link-redirect").length > 0) location.href = $("#link-redirect").attr("href");
  }, settings["redirect-timeout"] * 1000);
  
  $("#customer-service").defuscate();
});
