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

