function somequotes(){
var quotes=new Array()

quotes[0]='<a href=http://www.plus.hr/cgi-bin/aff/g.o/gambo target=_blank><img src=../slike2/plus88x31.gif border=0></a>'
quotes[1]='<a href=http://www.gmm.hr/sobe/ target=_blank><img src=../slike2/banner88d.gif border=0></a>'
quotes[2]='<a href=http://www.tajnaveza.net target=_blank><img src=../slike2/tv88x31a.gif border=0></a>'
quotes[3]='<a href=http://www.gmm.hr/prijevod.shtml target=_blank><img src=../slike2/prijevod88.gif border=0></a>'

var whichquote=Math.floor(Math.random()*(quotes.length));
var start='<center>'
var end='</center><br>&nbsp;'
document.write(start+quotes[whichquote]+end)}
somequotes();

