It took me a good hour or 2 to figure it out.

Steps to follow to make it work.
1. Download and unzip to a location on the harddrive.
2. Find the file "index.html" and double click it. It should open a link to some website with an address that should look like something like this.
file:///C:/Users/Xcom/Desktop/HavenMap/index.html
3. Open index.html with notepad. Right click and open with notepad.
4. go to the line 76 or to the line saying this
var cnames = new Array("http://algeralith.info/HavenMap");
5. Edit the line to the address on your HavenMap address taken from step 2.
var cnames = new Array("file:///C:/Users/Xcom/Desktop/HavenMap/");
like so
Double click index.html and it should now work.
Thanks alot for this algeralith