konami.code = function(){	
	$("#wrapper").fadeOut(function(){
		// $("#footer").fadeOut()
		// $("#twitter").fadeOut()
		// $("#bottom").fadeOut()
		$("#update").fadeIn()
	})	
}

