Warning: Undefined array key "id" in /home/ujesolok/public_html/js/countdown-new-2019.js.php on line 8
Warning: Undefined array key "id" in /home/ujesolok/public_html/js/countdown-new-2019.js.php on line 11
Warning: Undefined variable $arrayOf in /home/ujesolok/public_html/js/countdown-new-2019.js.php on line 43
Warning: foreach() argument must be of type array|object, null given in /home/ujesolok/public_html/js/countdown-new-2019.js.php on line 43
// update the tag with id "countdown" every 1 second
setInterval(function () {
// find the amount of "seconds" between now and target
var current_date = new Date().getTime();
Warning: Undefined variable $arrayOf in /home/ujesolok/public_html/js/countdown-new-2019.js.php on line 74
Warning: foreach() argument must be of type array|object, null given in /home/ujesolok/public_html/js/countdown-new-2019.js.php on line 74
// format countdown string + set tag value
Warning: Undefined variable $arrayOf in /home/ujesolok/public_html/js/countdown-new-2019.js.php on line 97
Warning: foreach() argument must be of type array|object, null given in /home/ujesolok/public_html/js/countdown-new-2019.js.php on line 97
}, 1000);