function startGallery() {
    var myGallery = new gallery($('smGallery'), {
	    timed: true,
        showArrows: false,
        showCarousel: false,
        showInfopane: false,
        delay: 5000,
        embedLinks: false
	});
	document.gallery = myGallery;
}
window.onDomReady(startGallery);
