function afiseaza_anunt()
				{
				
				text = new Array(8);
				text[0] = "<a href = \"http://aikidocraiova.ro/filme/oltenia/1.html\"><b>Invitati la TV</b><BR><BR> <center><img src=\"filme/oltenia/1.jpg\" height=\"90\" width=\"120\" alt=\"osensei\" /></center> <BR> <font color=\"#000000\"><p align=\"justify\">&nbsp;&nbsp;&nbsp;Pe data <b>05 februarie 2009</b>, am fost invitati la postul Oltenia 3TV la emisiunea matinala in direct.</p></font></a>";
				text[1] = "<a href = \"http://aikidocraiova.ro/articole/aikido/ce-este-aikido.html\"><b>AI KI DO</b> <BR><BR> <center><img src=\"img/aikido_h.jpg\" height=\"30\" width=\"120\" alt=\"osensei\" /></center> <BR> <font color=\"#000000\"><p align=\"justify\">&nbsp;&nbsp;&nbsp;Afla semnificatia kanji-urilor din Aikido.</p></font></a>";
				text[2] = "<a href = \"http://aikidocraiova.ro/articole/maestrii/maestrul-aikido-osensei-morihei-ueshiba.html\"><b>O-sensei</b> <BR><BR> <center><img src=\"articole/pics/osensei01.jpg\" height=\"110\" width=\"75\" alt=\"osensei\" /></center> <BR> <font color=\"#000000\"><p align=\"justify\">&nbsp;&nbsp;&nbsp;Afla mai multe despre viata fondatorului Aikido.</p></font></a>";
				text[3] = "<a href = \"http://aikidocraiova.ro/articole/maestrii/maestrul-aikido-kisshomaru-ueshiba.html\"><b>Kisshomaru Ueshiba</b> <BR><BR> <center><img src=\"articole/pics/kisshomaru01.jpg\" height=\"100\" width=\"75\" alt=\"kisshomaru ueshiba\" /></center><BR><font color=\"#000000\"><p align=\"justify\">&nbsp;&nbsp;&nbsp;Afla mai multe despre maestrul <b>Kisshomaru Ueshiba</b>.</p></font></a>";
				text[4] = "<a href = \"http://aikidocraiova.ro/articole/maestrii/maestrul-aikido-moriteru-ueshiba.html\"><b>Moriteru Ueshiba</b> <BR><BR> <center><img src=\"articole/pics/moriteru01.jpg\" height=\"100\" width=\"75\" alt=\"moriteru ueshiba\" /></center><BR><font color=\"#000000\"><p align=\"justify\">&nbsp;&nbsp;&nbsp;Afla mai multe despre maestrul <b>Moriteru Ueshiba</b>.</p></font></a>";
				text[5] = "<a href = \"http://aikidocraiova.ro/stagii/2009/stagiu_aprilie_2009.html\"><b>Stagiul National la Craiova</b> <BR><BR> <center><img src=\"stagii/2009/pics/poster_stagiu_2009_thumb.jpg\" height=\"100\" width=\"75\" alt=\"poster stagiu\" /></center><BR><font color=\"#000000\"><p align=\"justify\">&nbsp;&nbsp;&nbsp;In perioada 24 - 26 aprilie 2009 a avut loc Stagiul National de Aikido la Craiova, organizat de Clubul Sportiv Adisan.</p></font></a>";
				text[6] = "<a href = \"http://aikidocraiova.ro/stagii/2009/stagiu_mai_2009.html\"><b>Stagiul Local la Craiova</b> <BR><BR> <center><img src=\"stagii/2009/pics/banner_mai.jpg\" height=\"100\" width=\"100\" alt=\"poster stagiu\" /></center><BR><font color=\"#000000\"><p align=\"justify\">&nbsp;&nbsp;&nbsp;In perioada 09 - 10 mai 2009 a avut loc Stagiul Local de Aikido la Craiova, organizat de Clubul Sportiv Adisan.</p></font></a>";
				text[7] = "<a href = \"http://aikidocraiova.ro/evenimente.html\"><b>Cupa Satori-Do</b> <BR><BR> <center><img src=\"img/satori-do.jpg\" height=\"120\" width=\"90\" alt=\"sigla satori-do\" /></center><BR><font color=\"#000000\"><p align=\"justify\">&nbsp;&nbsp;&nbsp;Cu ocazia <b>Cupei Satori-Do</b> de la Rosiorii de Vede (27-29 Noiembrie 2009), <b>Clubul Sportiv Adi-San</b> a participat cu un numar de sportivi la competitiile organizate.</p></font></a>";
				
				index = Math.floor(Math.random() * text.length);

				document.getElementById("anunt").innerHTML = text[index];
				setTimeout("afiseaza_anunt()",7000)
				}