$(window).load(function(){ $('.verticalalign').each(function(idx){ $(this).css('position', 'absolute') .css('top', '50%') .css('margin-top', -1 * ($(this).height() / 2)+'px'); }); var clickDiv = document.getElementById("click"); var pixelCookie = document.querySelectorAll(".flashPixelCookie")[0]; clickDiv.style.display = "none"; pixelCookie.style.display = "none"; });