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