var homeimages = new Array();

homeimages[0] = {
	src:		"img/auction.jpg",
	caption:	"Taste of Lexington Second Annual Auction. <br /> Photo by Arthur's Photo"
};

homeimages[1] = {
	src:		"img/golf.jpg",
	caption:	"Taste of Lexington's First Annual Golf Tournament. <br /> Photo by Arthur's Photo"
};

homeimages[2] = {
	src:		"img/artgallery.jpg",
	caption:	"Taste of Lexington's Art Gallery. <br /> Photo by Arthur's Photo"
};

homeimages[3] = {
	src:		"img/musiconlawn.jpg",
	caption:	"Taste of Lexington's Music on the Lawn Series. <br /> Photo by Arthur's Photo"
};

function homeSlideshow() {
	buildSlideshow('feature_img', 'img_1', homeimages);
	return(false);
}

window.addEvent('load', function(){homeSlideshow();});