﻿function imgvestirnd(){

var quotes=new Array()

quotes[0]='0'
quotes[1]='1'
quotes[2]='2'
quotes[3]='3'
quotes[4]='4'
quotes[5]='5'
quotes[6]='6'
quotes[7]='7'
quotes[8]='8'
quotes[9]='9'
quotes[10]='10'

var whichquote=Math.floor(Math.random()*(quotes.length));

var fontstylestart='<font face="Verdana,Arial,Helvetica" size="1">';
var fontstyleend='</font>'
// document.write(fontstylestart+quotes[whichquote]+fontstyleend)
var imgdocuprintbegin='<img src="v3img/SljapkaButtonHeader+(';
var imgdocuprintend=').jpg" width="248" border="0">';
document.write(imgdocuprintbegin+quotes[whichquote]+imgdocuprintend)
}

