// NGC Theme JavaScript Document

jQuery(document).ready (function() {
    jQuery(function() {
        jQuery("div.slideshow").carousel();
    });
});

