var cText = ''

cText += '<BODY BGCOLOR=#F8F6FA>'

cText += '<center>'

cText += '<TABLE BGCOLOR=white BORDER=0 width="620" CELLSPACING="0" cellpadding="0">'
cText += ' <TR bordercolor=black align=center>'
cText += '  <TD><a href="index.html"><p>Home</a></TD>'
cText += '  <TD><a href="info.html"><p>Info & History</a></TD>'
cText += '  <TD><a href="people.html"><p>People </a></TD>'
cText += '  <TD><a href="contact.html"><p>Contact</a></TD>'
cText += '  <TD><a href="http://styxforlag.user-board.net/"><p>Forum</a></TD>'
cText += '  <TD><a href="order.html"><p>Order</a></TD>'
cText += '  <TD><a href="donate.html"><p><FONT COLOR=red>Donate!</font></a></TD>'

cText += ' </TR>'
cText += '</TABLE>'

cText += '<TABLE bgcolor=white Height="400" BORDER=0 width="620" CELLSPACING="5" cellpadding="0">'
cText += ' <TR>'
cText += '<MAP name="logo">'
cText += '  <AREA alt="Tracing ghost in the body" href="tgb/index.html" shape="RECT" coords="151, 31, 254, 40">'
cText += '  <AREA alt="the styx ptyx show" href="thestyxptyxshow/index.html" shape="RECT" coords="238, 53, 407, 65">'
cText += '  <AREA alt="Administration page at google" href="http://docs.google.com" shape="RECT" coords="560, 17, 597, 29">'
cText += '  <AREA alt="lifeclouds.org" href="http://www.lifeclouds.org" shape="RECT" coords="427, 27, 514, 40">'


cText += '    <IMG USEMAP="#logo" NAME="logga" VSPACE="0" Hspace="0" border=0 SRC="pix/logga.jpg" width="620" height="131" ALT="styx förlag">'
cText += '</map>'
cText += ''

cText += ' </TR>'
document.write(cText)
