Difference between revisions of "Urz Wastes (Wurm Lands)"

From Fallen Sword Wiki
Jump to: navigation, search
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[User:IMQUICKILL|IMQUICKILL]] 06:15, 18 January 2010 (UTC)
 
 
__NOTOC__
 
__NOTOC__
 
{|cellpadding="5" width="100%"
 
{|cellpadding="5" width="100%"
Line 6: Line 5:
 
* Min Level: 638
 
* Min Level: 638
 
* In [[Gruzside]] World Area
 
* In [[Gruzside]] World Area
 +
* In [[The Ravaged Plain]] World Area
 
== Shops and Stairs ==
 
== Shops and Stairs ==
* [[Urz Wastes (Hobgoblin Camp) ]] (20,5)
+
* [[Urz Wastes (Hobgoblin Camp)]] (20,5)
* [[Urz Wastes (Thicket) ]] (10 14)
+
* [[Urz Wastes (Thicket)]] (10,14)
* [[Urz Wares ]] (8,15)
+
 
|width="50%" valign="top" align="left"|
 
|width="50%" valign="top" align="left"|
 
== Quests ==
 
== Quests ==
* [[Protecting the Supply Lines ]] (20,18)
+
* [[Protecting the Supply Lines]] (20,18)
 
== Creatures ==
 
== Creatures ==
 +
* [[Waghzoo Hobgoblin]]
 
* [[Waste Wurm]]
 
* [[Waste Wurm]]
 
|}
 
|}
 
== Map ==
 
== Map ==
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
<center>
<html>
+
<!-- Map Generated by Isakus Map Generator: http://plan99.net/~isak/fswiki/ -->
<head>
+
{| cellspacing="1" cellpadding="0" style="text-align:center;"
<link rel="icon" href="favicon.ico">
+
| &nbsp;
<link type="text/css" rel="stylesheet" href="mainstyle.css">
+
| 0
<script language="JavaScript" src="slider.js"></script>
+
| 1
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+
| 2
<title>Fallen Sword v1.6494 - Massively Multiplayer Online RPG (MMORPG)</title>
+
| 3
</head>
+
| 4
 
+
| 5
<script>
+
| 6
function openWindow(url, name, w, h, features)
+
| 7
{
+
| 8
var left = (screen.availWidth - w) / 2
+
| 9
var top = (screen.availHeight - h) / 2
+
| 10
window.open(url, name, "width="+w+", height="+h+", left="+left+", top="+top+features);
+
| 11
}
+
| 12
+
| 13
var savedItemData = new Array();
+
| 14
var xmlobj  = new Array();
+
| 15
+
| 16
function sendRequest(doc, index, finalStr){
+
| 17
    // check for existing requests
+
| 18
    var isNonIE = !(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion >= "4.0");
+
| 19
    try
+
| 20
    {
+
| 21
        // instantiate object for Mozilla, Nestcape, etc.
+
| 22
        xmlobj[index]=new XMLHttpRequest();
+
| &nbsp;
    }
+
|-
    catch(e1)
+
| 0
    {
+
| {{tilePicture|34_49}}
        try
+
| {{tilePicture|34_50}}
        {
+
| {{tilePicture|34_49}}
            // instantiate object for Internet Explorer
+
| {{tilePicture|34_47}}
            xmlobj[index]=new ActiveXObject('Msxml2.XMLHTTP');
+
| {{tilePicture|34_48}}
        }
+
| {{tilePicture|34_49}}
        catch(e2)
+
| {{tilePicture|34_48}}
        {
+
| {{tilePicture|34_50}}
        try
+
| {{tilePicture|34_49}}
        {
+
| {{tilePicture|34_48}}
      xmlobj[index]=new ActiveXObject("Microsoft.XMLHTTP");
+
| {{tilePicture|34_48}}
    }
+
| {{tilePicture|34_49}}
    catch (e3)
+
| {{tilePicture|34_47}}
    {
+
| {{tilePicture|34_47}}
    // Ajax is not supported by the browser
+
| {{tilePicture|34_50}}
            xmlobj[index]=null;
+
| {{tilePicture|34_48}}
            return false;
+
| {{tilePicture|34_49}}
    }
+
| {{tilePicture|34_47}}
        }
+
| {{tilePicture|34_48}}
    }
+
| {{tilePicture|34_47}}
   
+
| {{tilePicture|34_47}}
    // set response handler
+
| {{tilePicture|34_49}}
    if(isNonIE)
+
| {{tilePicture|34_48}}
    {
+
| 0
xmlobj[index].onreadystatechange = function()
+
|-
{
+
| 1
if (xmlobj[index].readyState == 4)
+
| {{tilePicture|34_49}}
{
+
| {{tilePicture|34_11}}
if (xmlobj[index].status == 200)
+
| {{tilePicture|34_4}}
{
+
| {{tilePicture|34_4}}
        savedItemData[index] = xmlobj[index].responseText+finalStr;
+
| {{tilePicture|34_8}}
Tip(savedItemData[index]);
+
| {{tilePicture|34_48}}
  }
+
| {{tilePicture|34_47}}
}
+
| {{tilePicture|34_47}}
}
+
| {{tilePicture|34_48}}
    }
+
| {{tilePicture|34_45}}
 
+
| {{tilePicture|34_37}}
  // open socket connection
+
| {{tilePicture|34_37}}
xmlobj[index].open('GET',doc,isNonIE);
+
| {{tilePicture|34_46}}
    // send GET request
+
| {{tilePicture|34_50}}
    xmlobj[index].send(null);
+
| {{tilePicture|34_48}}
}
+
| {{tilePicture|34_45}}
+
| {{tilePicture|34_37}}
function ajaxLoadItem(itemId, invId, type, pid, finalStr)
+
| {{tilePicture|34_37}}
{
+
| {{tilePicture|34_37}}
var index = itemId+"_"+invId;
+
| {{tilePicture|34_37}}
if(savedItemData[index]==undefined)
+
| {{tilePicture|34_46}}
{
+
| {{tilePicture|34_47}}
savedItemData[index] = "<center><br>&nbsp;&nbsp;Loading Stats...</center><br>";
+
| {{tilePicture|34_49}}
sendRequest("fetchitem.php?item_id="+itemId+"&inv_id="+invId+"&t="+type+"&p="+pid+"&uid="+1264563751, index, finalStr);
+
| 1
savedItemData[index] = xmlobj[index].responseText+finalStr;
+
|-
}
+
| 2
+
| {{tilePicture|34_48}}
Tip(savedItemData[index]);
+
| {{tilePicture|34_7}}
return;
+
| {{tilePicture|34_2}}
}
+
| {{tilePicture|34_3}}
</script>
+
| {{tilePicture|34_17}}
<script language="JavaScript" type="text/javascript" src="basejs.js"></script>
+
| {{tilePicture|34_37}}
<textarea id="holdtext" style="display:none">http://www.fallensword.com/?ref=1666983</textarea>
+
| {{tilePicture|34_37}}
<body bgcolor="#000000" marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
+
| {{tilePicture|34_39}}
<br/><center><font size=2 color="#FFFFFF"><b>Urz Wastes (Wurm Lands) Map Overview</b></font></center><br/><table align="center" cellpadding="0" cellspacing="0" width="920"> <tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_11.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_8.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_45.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_46.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_45.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_46.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_7.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_2.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_3.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_17.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_39.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_40.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_29.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_32.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_7.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_3.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_2.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_5.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_44.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_19.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_2.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_2.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_17.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_46.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_10.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_18.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_9.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_11.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_32.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_10.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_14.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_3.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_5.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_11.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_16.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_8.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_7.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_12.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_8.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_10.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_9.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_7.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/stairways/1138_a.gif" align="center" onmouseover="tt_setWidth(100); Tip('Stairway to Urz Wastes (Hobgoblin Camp)');"></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_5.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_11.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_32.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_45.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_28.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_18.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_33.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_46.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_10.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_31.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_7.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_5.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_29.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_8.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_10.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_21.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_43.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_11.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_16.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_8.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_10.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_9.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_44.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_46.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_7.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_0.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_2.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_5.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_45.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_41.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_39.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_19.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_1.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_3.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_17.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_46.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_11.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_30.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_41.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_35.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_32.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_10.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_18.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_9.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_44.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_19.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_3.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_1.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_5.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_7.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_5.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_7.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_2.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_2.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_17.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_46.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_7.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_5.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_11.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_16.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_30.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_28.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_18.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_9.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_44.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_35.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_15.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_5.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_10.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_18.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_14.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/stairways/1137_b.gif" align="center" onmouseover="tt_setWidth(100); Tip('Stairway to Urz Wastes (Thicket)');"><img src="http://72.29.91.222/skin/player_tile.gif" title="You are here"></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_5.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_34.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_9.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_42.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_40.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_10.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_9.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_11.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_16.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_8.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_11.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_30.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_43.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_7.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_2.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_12.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_30.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_28.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_31.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_11.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_16.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_4.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_8.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_36.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_7.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_0.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_1.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_5.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_42.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_19.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_2.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_0.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/locations/1455.gif" align="center" onmouseover="tt_setWidth(200); Tip('A human fort.');"></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_5.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_44.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_41.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_28.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_33.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_37.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_43.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_10.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_6.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_9.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr><tr><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_50.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_47.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_49.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td><td width="40" height="40" background="http://72.29.91.222/tiles/34_48.gif" align="center"><center><table border=0 cellpadding=0 cellspacing="0" width="40" height="40" ><tr><td align="center"></td></tr></table></center></td></tr></table>
+
| {{tilePicture|34_37}}
</body>
+
| {{tilePicture|34_40}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_29}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_32}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_49}}
 +
| 2
 +
|-
 +
| 3
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_7}}
 +
| {{tilePicture|34_3}}
 +
| {{tilePicture|34_2}}
 +
| {{tilePicture|34_5}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_44}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_19}}
 +
| {{tilePicture|34_2}}
 +
| {{tilePicture|34_2}}
 +
| {{tilePicture|34_17}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_46}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_49}}
 +
| 3
 +
|-
 +
| 4
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_10}}
 +
| {{tilePicture|34_18}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_9}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_11}}
 +
| {{tilePicture|34_32}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_10}}
 +
| {{tilePicture|34_14}}
 +
| {{tilePicture|34_3}}
 +
| {{tilePicture|34_5}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_11}}
 +
| {{tilePicture|34_16}}
 +
| {{tilePicture|34_8}}
 +
| {{tilePicture|34_49}}
 +
| 4
 +
|-
 +
| 5
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_7}}
 +
| {{tilePicture|34_12}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_8}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_10}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_9}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_7}}
 +
| {{MapNote|image={{stairwayPicture|1138_a}}|target=Urz Wastes (Hobgoblin Camp)|type=A}}
 +
| {{tilePicture|34_5}}
 +
| {{tilePicture|34_48}}
 +
| 5
 +
|-
 +
| 6
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_11}}
 +
| {{tilePicture|34_32}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_45}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_28}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_18}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_33}}
 +
| {{tilePicture|34_46}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_10}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_31}}
 +
| {{tilePicture|34_48}}
 +
| 6
 +
|-
 +
| 7
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_7}}
 +
| {{tilePicture|34_5}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_29}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_8}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_48}}
 +
| 7
 +
|-
 +
| 8
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_10}}
 +
| {{tilePicture|34_21}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_43}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_11}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_16}}
 +
| {{tilePicture|34_8}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_10}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_9}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_44}}
 +
| {{tilePicture|34_46}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_49}}
 +
| 8
 +
|-
 +
| 9
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_7}}
 +
| {{tilePicture|34_0}}
 +
| {{tilePicture|34_2}}
 +
| {{tilePicture|34_5}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_50}}
 +
| 9
 +
|-
 +
| 10
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_45}}
 +
| {{tilePicture|34_41}}
 +
| {{tilePicture|34_39}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_19}}
 +
| {{tilePicture|34_1}}
 +
| {{tilePicture|34_3}}
 +
| {{tilePicture|34_17}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_46}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_11}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_30}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_41}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_35}}
 +
| {{tilePicture|34_32}}
 +
| {{tilePicture|34_49}}
 +
| 10
 +
|-
 +
| 11
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_10}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_18}}
 +
| {{tilePicture|34_9}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_44}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_19}}
 +
| {{tilePicture|34_3}}
 +
| {{tilePicture|34_1}}
 +
| {{tilePicture|34_5}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_7}}
 +
| {{tilePicture|34_5}}
 +
| {{tilePicture|34_48}}
 +
| 11
 +
|-
 +
| 12
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_7}}
 +
| {{tilePicture|34_2}}
 +
| {{tilePicture|34_2}}
 +
| {{tilePicture|34_17}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_46}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_7}}
 +
| {{tilePicture|34_5}}
 +
| {{tilePicture|34_48}}
 +
| 12
 +
|-
 +
| 13
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_11}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_16}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_30}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_28}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_18}}
 +
| {{tilePicture|34_9}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_44}}
 +
| {{tilePicture|34_35}}
 +
| {{tilePicture|34_15}}
 +
| {{tilePicture|34_5}}
 +
| {{tilePicture|34_47}}
 +
| 13
 +
|-
 +
| 14
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_10}}
 +
| {{tilePicture|34_18}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_14}}
 +
| {{MapNote|image={{stairwayPicture|1137_b}}|target=Urz Wastes (Thicket)|type=A}}
 +
| {{tilePicture|34_5}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_34}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_9}}
 +
| {{tilePicture|34_50}}
 +
| 14
 +
|-
 +
| 15
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_42}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_40}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_10}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_9}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_47}}
 +
| 15
 +
|-
 +
| 16
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_11}}
 +
| {{tilePicture|34_16}}
 +
| {{tilePicture|34_8}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_11}}
 +
| {{tilePicture|34_30}}
 +
| {{tilePicture|34_43}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_48}}
 +
| 16
 +
|-
 +
| 17
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_7}}
 +
| {{tilePicture|34_2}}
 +
| {{tilePicture|34_12}}
 +
| {{tilePicture|34_30}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_28}}
 +
| {{tilePicture|34_31}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_11}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_16}}
 +
| {{tilePicture|34_4}}
 +
| {{tilePicture|34_8}}
 +
| {{tilePicture|34_49}}
 +
| 17
 +
|-
 +
| 18
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_36}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_7}}
 +
| {{tilePicture|34_0}}
 +
| {{tilePicture|34_1}}
 +
| {{tilePicture|34_5}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_42}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_19}}
 +
| {{tilePicture|34_2}}
 +
| {{tilePicture|34_0}}
 +
| {{MapNote|image={{locationPicture|1455}}|target=Protecting the Supply Lines|type=Q}}
 +
| {{tilePicture|34_5}}
 +
| {{tilePicture|34_48}}
 +
| 18
 +
|-
 +
| 19
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_44}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_41}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_28}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_33}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_37}}
 +
| {{tilePicture|34_43}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_10}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_6}}
 +
| {{tilePicture|34_9}}
 +
| {{tilePicture|34_50}}
 +
| 19
 +
|-
 +
| 20
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_48}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_50}}
 +
| {{tilePicture|34_47}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_49}}
 +
| {{tilePicture|34_48}}
 +
| 20
 +
|-
 +
| &nbsp;
 +
| 0
 +
| 1
 +
| 2
 +
| 3
 +
| 4
 +
| 5
 +
| 6
 +
| 7
 +
| 8
 +
| 9
 +
| 10
 +
| 11
 +
| 12
 +
| 13
 +
| 14
 +
| 15
 +
| 16
 +
| 17
 +
| 18
 +
| 19
 +
| 20
 +
| 21
 +
| 22
 +
| &nbsp;
 +
|}
 +
</center>
  
<script language="JavaScript" type="text/javascript" src="wz_tooltip3.js"></script>
+
[[Category:Areas]]
</html>
+

Latest revision as of 05:31, 16 November 2021

Information

Shops and Stairs

Quests

Creatures

Map

  0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22  
0 34_49.gif 34_50.gif 34_49.gif 34_47.gif 34_48.gif 34_49.gif 34_48.gif 34_50.gif 34_49.gif 34_48.gif 34_48.gif 34_49.gif 34_47.gif 34_47.gif 34_50.gif 34_48.gif 34_49.gif 34_47.gif 34_48.gif 34_47.gif 34_47.gif 34_49.gif 34_48.gif 0
1 34_49.gif 34_11.gif 34_4.gif 34_4.gif 34_8.gif 34_48.gif 34_47.gif 34_47.gif 34_48.gif 34_45.gif 34_37.gif 34_37.gif 34_46.gif 34_50.gif 34_48.gif 34_45.gif 34_37.gif 34_37.gif 34_37.gif 34_37.gif 34_46.gif 34_47.gif 34_49.gif 1
2 34_48.gif 34_7.gif 34_2.gif 34_3.gif 34_17.gif 34_37.gif 34_37.gif 34_39.gif 34_37.gif 34_40.gif 34_49.gif 34_47.gif 34_29.gif 34_4.gif 34_4.gif 34_32.gif 34_48.gif 34_49.gif 34_50.gif 34_49.gif 34_36.gif 34_50.gif 34_49.gif 2
3 34_49.gif 34_7.gif 34_3.gif 34_2.gif 34_5.gif 34_47.gif 34_48.gif 34_36.gif 34_50.gif 34_44.gif 34_37.gif 34_37.gif 34_19.gif 34_2.gif 34_2.gif 34_17.gif 34_37.gif 34_46.gif 34_50.gif 34_47.gif 34_36.gif 34_50.gif 34_49.gif 3
4 34_48.gif 34_10.gif 34_18.gif 34_6.gif 34_9.gif 34_47.gif 34_11.gif 34_32.gif 34_49.gif 34_49.gif 34_50.gif 34_47.gif 34_10.gif 34_14.gif 34_3.gif 34_5.gif 34_49.gif 34_36.gif 34_49.gif 34_11.gif 34_16.gif 34_8.gif 34_49.gif 4
5 34_48.gif 34_47.gif 34_36.gif 34_50.gif 34_49.gif 34_50.gif 34_7.gif 34_12.gif 34_4.gif 34_4.gif 34_8.gif 34_50.gif 34_47.gif 34_10.gif 34_6.gif 34_9.gif 34_49.gif 34_36.gif 34_49.gif 34_7.gif
1138_a.gif
A
34_5.gif 34_48.gif 5
6 34_47.gif 34_11.gif 34_32.gif 34_50.gif 34_45.gif 34_37.gif 34_28.gif 34_6.gif 34_18.gif 34_6.gif 34_33.gif 34_46.gif 34_50.gif 34_50.gif 34_48.gif 34_48.gif 34_50.gif 34_36.gif 34_49.gif 34_10.gif 34_6.gif 34_31.gif 34_48.gif 6
7 34_49.gif 34_7.gif 34_5.gif 34_47.gif 34_36.gif 34_48.gif 34_48.gif 34_49.gif 34_36.gif 34_48.gif 34_48.gif 34_29.gif 34_4.gif 34_4.gif 34_4.gif 34_8.gif 34_49.gif 34_36.gif 34_50.gif 34_47.gif 34_48.gif 34_36.gif 34_48.gif 7
8 34_48.gif 34_10.gif 34_21.gif 34_37.gif 34_43.gif 34_47.gif 34_11.gif 34_4.gif 34_16.gif 34_8.gif 34_50.gif 34_10.gif 34_6.gif 34_6.gif 34_6.gif 34_9.gif 34_47.gif 34_44.gif 34_46.gif 34_47.gif 34_47.gif 34_36.gif 34_49.gif 8
9 34_49.gif 34_47.gif 34_36.gif 34_47.gif 34_49.gif 34_50.gif 34_7.gif 34_0.gif 34_2.gif 34_5.gif 34_48.gif 34_49.gif 34_49.gif 34_50.gif 34_47.gif 34_47.gif 34_50.gif 34_49.gif 34_36.gif 34_49.gif 34_49.gif 34_36.gif 34_50.gif 9
10 34_50.gif 34_45.gif 34_41.gif 34_39.gif 34_37.gif 34_37.gif 34_19.gif 34_1.gif 34_3.gif 34_17.gif 34_37.gif 34_46.gif 34_47.gif 34_11.gif 34_4.gif 34_4.gif 34_30.gif 34_37.gif 34_41.gif 34_37.gif 34_35.gif 34_32.gif 34_49.gif 10
11 34_48.gif 34_36.gif 34_48.gif 34_36.gif 34_50.gif 34_47.gif 34_10.gif 34_6.gif 34_18.gif 34_9.gif 34_48.gif 34_44.gif 34_37.gif 34_19.gif 34_3.gif 34_1.gif 34_5.gif 34_47.gif 34_48.gif 34_48.gif 34_7.gif 34_5.gif 34_48.gif 11
12 34_47.gif 34_36.gif 34_48.gif 34_36.gif 34_48.gif 34_50.gif 34_49.gif 34_47.gif 34_36.gif 34_48.gif 34_49.gif 34_47.gif 34_49.gif 34_7.gif 34_2.gif 34_2.gif 34_17.gif 34_37.gif 34_46.gif 34_47.gif 34_7.gif 34_5.gif 34_48.gif 12
13 34_49.gif 34_36.gif 34_47.gif 34_36.gif 34_50.gif 34_11.gif 34_4.gif 34_4.gif 34_16.gif 34_4.gif 34_4.gif 34_30.gif 34_37.gif 34_28.gif 34_6.gif 34_18.gif 34_9.gif 34_49.gif 34_44.gif 34_35.gif 34_15.gif 34_5.gif 34_47.gif 13
14 34_49.gif 34_36.gif 34_50.gif 34_36.gif 34_49.gif 34_10.gif 34_18.gif 34_6.gif 34_6.gif 34_14.gif
1137_b.gif
A
34_5.gif 34_47.gif 34_47.gif 34_48.gif 34_36.gif 34_48.gif 34_47.gif 34_50.gif 34_34.gif 34_6.gif 34_9.gif 34_50.gif 14
15 34_49.gif 34_42.gif 34_37.gif 34_40.gif 34_47.gif 34_48.gif 34_36.gif 34_50.gif 34_50.gif 34_10.gif 34_6.gif 34_9.gif 34_47.gif 34_47.gif 34_48.gif 34_36.gif 34_49.gif 34_47.gif 34_50.gif 34_36.gif 34_48.gif 34_50.gif 34_47.gif 15
16 34_50.gif 34_36.gif 34_48.gif 34_36.gif 34_47.gif 34_11.gif 34_16.gif 34_8.gif 34_50.gif 34_50.gif 34_48.gif 34_48.gif 34_50.gif 34_11.gif 34_30.gif 34_43.gif 34_50.gif 34_50.gif 34_50.gif 34_36.gif 34_50.gif 34_47.gif 34_48.gif 16
17 34_47.gif 34_36.gif 34_47.gif 34_36.gif 34_48.gif 34_7.gif 34_2.gif 34_12.gif 34_30.gif 34_37.gif 34_37.gif 34_37.gif 34_37.gif 34_28.gif 34_31.gif 34_47.gif 34_49.gif 34_11.gif 34_4.gif 34_16.gif 34_4.gif 34_8.gif 34_49.gif 17
18 34_50.gif 34_36.gif 34_49.gif 34_36.gif 34_49.gif 34_7.gif 34_0.gif 34_1.gif 34_5.gif 34_50.gif 34_47.gif 34_50.gif 34_50.gif 34_47.gif 34_42.gif 34_37.gif 34_37.gif 34_19.gif 34_2.gif 34_0.gif
1455.gif
Q
34_5.gif 34_48.gif 18
19 34_47.gif 34_44.gif 34_37.gif 34_41.gif 34_37.gif 34_28.gif 34_6.gif 34_6.gif 34_33.gif 34_37.gif 34_37.gif 34_37.gif 34_37.gif 34_37.gif 34_43.gif 34_50.gif 34_49.gif 34_10.gif 34_6.gif 34_6.gif 34_6.gif 34_9.gif 34_50.gif 19
20 34_50.gif 34_48.gif 34_50.gif 34_50.gif 34_49.gif 34_47.gif 34_50.gif 34_49.gif 34_48.gif 34_49.gif 34_49.gif 34_50.gif 34_47.gif 34_49.gif 34_49.gif 34_50.gif 34_50.gif 34_50.gif 34_50.gif 34_47.gif 34_49.gif 34_49.gif 34_48.gif 20
  0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22