// bbSoft WebDesign - Projektowanie Stron Internetowych
// Copyright 2005 - Wszelkie prawa zastrzeżone
// http://www.bbsoft.pl 
// http://www.bbhost.pl 

function FotoM()
{

msgArray = new Array();
msgArray[0] = "<img src='images/foto01.jpg' width='296' height='348' border='0' alt=''>";
msgArray[1] = "<img src='images/foto02.jpg' width='296' height='348' border='0' alt=''>";
msgArray[2] = "<img src='images/foto03.jpg' width='296' height='348' border='0' alt=''>";
msgArray[3] = "<img src='images/foto04.jpg' width='296' height='348' border='0' alt=''>";

wst0 = msgArray[Math.floor(Math.random()*msgArray.length)];

document.write(wst0);
}

