Index: /applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/parser/MvcrParser.java
===================================================================
--- /applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/parser/MvcrParser.java	(revision 29190)
+++ /applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/parser/MvcrParser.java	(revision 29191)
@@ -208,9 +208,10 @@
 //==============================================================================
 
-    static final String URL_DEFAULT = "http://aplikace.mvcr.cz/adresa/adresy.zip";
+    static final String URL_DEFAULT = "http://aplikace.mvcr.cz/adresy/Download.aspx";
     static final String URL_PREFERENCES_KEY = "czechaddress.databaseurl";
 
     static final String[] OLD_URLS = {
-        "http://web.mvcr.cz/adresa/adresy.zip" // Remove around 10.02.2011
+        "http://web.mvcr.cz/adresa/adresy.zip", // Remove around 10.02.2011
+	"http://aplikace.mvcr.cz/adresa/adresy.zip" // Removed around 12.01.2013
     };
 
