var cislo=0; var konec=10; var flashe=["big_barmanmania.swf", "big_povinneruceni4.swf", "big_smsmania.swf", "big_dovolena.swf", "big_inzerce.swf", "big_extraobchod.swf", "big_reklamnistanky.swf", "big_barmanshow.swf", "big_pixolo.swf", "big_hry.swf", "big_gps.swf"]; function flashEmbed (flashPath, width, height) { var embedVar; embedVar = ''; document.getElementById('banner-right').innerHTML=embedVar; } function zmenit() { flashEmbed("/flashe/"+flashe[cislo], "185", "500"); if(konec>0) cislo=cislo+1; if(cislo==konec) cislo=0; } function nemenit() { flashEmbed("/flashe/BIG_inzerce.swf", "185", "500"); }