Added improved messaging
diff --git a/js/animations.js b/js/animations.js
index fb04a9a..5eb5e14 100644
--- a/js/animations.js
+++ b/js/animations.js
@@ -4,3 +4,9 @@
 		$(".victima").fadeIn(400);
 	});
 }
+
+function read_message(msg, type) {
+	$.notify(msg, type);
+	newURL = window.location.href.split('?')[0];
+	history.pushState({}, null, newURL);
+}