shade.code = function(){
	$("#main").fadeOut(function(){
		$("#update").slideDown()	
	})
}

