var cislo=0; var konec=6; var flashe=["160x600_znacky.swf", "160x600_modernihodinky.swf", "160x600_blatniky.swf", "160x600_graphic.swf", "160x600_zakaznicke.swf", "160x600_lahve.swf", "160x600_helmy3.swf"]; function flashEmbed (flashPath, width, height) { var embedVar; embedVar = ''; document.getElementById('banner').innerHTML=embedVar; } function zmenit() { flashEmbed("flashe/"+flashe[cislo], "160", "600"); if(konec>0) cislo=cislo+1; if(cislo==konec) cislo=0; }