$(function() {
    //If the gallery element exists, then make this call
    if($('#page #content #newsContainer #gallerySection #gallery1').length > 0) {
        $.OmniGallery.create($('#page #content #newsContainer #gallerySection #gallery1'), [
            {src: 'cookie.jpg'},
            {src: 'kp.jpg'},
            {src: 'phyllis.jpg'},
            {src: 'rc1.jpg'},
            {src: 'rc2.jpg'},
            {src: 'sherri.jpg'},
            {src: 'team.jpg'},
            {src: 'tscb.jpg'},
            {src: 'tssb.jpg'},
            {src: 'ann1.jpg'},
            {src: 'ann2.jpg'},
            {src: 'ann3.jpg'},
            {src: 'ann4.jpg'},
            {src: 'ann5.jpg'},
            {src: 'ann6.jpg'},
            {src: 'ann7.jpg'},
            {src: 'ann8.jpg'},
            {src: 'ann9.jpg'},
        ], {imgsFolder: "http://events.bookkeepergirl.com/wp-content/themes/bkgirl/images/gallery_images/", rows: 2, cols: 4});
    }

});
