var elementy = new Array(
'<a href="wiedza.html"><img src="reklamy/absolut/absolut-8.jpg" alt="" title="Galeria dobrych reklam" width="100" height="139" class="leftimg" /></a>',
'<a href="wiedza.html"><img src="reklamy/bentley/bentley-3.jpg" alt="" title="Galeria dobrych reklam" width="100" height="127" class="leftimg" /></a>',
'<a href="wiedza.html"><img src="reklamy/bmw/bmw-3.jpg" alt="" title="Galeria dobrych reklam" width="100" height="73" class="leftimg" /></a>',
'<a href="wiedza.html"><img src="reklamy/burger-king/burger-king-3.jpg" alt="" title="Galeria dobrych reklam" width="100" height="67" class="leftimg" /></a>',
'<a href="wiedza.html"><img src="reklamy/colgate/colgate-2.jpg" alt="" title="Galeria dobrych reklam" width="100" height="75" class="leftimg" /></a>',
'<a href="wiedza.html"><img src="reklamy/diesel/diesel-2.jpg" alt="" title="Galeria dobrych reklam" width="100" height="130" class="leftimg" /></a>',
'<a href="wiedza.html"><img src="reklamy/domestos/domestos-2.jpg" alt="" title="Galeria dobrych reklam" width="100" height="150" class="leftimg" /></a>',
'<a href="wiedza.html"><img src="reklamy/guinness/guinness-1.jpg" alt="" title="Galeria dobrych reklam" width="100" height="128" class="leftimg" /></a>',
'<a href="wiedza.html"><img src="reklamy/jeep/jeep-3.jpg" alt="" title="Galeria dobrych reklam" width="100" height="73" class="leftimg" /></a>',
'<a href="wiedza.html"><img src="reklamy/lavazza/lavazza-6.jpg" alt="" title="Galeria dobrych reklam" width="100" height="70" class="leftimg" /></a>',
'<a href="wiedza.html"><img src="reklamy/lego/lego-2.jpg" alt="" title="Galeria dobrych reklam" width="100" height="136" class="leftimg" /></a>',
'<a href="wiedza.html"><img src="reklamy/pedigree/pedigree-3.jpg" alt="" title="Galeria dobrych reklam" width="100" height="67" class="leftimg" /></a>'

);

var liczba = 0;
do { liczba = Math.random(); } while (liczba >= 1);
liczba = Math.floor(liczba * elementy.length);

document.write(elementy[liczba]);
