// CHAMA O SHADOW BOX

window.onload = function(){

    Shadowbox.init();

    /**
     * Note: The following command is not necessary in your own project. It is
     * only used here to set up the demonstrations on this page.
     */

};