﻿$(document).ready(function () { function e(a, b, c, d) { if (window.attachEvent) { a.attachEvent("on" + b, c) } else { if (!d) d = false; a.addEventListener(b, c, d) } } function d() { if (b != null) { b.style.display = "none" } if (c != null) { c.style.display = "none" } $('div[id="ticker-window"]').ready(function () { $("#ticker-window").hide() }) } var a = document.getElementById("lightbox-close"); var b = document.getElementById("lightbox-overlay"); var c = document.getElementById("lightbox-content"); $('div[id="lightbox-content"]').ready(function () { if (b != null) { b.style.display = "block" } if (c != null) { c.style.display = "block" } }); $("#lightbox-close").click(function () { if (b != null) { b.style.display = "none" } if (c != null) { c.style.display = "none" } return false }); if (a != null) { e(a, "click", d) } })
