var coverGallery;

Event.addBehavior({
	'body':function() {
		coverGallery = new TDGallery('poolImages', 1);
		coverGallery.periodicDelay = 2800;
		coverGallery.startGallery();
	}
})
