var collection_7= new Array(); if(collection_7.length>0){ setInterval('gallery7()',6000); var counter_7=0; document.getElementById("callout1a").innerHTML=collection_7[counter_7]; counter_7++; function gallery7(){ if(counter_7 > collection_7.length-1){ counter_7=0; } document.getElementById("callout1a").innerHTML=collection_7[counter_7]; counter_7++; } }