function random_content(){
var mycontent=new Array()
//specify random content below.

mycontent[1]='<font class=StartsideTextboxHeading>Pula</font><BR><B>region Istrie</b><BR>počet objetků: 5<BR>druhy ubytování: A2, A3, A4, A5, A7, A8<BR><IMG height=9 src=http://www.ubytovanivchorvatsku.cz/grafika/bluearrow2.gif hspace=2><A class=stdlink href="http://www.ubytovanivchorvatsku.cz/pula/">Ubytování ve městě...</A>'

mycontent[2]='<font class=StartsideTextboxHeading>Poreč</font><BR><B>region Istrie</b><BR>počet objetků: 5<BR>druhy ubytování: A2, A3, A4, A5, A6, A8+3, A5+6<BR><IMG height=9 src=http://www.ubytovanivchorvatsku.cz/grafika/bluearrow2.gif hspace=2><A class=stdlink href="http://www.ubytovanivchorvatsku.cz/porec/">Ubytování ve městě...</A>'

mycontent[3]='<font class=StartsideTextboxHeading>Medulin</font><BR><B>region Istrie</b><BR>počet objetků: 5 + online rezervace dalších<BR>druhy ubytování: A2, A3, A4, A5<BR><IMG height=9 src=http://www.ubytovanivchorvatsku.cz/grafika/bluearrow2.gif hspace=2><A class=stdlink href="http://www.ubytovanivchorvatsku.cz/medulin/">Ubytování ve městě...</A>'

mycontent[4]='<font class=StartsideTextboxHeading>Rovinj</font><BR><B>region Istrie</b><BR>počet objetků: 3 + online rezervace dalších<BR>druhy ubytování:  A2, A3, A4, A4+2<BR><IMG height=9 src=http://www.ubytovanivchorvatsku.cz/grafika/bluearrow2.gif hspace=2><A class=stdlink href="http://www.ubytovanivchorvatsku.cz/rovinj/">Ubytování ve městě...</A>'

mycontent[5]='<font class=StartsideTextboxHeading>Novigrad</font><BR><B>region Istrie</b><BR>počet objetků: 2 + online rezervace dalších<BR>druhy ubytování:  A2, A3, A4, A5, P2+1<BR><IMG height=9 src=http://www.ubytovanivchorvatsku.cz/grafika/bluearrow2.gif hspace=2><A class=stdlink href="http://www.ubytovanivchorvatsku.cz/novigrad/">Ubytování ve městě...</A>'

mycontent[6]='<font class=StartsideTextboxHeading>Umag</font><BR><B>region Istrie</b><BR>počet objetků: 1 + online rezervace dalších<BR>druhy ubytování:  A2, A3, A4, A4+2, P2+1<BR><IMG height=9 src=http://www.ubytovanivchorvatsku.cz/grafika/bluearrow2.gif hspace=2><A class=stdlink href="http://www.ubytovanivchorvatsku.cz/umag/">Ubytování ve městě...</A>'


var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
