var cislo=0; var konec=13; var flashe=["big_prace.swf", "big_barmanshow.swf", "big_barmanmania.swf", "big_marttan.swf", "big_dovolena.swf", "big_auto.swf", "BIG_reklamniStanky.swf", "big_gps.swf", "big_extraobchod.swf", "big_party-servis.swf", "big_hry.swf", "BIG_melodieNaMobil.swf", "big_pixolo.swf", "big_inzerce.swf"]; function flashEmbed (flashPath, width, height) { var embedVar; embedVar = ''; document.getElementById('banner').innerHTML=embedVar; } function zmenit() { flashEmbed("flashe/"+flashe[cislo], "180", "500"); if(konec>0) cislo=cislo+1; if(cislo==konec) cislo=0; }