[quote]//Moving Controlpanel Buttons
if ( ! attachOnLoadHandler(function () { movingCpnl();}))
window.onload = function () { movingCpnl();};
function movingCpnl() {
var marqueeCpb = document.getElementById('"controlPanelButtons").innerHTML;
document.getElementById("controlPanelButtons").innerHTML ="<marquee direction='up' height='150' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+
marqueeCpb+"</marquee>";
}[/quote]
sir bobcbar is there something wrong with this one i tried all the moving marquee the photo galery, more about me and the testimonials all are working on my page but this one is not... ?