// JavaScript Document
<!--
$(function() {
		   
	$('a.media').media({width:320, height:285, autoplay: true});

});