
function startUp() {
	if ($('slideshow_eq_bicent') != false) {
		var eq_Gallery = new gallery($('slideshow_eq_bicent'), {
			timed: true,
			showCarousel: false,
			imageSelector: 'img',
			slideInfoZoneOpacity: 0.9,
			textShowCarousel: 'Pictures'
		});
	}
}

window.onDomReady(startUp);