// JavaScript Document

tmpStr = '';
tmpStr += '<div id="topHat">';
tmpStr += '<div><a href="http://www.apokalypsos.com/index.html" target="_self"><img src="http://www.apokalypsos.com/images/tophat_logo.jpg" alt="Home" name="TophatLogo" width="22" height="21" border="0" align="absmiddle" id=<"TophatLogo" /></a> <a href="http://www.apokalypsos.com/index.html" target="_self">HOME</a> | <a href="http://apokalypsos.com/forum/" target="_self">FORUM</a> | <a href="http://apokalypsos.svnrepository.com/Apokalypsos/trac.cgi/" target="_blank">TRAC</a> | <a href="http://www.apokalypsos.com/community/" target="_self">JOIN US!</a></div>';
tmpStr += '<div id="flags">';
tmpStr += '<a id="flags-us" title="English" href="http://www.apokalypsos.com/"><span>US</span></a><a id="flags-de" title="Deutsch" href="http://www.apokalypsos.com/de"><span>DE</span></a>';
tmpStr += '</div>';
tmpStr += '</div>';


document.write(tmpStr);

