/*
    Document   : frontend
    Created on : Dec 8, 2009, 3:09:26 PM
    Author     : daniel
    Description:
        Frontend functions
*/

$(document).ready(function () {
    Shadowbox.init({
        // skip the automatic setup, we'll do this later manually
        skipSetup: true,
        players: ["img"]
    });
});

$(window).load(function () {
    Shadowbox.setup();

});

