function preload() {
var page = document.getElementById('wrapper');
page.style.display = 'block';
}

window.onload = preload
