function bannerforumtodo () { bannersB = '
TOP PARCEIROS

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