var mess = new Array('<img src="/images/top1.jpg" alt="header" />','<img src="/images/top2.jpg" alt="header" />','<img src="/images/top3.jpg" alt="header" />');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
                    