    MyImages=new Array();
    MyImages[0]='http://phpbb.ee/images/logo/phpbbeesti1.png';
    MyImages[1]='http://phpbb.ee/images/logo/phpbbeesti2.png';
    MyImages[2]='http://phpbb.ee/images/logo/phpbbeesti3.png';
    MyImages[3]='http://phpbb.ee/images/logo/phpbbeesti4.png';
	MyImages[4]='http://phpbb.ee/images/logo/phpbbeesti5.png';
	MyImages[5]='http://phpbb.ee/images/logo/phpbbeesti6.png';
	MyImages[6]='http://phpbb.ee/images/logo/phpbbeesti7.png';
	MyImages[7]='http://phpbb.ee/images/logo/phpbbeesti8.png';
	MyImages[8]='http://phpbb.ee/images/logo/phpbbeesti9.png';
	MyImages[9]='http://phpbb.ee/images/logo/phpbbeesti10.png';
	MyImages[10]='http://phpbb.ee/images/logo/phpbbeesti11.png';
	MyImages[11]='http://phpbb.ee/images/logo/phpbbeesti12.png';
	MyImages[12]='http://phpbb.ee/images/logo/phpbbeesti13.png';
	MyImages[13]='http://phpbb.ee/images/logo/phpbbeesti14.png';
	MyImages[14]='http://phpbb.ee/images/logo/phpbbeesti15.png';
	MyImages[15]='http://phpbb.ee/images/logo/phpbbeesti16.png';
	MyImages[16]='http://phpbb.ee/images/logo/phpbbeesti17.png';
	MyImages[17]='http://phpbb.ee/images/logo/phpbbeesti18.png';
	MyImages[18]='http://phpbb.ee/images/logo/phpbbeesti19.png';
	MyImages[19]='http://phpbb.ee/images/logo/phpbbeesti20.png';
	MyImages[20]='http://phpbb.ee/images/logo/phpbbeesti21.png';
	MyImages[21]='http://phpbb.ee/images/logo/phpbbeesti22.png';
	MyImages[22]='http://phpbb.ee/images/logo/phpbbeesti23.png';
	MyImages[23]='http://phpbb.ee/images/logo/phpbbeesti24.png';
	MyImages[24]='http://phpbb.ee/images/logo/phpbbeesti25.png';
	MyImages[25]='http://phpbb.ee/images/logo/phpbbeesti26.png';

    function newImage()
    {
        document.getElementById("mainImage").setAttribute("src", MyImages[Math.round(Math.random()*25)])
    }