//var textimg = new Array();
//textimg[0]='Mac\'s Market opens in Richford.<br>';
//textimg[1]='<img src=\"macs-sign180.jpg\">';
var items = new Array();
items[0]='<br><br>Vermont Peak Properties is proud to announce our affiliation with Cabela\’s, the World\’s Foremost Outfitter, marketing recreational real estate as Cabela\’s Trophy Properties.';
items[1]='Mac\'s Market opens in Richford. Great addition to the community – Welcome\!<br><br><img src="macs-sign170.jpg"><br>';
//items[1]=textimg.join('');
items[2]='Found this hidden treasure in West Berkshire.  Learned that it received an extreme makeover recently. <br><img src="phoenix-house.jpg">';


items.cItem=-1;

function nextOne(tid){
 if (items[items.cItem+1]) items.cItem++;
 else items.cItem=0;
 el(tid).innerHTML=items[items.cItem];
}

function el(tid) {
 return document.getElementById(tid);
}