<!--
var gra = new Array();
gra[0] = "Sportowe >><br /><a href='http://t813.ovh.org/gry/sportowe/3pointshootout.htm'>3 Point Shootout</a>";
gra[1] = "FPS >><br /><a href='http://t813.ovh.org/gry/fps/cube.htm'>Cube</a>";
gra[2] = "Logiczne >><br /><a href='http://t813.ovh.org/gry/logiczne/kulkiex.htm'>Kulki EX</a>";
gra[3] = "Wyścigi >><br /><a href='http://t813.ovh.org/gry/wyscigi/generally.htm'>Gene Rally</a>";
gra[4] = "Zręcznościowe >><br /><a href='http://t813.ovh.org/gry/zrecznosciowe/icytower.htm'>Icy Tower</a>";
gra[5] = "Platformowe >><br /><a href='http://t813.ovh.org/gry/platformowe/rox.htm'>Rox</a>";
var index = Math.floor(Math.random() * gra.length);
document.write(gra[index]);
-->
