// JavaScript Document

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