//When the DOM tree is loaded
$(document).ready(function() {

    //Add jQuery Code here
    $(".flashbox").media({ width: 500, height: 500, autoplay: true, caption: false, bgColor: 'transparent',  params: { quality: 'high', menu: 'false' } });


});


