function startGallery() {
	var TV4 = new gallery($('TV4'), {
		timed: true,
		delay: 3333,
		showCarousel: false,
		showInfopane: false,
		useThumbGenerator: true,
		lightbox: true
	});
}
window.onDomReady(startGallery);

