jQuery(function() {
		jQuery("#trending").css({'display' : 'block'});
		jQuery("#options_tabs").tabs();
		jQuery("#trending").tabs();
});

