var mess = new Array(
'<td width=91 height=110 align="left" style="border:1px solid black"><img border=0 src="/images/top_rotate/2.jpg" width="91" height="110"></td><td onMouseover=this.style.backgroundColor="#B28ABF"; onMouseout=this.style.backgroundColor="white"; width="25%" height="110" align="left" style="border:1px solid black">&nbsp;</td><td onMouseover=this.style.backgroundColor="#F79552"; onMouseout=this.style.backgroundColor="white"; width="25%" height="110" align="left" style="border:1px solid black">&nbsp;</td><td width="83" height="110" align="left" style="border:1px solid black"><img border="0" src="/images/top_rotate/5.jpg" width="83" height="110"></td><td onMouseover=this.style.backgroundColor="#69B3E3"; onMouseout=this.style.backgroundColor="white"; width="25%" height="110" align="left" style="border:1px solid black">&nbsp;</td><td width="110" height="110" align="left" style="border:1px solid black"><img border="0" src="/images/top_rotate/3.jpg" width="110" height="110"></td><td onMouseover=this.style.backgroundColor="#6AC9C8"; onMouseout=this.style.backgroundColor="white"; width="25%" height="110" align="left" style="border:1px solid black">&nbsp;</td>',

'<td onMouseover=this.style.backgroundColor="#B28ABF"; onMouseout=this.style.backgroundColor="white"; width="25%" height="110" align="left" style="border:1px solid black">&nbsp;</td><td width=136 height=110 align="left" style="border:1px solid black"><img border=0 src="/images/top_rotate/4.jpg" width="136" height="110"></td><td onMouseover=this.style.backgroundColor="#F79552"; onMouseout=this.style.backgroundColor="white"; width="25%" height="110" align="left" style="border:1px solid black">&nbsp;</td><td width=89 height=110 align="left" style="border:1px solid black"><img border=0 src="/images/top_rotate/6.jpg" width="89" height="110"></td><td onMouseover=this.style.backgroundColor="#B28ABF"; onMouseout=this.style.backgroundColor="white"; width="25%" height="110" align="left" style="border:1px solid black">&nbsp;</td><td onMouseover=this.style.backgroundColor="#6AC9C8"; onMouseout=this.style.backgroundColor="white"; width="25%" height="110" align="left" style="border:1px solid black">&nbsp;</td><td width=147 height=110 align="left" style="border:1px solid black"><img border=0 src="/images/top_rotate/1.jpg" width="147" height="110"></td>',

'<td width=89 height=110 align="left" style="border:1px solid black"><img border=0 src="/images/top_rotate/8.jpg" width="89" height="110"></td><td onMouseover=this.style.backgroundColor="#B28ABF"; onMouseout=this.style.backgroundColor="white"; width="25%" height="110" align="left" style="border:1px solid black">&nbsp;</td><td onMouseover=this.style.backgroundColor="#F79552"; onMouseout=this.style.backgroundColor="white"; width="25%" height="110" align="left" style="border:1px solid black">&nbsp;</td><td width="89" height="110" align="left" style="border:1px solid black"><img border="0" src="/images/top_rotate/9.jpg" width="89" height="110"></td><td onMouseover=this.style.backgroundColor="#69B3E3"; onMouseout=this.style.backgroundColor="white"; width="25%" height="110" align="left" style="border:1px solid black">&nbsp;</td><td width="89" height="110" align="left" style="border:1px solid black"><img border="0" src="/images/top_rotate/10.jpg" width="89" height="110"></td><td onMouseover=this.style.backgroundColor="#6AC9C8"; onMouseout=this.style.backgroundColor="white"; width="25%" height="110" align="left" style="border:1px solid black">&nbsp;</td>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);