images = new Array(3);
images[0] = "<a id='downloadsekcija' href='http://www.natasa-miljkovic.com/forum/viewtopic.php?t=453' title='Download emisija'>Download emisija</a></p>";
images[1] = "<a id='intervjui' href='http://www.natasa-miljkovic.com/intervjui/' title='Intervjui'>Intervjui</a></p>";
images[2] = "<a id='predlozitema' href='http://www.natasa-miljkovic.com/forum/viewforum.php?f=3' title='Predlozi tema'>Predlozi tema</a></p>";
index = Math.floor(Math.random() * images.length);
document.write(images[index]);