function init() {
document.getElementById('loading').style.display='none';
}
window.onload = init; 
