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