function bannerforumtodo () {
bannersB = '
';
barra = document.getElementById("page-footer").innerHTML;
bannersA = '';
document.getElementById("page-footer").innerHTML = bannersA+bannersB+bannersC+'
'+barra;
document.getElementById('scrollerP').start();
}
function detectarCarga(){
document.getElementById("imgLOAD").style.display="none";}
function bover() { document.getElementById('scrollerP').stop();}
function bout() { document.getElementById('scrollerP').start();}
window.onload = function() {bannerforumtodo();detectarCarga();}