Shadowbox.init(); // initialize the Shadowbox inline window script
$(function()
{
  // initialize automatic script redirects
  setTimeout(function()
  {
    if ($("#link-redirect").length > 0) location.href = $("#link-redirect").attr("href");
  }, settings["redirect-timeout"] * 1000);
});
