﻿

var	photos = new Array();
var	URL = new Array();
photos[0] = "badl";
photos[1] = "goodies";
photos[2] = "hk";
photos[3] = "milovice";
photos[4] = "red";
photos[5] = "rfp";
photos[6] = "sibenik";
photos[7] = "third";
photos[8] = "toxic";

URL[0] = "mot";
URL[1] = "goo";
URL[2] = "shk";
URL[3] = "mil";
URL[4] = "smy";
URL[5] = "rock";
URL[6] = "sib";
URL[7] = "cet";
URL[8] = "tox";

photo = Math.round(Math.random()*8);

document.write('<a href="http://www.nill.cz/index.php?set='+URL[photo]+'" target="_blank"><img src="http://blog.flor.cz/img/photos/'+photos[photo]+'.jpg" height="200" width="200" class="mphoto" /></a>');


