// Entrypoint for all custom .js calls for the website

$(document).ready(function() {
    // Decrypt all emails
    $('a').edecrypt();

    $('a.lightbox').lightBox();

//$('#fffix').show();

	$('a.media').media( { width: 400, height: 320, flashvars: {'image' : '/public/files/vignette.png', 'autostart' : false, 'shownavigation' : false } } );


});

