<!--
function banner() {
};
banner = new banner();
number = 0;
// bannerArray

banner[number++] = "<a href='http://www.photoclubs.com/pt=mip2265' target='_blank'><img src='http://www.multiplayer-games.net/files/images/photoclubs_01.gif' border='1' width='122' height='92' alt='Photoclubs'></a>"
banner[number++] = "<a href='http://www.photoclubs.com/pt=mip2265' target='_blank'><img src='http://www.multiplayer-games.net/files/images/photoclubs_02.gif' border='1' width='122' height='92' alt='Photoclubs'></a>"
banner[number++] = "<a href='http://www.photoclubs.com/pt=mip2265' target='_blank'><img src='http://www.multiplayer-games.net/files/images/photoclubs_03.gif' border='1' width='122' height='92' alt='Photoclubs'></a>"
banner[number++] = "<a href='http://www.photoclubs.com/pt=mip2265' target='_blank'><img src='http://www.multiplayer-games.net/files/images/photoclubs_04.gif' border='1' width='122' height='92' alt='Photoclubs'></a>"
banner[number++] = "<a href='http://www.photoclubs.com/pt=mip2265' target='_blank'><img src='http://www.multiplayer-games.net/files/images/photoclubs_05.gif' border='1' width='122' height='92' alt='Photoclubs'></a>"
banner[number++] = "<a href='http://www.photoclubs.com/pt=mip2265' target='_blank'><img src='http://www.multiplayer-games.net/files/images/photoclubs_06.gif' border='1' width='122' height='92' alt='Photoclubs'></a>"
banner[number++] = "<a href='http://www.photoclubs.com/pt=mip2265' target='_blank'><img src='http://www.multiplayer-games.net/files/images/photoclubs_07.gif' border='1' width='122' height='92' alt='Photoclubs'></a>"
banner[number++] = "<a href='http://www.photoclubs.com/pt=mip2265' target='_blank'><img src='http://www.multiplayer-games.net/files/images/photoclubs_08.gif' border='1' width='122' height='92' alt='Photoclubs'></a>"
banner[number++] = "<a href='http://www.photoclubs.com/pt=mip2265' target='_blank'><img src='http://www.multiplayer-games.net/files/images/photoclubs_09.gif' border='1' width='122' height='92' alt='Photoclubs'></a>"
banner[number++] = "<a href='http://www.photoclubs.com/pt=mip2265' target='_blank'><img src='http://www.multiplayer-games.net/files/images/photoclubs_10.gif' border='1' width='122' height='92' alt='Photoclubs'></a>"
banner[number++] = "<a href='http://www.photoclubs.com/pt=mip2265' target='_blank'><img src='http://www.multiplayer-games.net/files/images/photoclubs_11.gif' border='1' width='122' height='92' alt='Photoclubs'></a>"
banner[number++] = "<a href='http://www.photoclubs.com/pt=mip2265' target='_blank'><img src='http://www.multiplayer-games.net/files/images/photoclubs_12.gif' border='1' width='122' height='92' alt='Photoclubs'></a>"



increment = Math.floor(Math.random() * number);
document.write(banner[increment]);
//-->