//JavaScript - http://www.ekart.cz/
//http://www.ekart.cz/
//http://www.ekart.cz/js/image-change.js

var theImages = new Array()
var xx = 0;

theImages[xx++] = 'obrazky-vlevo-hp-1.png'
theImages[xx++] = 'obrazky-vlevo-hp-2.png'
theImages[xx++] = 'obrazky-vlevo-hp-3.png'
theImages[xx++] = 'obrazky-vlevo-hp-4.png'
theImages[xx++] = 'obrazky-vlevo-hp-5.png'

var p = theImages.length;
var whichImage = Math.round(Math.random()*(p-1));


function showImage(){
  document.write('<img src="ramec/'+theImages[whichImage]+'" height="181" width="344" class="ilustrace-vlevo" alt="ilustrace" />'); 
}


//Inline Script from http://www.ekart.cz/

