jQuery(function(){
	setTimeout(function(){
		jQuery('#errorMsg').not('.ie').fadeOut();
	},5000);
});

