$(document).ready(function(){
	setTimeout("$('.notification').fadeOut(1000)",5000);
});