function text() {

};

text = new text();

number = 0;

// textArray

text[number++] = "<img src='../images/bubble1.jpg' alt='CSI LifeCycle Leasing GmbH'>"

text[number++] = "<img src='../images/bubble2.jpg' alt='CSI LifeCycle Leasing GmbH'>"

text[number++] = "<img src='../images/bubble3.jpg' alt='CSI LifeCycle Leasing GmbH'>"

text[number++] = "<img src='../images/bubble4.jpg' alt='CSI LifeCycle Leasing GmbH'>"

// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);