$(document).ready(function() {
	$('a.media').media( {
		width : 500,
		height : 375,
		caption: false,
		autoplay: false
	});
});

