// 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='foto/b01.jpg' width='210' height='150' border='0' alt=''>";
msgArray[1] = "<img src='foto/b02.jpg' width='210' height='150' border='0' alt=''>";
msgArray[2] = "<img src='foto/b03.jpg' width='210' height='150' border='0' alt=''>";
msgArray[3] = "<img src='foto/b04.jpg' width='210' height='150' border='0' alt=''>";
msgArray[4] = "<img src='foto/b05.jpg' width='210' height='150' border='0' alt=''>";
msgArray[5] = "<img src='foto/b06.jpg' width='210' height='150' border='0' alt=''>";
msgArray[6] = "<img src='foto/b07.jpg' width='210' height='150' border='0' alt=''>";

wst0 = msgArray[Math.floor(Math.random()*msgArray.length)];

document.write(wst0);
}
