diff --git a/autori.html b/autori.html
index 99e8ded..cd6ad40 100644
--- a/autori.html
+++ b/autori.html
@@ -15,6 +15,7 @@
+
@@ -28,7 +29,7 @@
Vašek:
- Profesionální sebevrah, kriminálník, vandal.
+ Profesionální sebevrah, kriminálník, vandal.
Autor většiny fotografií, programátor.
diff --git a/res/autori/script.js b/res/autori/script.js
new file mode 100644
index 0000000..0650a66
--- /dev/null
+++ b/res/autori/script.js
@@ -0,0 +1,8 @@
+window.onload = function()
+{
+ document.getElementById("sebedestrukce").onclick = (e) = function()
+ {
+ document.getElementById("sebedestrukce").style.color = "#800500";
+ document.getElementById("sebedestrukce").style.fontWeight = "bold";
+ }
+}
\ No newline at end of file