/* ===================== */
/* = CUSTOM JAVASCRIPT = */
/* ===================== */
// Any custom code that is required for the application
// should be written in this file.
$(function() {
        $('a#imgpopup0').lightBox();
 		$('a#imgpopup1').lightBox();
		$('a#imgpopup2').lightBox();
		$('a#imgpopup3').lightBox();
		$('a#imgpopup4').lightBox();
		$('a#imgpopup5').lightBox();
    });