function hideKom() {
	$(".kom").slideUp("normal");
}

$(function() {
	setTimeout("hideKom()",5000);
});
