	$(document).ready(function(){
		$('#tabs ul').tabs({
			show : function(){
				$('.ui-tabs-hide').html('');
			}
		});
	});