diff --git a/index.html b/index.html
index a804417..3f67831 100644
--- a/index.html
+++ b/index.html
@@ -24,15 +24,7 @@ along with this program. If not, see .
-
+
Schwarz
Rot
diff --git a/uhr.js b/uhr.js
index dcb9feb..ea8da43 100644
--- a/uhr.js
+++ b/uhr.js
@@ -19,6 +19,13 @@ along with this program. If not, see .
*/
function Uhr(clockarea, themeElement) {
this.clockarea = clockarea;
+ this.clockarea.empty();
+ this.clockarea.append(' ');
+ this.clockarea.append(' ');
+ this.clockarea.append(' ');
+ this.clockarea.append(' ');
+ this.clockarea.append('
');
+ this.clockarea.append('
');
this.letterarea = clockarea.find('.letterarea');
this.themeElement = themeElement;
this.timer = null;