window.onload = function(){ var fadeIn = document.getElementById('fadein'); if(fadeIn){ fadeIn.style.opacity = 1; } }