﻿
// Turn off the $ prefix for jQuery to avoid prototype conflicts
if (jQuery != null) {
    jQuery.noConflict();
}


// Make a slideshow handle on pageload
document.observe('dom:loaded', function() {
    window.AECF = {};
    window.AECF.slideshow = new Lightbox();
});
