$(document).ready(function() { 

	if ($('.hide').is(":hidden")) {
		$('.hide').slideDown(1000);
	}
	
});