// JavaScript Document

var rotator=0;
var reklama = "";

function rotate() {
rotator=Math.floor(Math.random()*6);
//document.images["obraz"].src = obrsrc[rotator];
if (rotator==0) {reklama = "<img src='images/bluejet_spokojenost1.jpg' alt='BLUEJET web CRM doporucují uživatelé' />";}
if (rotator==1) {reklama = "<img src='images/bluejet_spokojenost2.jpg' alt='BLUEJET web CRM doporucují uživatelé' />";}
if (rotator==2) {reklama = "<img src='images/bluejet_spokojenost3.jpg' alt='BLUEJET web CRM doporucují uživatelé' />";}
if (rotator==3) {reklama = "<img src='images/bluejet_spokojenost4.jpg' alt='BLUEJET web CRM doporucují uživatelé' />";}
if (rotator==4) {reklama = "<img src='images/bluejet_spokojenost1.jpg' alt='BLUEJET web CRM doporucují uživatelé' />";}
if (rotator==5) {reklama = "<img src='images/bluejet_spokojenost3.jpg' alt='BLUEJET web CRM doporucují uživatelé' />";}
}





