$(document).ready(function() {
   $.fn.media.defaults.flvPlayer = '/elements/swf/mediaplayer.swf';
   $.blockUI.defaults.overlayCSS = { backgroundColor: '#888888', opacity: '0.5' };
   $('a.videobox').mediabox({width: 640, height: 500, bgColor: "#ffffff", boxTitle: '<p>Press Esc or click outside this box to stop the video.</p>', flashvars: {autostart: true}});
   $('a.audiobox').mediabox({width: 640, height: 20, bgColor: "#ffffff", boxTitle: '<p>Press Esc or click outside this box to stop the podcast.</p>', flashvars: {autostart: true}});
});
