    $(function() {
		$('a.banner-flash').media({ 
			autoplay:  true, 
			caption:   false // supress caption text 
		}); 
		
    });
