
function startGallery(){var myGallery=new gallery($('galleryWrapper'),{timed:true,delay:7000,defaultTransition:"fadeslideleft",showInfopane:false,showCarousel:false});}
window.onDomReady(startGallery);