diff --git a/ext/home/main.php b/ext/home/main.php
index 8c00c499..a6edb6d9 100644
--- a/ext/home/main.php
+++ b/ext/home/main.php
@@ -56,7 +56,14 @@ class Home extends Extension
$length = strlen($strtotal);
for ($n=0; $n<$length; $n++) {
$cur = $strtotal[$n];
- $counter_text .= "
";
+
+ if ($cur == 6 && rand(0, 2500) == 0) {
+ $counter_text .= "
";
+ } elseif ($cur == 7 && rand(0, 2500) == 0) {
+ $counter_text .= "
";
+ } else {
+ $counter_text .= "
";
+ }
}
// get the homelinks and process them