$(function() {
	$('#header_top').hide(0);
	$('#header_top').fadeIn(1500);
	$('#header').hide(0);
	$('#header').fadeIn(1500);
});

