window.onload = function() {
document.getElementById('top_inline').appendChild(document.getElementById('top_footer'));
document.getElementById('top_footer').style.display = '';
document.getElementById('right_inline').appendChild(document.getElementById('right_footer'));
document.getElementById('right_footer').style.display = '';
document.getElementById('right3_inline').appendChild(document.getElementById('right3_footer'));
document.getElementById('right3_footer').style.display = '';
document.getElementById('left_inline').appendChild(document.getElementById('left_footer'));
document.getElementById('left_footer').style.display = '';
}