diff --git a/crazyegg.module b/crazyegg.module
index 5f3556f..63bce5e 100644
--- a/crazyegg.module
+++ b/crazyegg.module
@@ -56,7 +56,7 @@ function crazyegg_page_alter(&$page) {
     $account_path = substr($account_path, 0, 4) . '/' . substr($account_path, 4, 8);
     $account_path = "pages/scripts/" . $account_path . ".js";
 
-    $script_host = "dnn506yrbagrg.cloudfront.net";
+    $script_host = "script.crazyegg.com";
 
     $script = '
       setTimeout(function(){var a=document.createElement("script");
