<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.
theImages[0] = 'obrazekzprawejstronystrony2.gif'
theImages[1] = 'obrazekzprawejstronystrony3.gif'
theImages[2] = 'obrazekzprawejstronystrony4.gif'
theImages[3] = 'obrazekzprawejstronystrony.gif'
theImages[4] = 'obrazekzprawejstronystrony5.gif'
theImages[5] = 'obrazekzprawejstronystrony6.gif'
theImages[6] = 'obrazekzprawejstronystrony7.gif'
theImages[7] = 'obrazekzprawejstronystrony8.gif'
theImages[8] = 'obrazekzprawejstronystrony9.gif'
theImages[9] = 'obrazekzprawejstronystrony10.gif'
theImages[10] = 'obrazekzprawejstronystrony11.gif'
theImages[10] = 'obrazekzprawejstronystrony12.gif'



var whichImage = Math.round(Math.random()*(theImages.length-1));
//alert(whichImage);
function showImage(){
//alert(theImages[whichImage]);
document.write('<img src="maluchy/'+theImages[whichImage]+'">');
}
//  End -->
