var texts = new Array()

texts[1] = "<p align='center'><a href='http://jazire.org/games/index1.htm' target='_blank'><img src='http://jazire.org/games/image/games/02.gif' border='0'></a></p>"
texts[2] = "<p align='center'><a href='http://jazire.org/games/index2.htm' target='_blank'><img src='http://jazire.org/games/image/games/03.gif' border='0'></a></p>"
texts[3] = "<p align='center'><a href='http://jazire.org/games/index3.htm' target='_blank'><img src='http://jazire.org/games/image/games/04.gif' border='0'></a></p>"
texts[4] = "<p align='center'><a href='http://jazire.org/games/index4.htm' target='_blank'><img src='http://jazire.org/games/image/games/05.gif' border='0'></a></p>"
texts[5] = "<p align='center'><a href='http://jazire.org/games/index5.htm' target='_blank'><img src='http://jazire.org/games/image/games/06.gif' border='0'></a></p>"
texts[6] = "<p align='center'><a href='http://jazire.org/games/index6.htm' target='_blank'><img src='http://jazire.org/games/image/games/07.gif' border='0'></a></p>"
texts[7] = "<p align='center'><a href='http://jazire.org/games/index7.htm' target='_blank'><img src='http://jazire.org/games/image/games/08.gif' border='0'></a></p>"
texts[8] = "<p align='center'><a href='http://jazire.org/games/index8.htm' target='_blank'><img src='http://jazire.org/games/image/games/09.gif' border='0'></a></p>"
texts[9] = "<p align='center'><a href='http://jazire.org/games/index9.htm' target='_blank'><img src='http://jazire.org/games/image/games/01.gif' border='0'></a></p>"


var ry = Math.floor(Math.random() * texts.length)
if (ry == 0) { ry = 1 }

document.write(texts[ry]);
