var tmpStr = '';


tmpStr += '<img src="/images/blank.gif" width="1" height="30" border="0" alt=""><br>';
tmpStr += '<map name="navbar">';
tmpStr += '<area alt="UO.com" coords="35,0,91,23" href="http://www.uo.com" shape="RECT">';
tmpStr += '<area alt="News" coords="186,0,241,25" href="index.shtml" shape="RECT">';
tmpStr += '<area alt="Screenshots" coords="320,0,408,29" href="screens.html" shape="RECT">';
tmpStr += '</map>';
tmpStr += '<img src="images/navbar.gif" width="442" height="21" border="0" alt="" usemap="#navbar"><br>';
tmpStr += '<img src="/images/blank.gif" width="1" height="30" border="0" alt="">';


document.write(tmpStr);
