// Begin jMedia Components
$(document).ready(function() {
	$("#QuickTime1").media({width: 414, height: 233,
		src: '../trailer/DosPatrias_Trailer.mpg',
		params: { volume: '0', cache: 'true', controller: 'true', loop: 'false' }
	});
});
// End jMedia Components

