jQuery().ready(function(){
	jQuery('#media-widget').accordion({
		autoheight: false,
		alwaysOpen: true,
		header: '.toggle'
	});
});
