$(function(){

	var height_inner = 0;
	$('.bb li span').each( function(i){
		height_inner = height_inner +  $(this).outerHeight();
	});
	
	if(height_inner > 180){
		setTimeout(
			function(){}
		);
	}

});
