if (Drupal.jsEnabled) {
	$().ready(function() {
		if (document.getElementById('block-stat-pop-inner')) {	
			$('#block-stat-pop-inner').tabs({ fxFade: true, fxSpeed: 'fast'});		 
		}
		
	});		 
}