diff --git a/css/static.php b/css/static.php
index 3acf6cf..597927e 100644
--- a/css/static.php
+++ b/css/static.php
@@ -38,6 +38,10 @@ iframe {
     border: none;
 }
 
+div.UpdateNotify {
+    color: Red;
+}
+
 
 </style>
 
diff --git a/main.php b/main.php
index 193c8fb..364cccf 100644
--- a/main.php
+++ b/main.php
@@ -95,11 +95,6 @@ $('.window').hide();
 <?php include 'config.php';?>
 <?php include 'http://home.k-world.me.uk/version.txt';?>
 
-<?php
-if ($localversion != $remoteversion) {
-    require "updatenotify.php";
- }
-?>
 
 <div class="head">
 <?php echo "<p style=\" text-align: center;\">$yourname's Server Access</p>";?>
@@ -194,6 +189,13 @@ if ($showversion > "0") {
  }
 ?>
 </div>
+<div class="UpdateNotify">
+<?php
+if ($localversion != $remoteversion) {
+    require "updatenotify2.php";
+ }
+?>
+</div>
 
 <div id="stats">
 <?php
diff --git a/updatenotify.php b/updatenotify.php
index 6693197..7a47f42 100644
--- a/updatenotify.php
+++ b/updatenotify.php
@@ -20,7 +20,10 @@ echo exec('Update.bat');
 <?php
 }
 ?>
-    <div id="popupfoot"> <a href="#" class="close agree" >Not Now...</a></div>
+Change Log - <br />
+-Added Links to Status Widget <br />
+-Added Links to Force CouchPotato processing in Config  <br />
+ <div id="popupfoot"> <a href="#" class="close agree" >Not Now...</a></div>
 	
 	</div>
   <div id="mask"></div>
diff --git a/updatenotify2.php b/updatenotify2.php
new file mode 100644
index 0000000..307f02b
--- /dev/null
+++ b/updatenotify2.php
@@ -0,0 +1,3 @@
+<?php
+    echo "<p style=\" text-align: center;\">New Update Available</p>";
+?>
\ No newline at end of file