function anketa()

{
       astr='<IFRAME frameborder="0" scrolling="no" width="136" height="364" src="http://www.blueboard.cz/anketa_0.php?id=105864"></IFRAME>';
       document.write(astr);
       return;
}




function cisla()
{

     chyba=1;
      for (pokus=1; chyba=1; pokus++)
  {
     foto1=Math.round(Math.random()*97)+1;
     foto2=Math.round(Math.random()*97)+1;
     foto3=Math.round(Math.random()*97)+1;
     foto4=Math.round(Math.random()*97)+1;
     foto5=Math.round(Math.random()*97)+1;


     chyba=0

     if (foto1==0 || foto1==0){chyba=1}

     if (chyba==0)

                  { namefoto1="images/motivy/00"+foto1;
		    namefoto2="images/motivy/00"+foto2;
		    namefoto3="images/motivy/00"+foto3;
		    namefoto4="images/motivy/00"+foto4;
		    namefoto5="images/motivy/00"+foto5;

		    if (foto1<100) {namefoto1="images/motivy/0"+foto1;}
		    if (foto1<10)  {namefoto1="images/motivy/00"+foto1;}

		    if (foto2<100) {namefoto2="images/motivy/0"+foto2;}
		    if (foto2<10)  {namefoto2="images/motivy/00"+foto2;}

		    if (foto3<100) {namefoto3="images/motivy/0"+foto3;}
		    if (foto3<10)  {namefoto3="images/motivy/00"+foto3;}

		    if (foto4<100) {namefoto4="images/motivy/0"+foto4;}
		    if (foto4<10)  {namefoto4="images/motivy/00"+foto4;}

		    if (foto5<100) {namefoto5="images/motivy/0"+foto5;}
		    if (foto5<10)  {namefoto5="images/motivy/00"+foto5;}


       jakefoto1='<td><img src='+namefoto1+'.jpg width="195" height="187"></td>'
       jakefoto2='<td><img src='+namefoto2+'.jpg width="195" height="187"></td>'
       jakefoto3='<td><img src='+namefoto3+'.jpg width="195" height="187"></td>'
       jakefoto4='<td><img src='+namefoto4+'.jpg width="195" height="187"></td>'
       jakefoto5='<td><img src='+namefoto5+'.jpg width="195" height="187"></td>'


		  }
return;

  }
}







function include()
{

astr  =''

astr +='<table border="0" cellspacing="0" cellpadding="10" width="100%">'

astr +='	<tr>'
astr +='		<td align="center">'
astr +='		<img border="0" src="images/ad_forumantiquum01.jpg" width="152" height="400"></td>'
astr +='	</tr>'
astr +='</table>'


  document.write(astr);

  return;

}


function menu()

{
astr  =''
astr +='<a href="wirorganisieren.html"			>Wir organisieren</a>			<SPAN class=menuodd> - </SPAN>'
astr +='<a href="termine.html"				>Termine</a>				<SPAN class=menuodd> - </SPAN>'
astr +='<a href="unserteam.html"			>Unser Team</a>				<SPAN class=menuodd> - </SPAN>'
astr +='<a href="wirvermitteln.html"			>Wir vermitteln</a>			<SPAN class=menuodd> - </SPAN>'
astr +='<a href="marktstande.html"			>Marktstände</a>			<SPAN class=menuodd> - </SPAN>'
astr +='<a href="events.html"				>Events</a>				<SPAN class=menuodd> - </SPAN>'
astr +='<a href="kinderspiele.html"			>Kinderspiele</a>			<SPAN class=menuodd> - </SPAN>'
astr +='<a href="gaukler.html"				>Gaukler</a>				<SPAN class=menuodd> - </SPAN>'
astr +='<a href="ritterturniere.html"			>Ritterturniere</a>			<SPAN class=menuodd> - </SPAN>'
astr +='<a href="schaukampf.html"			>Schaukampf</a>				<SPAN class=menuodd> - </SPAN>'
astr +='<a href="lagerleben.html"			>Lagerleben</a>		  		<SPAN class=menuodd> - </SPAN>'
astr +='<a href="ritteressen.html"			>Ritteressen</a>		  	<SPAN class=menuodd> - </SPAN>'
astr +='<a href="hochzeiten.html"			>Hochzeiten</a>			  	<SPAN class=menuodd> - </SPAN>'
astr +='<a href="firmenfeiern.html"			>Firmenfeiern</a>			<SPAN class=menuodd> - </SPAN>'
astr +='<a href="konzerte.html"				>Konzerte</a>				<SPAN class=menuodd> - </SPAN>'
astr +='<a href="wirverleihen.html"			>Mietservice</a>		   	<SPAN class=menuodd> - </SPAN>'
astr +='<a href="referenzen.html"			>Referenzen</a>		   	<SPAN class=menuodd> - </SPAN>'
astr +='<a href="video.html"				>Video</a>				<SPAN class=menuodd> - </SPAN>'
astr +='<a href="links.html"				>Links</a>				<SPAN class=menuodd> - </SPAN>'
astr +='<a href="impressum.html"			>Impressum</a>'

document.write(astr);
return;
}