<!--
function tx_ohbanner_iterator(pos) {
	if (++tx_ohbanner_arrayPointer[pos] >= tx_ohbanner_arrayData[pos].length) tx_ohbanner_arrayPointer[pos] = 0;
	div = document.getElementById(tx_ohbanner_divTagId[pos]);
	div.removeChild(div.firstChild);
	div.innerHTML =  tx_ohbanner_arrayData[pos][tx_ohbanner_arrayPointer[pos]];
}
// -->

