
function image() {
};

image = new image();
number = 0;

// imageArray

image[number++] = "<a href='modules.php?name=Pages&pa=showpage&pid=4'><img src=themes/advokat/images/chud.jpg width=94 height=94 border=0></a></td><td><strong><a href='modules.php?name=Pages&pa=showpage&pid=4'>Игорь Чудовский</strong><br>Президент</a>"
image[number++] = "<a href='modules.php?name=Pages&pa=showpage&pid=4'><img src=themes/advokat/images/korch.jpg  width=94 height=94 border=0></a></td><td><a href='modules.php?name=Pages&pa=showpage&pid=4'><strong>Андрей Корчевный</strong><br>Вице-президент</a>"

// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(image[increment]);
