diff --git a/www/where/index.php b/www/where/index.php
index d1f1f6d..3af1918 100644
--- a/www/where/index.php
+++ b/www/where/index.php
@@ -18,22 +18,21 @@
-Welcome to JnF.me
-
+
Where tf is Jason?
-
= ucwords($output['device_tracker.jasonsphone_jason']['state']) ?>
+
echo ($output['device_tracker.jasonsphone_jason']['state'] == 'away') ? 'Nobody Knows' : 'At '.ucwords($output['device_tracker.jasonsphone_jason']['state']); ?>