Index: trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/GettingStarted.java	(revision 644)
+++ trunk/src/org/openstreetmap/josm/gui/GettingStarted.java	(revision 645)
@@ -53,5 +53,5 @@
 				motdcontent = wr.read(baseurl + "/wiki/MessageOfTheDay");
 			} catch (IOException ioe) {
-				motdcontent = tr("<h2>(Message of the day not available)</h2>");			
+				motdcontent = tr("<html>\n<h1>JOSM, the Java OpenStreetMap editor</h1>\n<h2>(Message of the day not available)</h2>");			
 			}
 
@@ -83,5 +83,5 @@
 					}
 				} else if (condition.equals("%3E%3D")) {
-					if ((myVersion == 0 || myVersion > targetVersion) && ! Main.pref.getBoolean("motd.ge."+targetVersion)) {
+					if ((myVersion == 0 || myVersion >= targetVersion) && ! Main.pref.getBoolean("motd.ge."+targetVersion)) {
 						Main.pref.put("motd.ge."+targetVersion, true);
 						included = true;
