$(document).ready(function() {
	$("div#nav").hide();
	$(document).ready(function() {$("div#nav").fadeIn(2000);});
});
