function Rotz() {
    var rnd=Math.round(Math.random()*9)+1;
	
    var picz = document.getElementById('picz');
    if (picz){
        picz.innerHTML = "<a href='/control/tips'><img src='/img/rotate/ftrd.tip."+ rnd +".jpg' alt='Featured Tip 9'></a><img src='/img/nav/featured-tip.png' width='72' height='46' alt='Featured Tip' class='promo alpha'/>";
    }
}
xAddEventListener(window,'load',Rotz);

