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

