var cislo=0;
var konec=0;
var flashe=["modernihodinky.swf"];
function flashEmbed (flashPath, width, height) {
var embedVar;
embedVar = '';
document.getElementById('banner').innerHTML=embedVar;
}
function flashEmbed2 (flashPath, width, height) {
var embedVar2;
embedVar2 = '';
document.getElementById('topbanner').innerHTML=embedVar2;
}
function zmenit() {
flashEmbed("flashe/"+flashe[cislo], "160", "600" );
if(konec>0) cislo=cislo+1;
if(cislo==konec) cislo=0;
flashEmbed2("kolaKTM2.swf", "500", "130" );
}