<!-- 
        var pictures = 12;
        var dt = new Date();
        var hr = dt.getSeconds();
        var ra = hr % pictures;
        var re = ++ra;
        var msg="<a href=main.asp><img src=images/top"+re+".jpg width=490 height=130 border=0 alt='The Other Side with Steve Godfrey'></a>";
document.write(msg); 
-->