function collage() {
	$("#emo_hoch").show();
	$("#emo").hide();
}

//		$("#content").hide();
//		$("#logo").hide();
//		$("#navigation").hide();

function killMe() {
	$("#emo_flash").fadeOut();
	$("#skip").fadeOut();
	$("#logo").fadeIn("slow");
	$("#navigation").fadeIn("slow"); 
	$("#content").fadeIn("slow"); 
}



