$(document).ready(function(){
    jQuery.fx.off = false;
    
    // shadowbox
    Shadowbox.init();
    
    // noSpam
    noSpam();
});
