﻿window.onload = function() {
    if (document.getElementById("eh09-countdown") != null || document.getElementById("eh09-countdown") != undefined) {
        var eh = document.getElementById("eh09-countdown");
        eh.style.position = "relative";
        eh.style.top = "0px";
        eh.style.left = "0px";
    }
}
