$(document).ready(function(){
						   
	window.setTimeout(function() {
		$('.notice').fadeOut('slow')
	}, 5000);
	  
	$('.gottabs').tabs();
  
});