document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
  + '<html xmlns="http://www.w3.org/1999/xhtml">'
  + '<head>'
  + '    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />'
  + '    <title>Jungletalk</title>'
  + '    <style type="text/css">'
  + '    body {'
  + '        font: 11px tahoma;'
  + '        background: #ffffff;'
  + '        margin: 0;'
  + '        padding: 0px;'
  + '    }    '
  + '    </style>'
  + ' <link rel="stylesheet" type="text/css" href="index.css" />'
  + '    <script type="text/javascript" src="ie5.js"></script>'
  + '    <script type="text/javascript" src="DropDownMenuX.js"></script>'
  + '</head>'
  + ''
  + '<body>'
  + '    <div align="center">'
  + '    <table cellspacing="0" cellpadding="0" id="menu1" class="ddmx" width="100%" bgcolor="#ffffff">'
  + '  	   <tr>'
  + '        <td width="100%" align="left" colspan="11" height="50">'
  + '        <table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0" background="images/titlebg.jpg" height="60">'
  + '			<tr>'
  + '				<td width="31%" align="center" rowspan="2">'
  + '				<img border="0" src="images/Jt.gif" width="282" height="64" alt="Jungletalk"></td>'
  + '				<td width="53%" align="center" valign="bottom" height="40">'
  + '				<img border="0" src="images/T1.gif" width="441" height="20" vspace="8" hspace="10" alt="Jungletalk"></td>'
  + '				<td width="7%" align="center" valign="bottom" rowspan="2"></td>'
  + '				<td width="9%" rowspan="2">'
  + '				<img border="0" src="images/buterfly.gif" width="54" height="52" alt="Jungletalk"></td>'
  + '			</tr>'
  + '			<tr>'
  + '				<td width="53%" align="center" valign="top">'
  + '				<img border="0" src="images/T2.gif" width="173" height="23" alt="Jungletalk"></td>'
  + '			</tr>'
  + '		</table>'
  + '        </td>'
  + '    </tr>	    '
  + '    <tr>'
  + '        <td width="8%" align="left"bgcolor="#000000">'
  + '        </td>'
  + '        '
  + '        <td width="10%" align="left" bgcolor="#000000">'
  + '            <a class="item1" href="index.htm">Home</a>'
  + '        </td>'
  + '        <td width="10%" align="left" bgcolor="#000000">'
  + '            <a class="item1" href="seb.htm">About Seb</a>'
  + '        </td>'
  + '        <td width="10%" align="left" bgcolor="#000000">'
  + '            <a class="item1" href="javascript:void(0)">Seb\'s animals</a>'
  + '            <div class="section">'
  + '                <a class="item2" href="animals_mammals.htm">Mammals</a>'
  + '                <a class="item2" href="animals_reptiles.htm">Reptiles &amp; amphibians</a>'
  + '                <a class="item2" href="animals_birds.htm">Birds</a>'
  + '                <a class="item2" href="animals_inverts.htm">Invertebrates</a>'
  + '            </div>'
  + '        </td>'
  + '        <td width="10%" align="left" bgcolor="#000000">'
  + '            <a class="item1" href="javascript:void(0)">Encounters</a>'
  + '            <div class="section">'
  + '                <a class="item2" href="parties.htm">Parties</a>'
  + '                <a class="item2" href="education.htm">Education</a>'
  + '                <a class="item2" href="corporate.htm">Corporate events</a>'
  + '            </div>'
  + '        </td>'
  + '        <td width="10%" align="left" bgcolor="#000000">'
  + '            <a class="item1" href="javascript:void(0)">Skunks!</a>'
  + '            <div class="section">'
  + '                <a class="item2" href="skunks_general.htm">General information</a>'
  + '                <a class="item2" href="skunks_pets.htm">Skunks as pets</a>'
  + '                <a class="item2" href="skunks_sale.htm">Skunks for sale</a>'
  + '                <a class="item2" href="skunks_care.htm">Care sheet</a>'
  + '            </div>'
  + '        </td>'
  + '        <td width="10%" align="left" bgcolor="#000000">'
  + '            <a class="item1" href="guestbook/index.php">Guestbook</a>'
  + '        </td>        '
  + '        <td width="10%" align="left" bgcolor="#000000">'
  + '            <a class="item1" href="latest.php">Latest news</a>'
  + '        </td>'
  + '        <td width="10%" align="left" bgcolor="#000000">'
  + '            <a class="item1" href="contact.htm">Contact</a>'
  + '        </td>'
  + '        <td width="10%" align="left" bgcolor="#000000">'
  + '            <a class="item1" href="links.htm">Links</a>'
  + '        </td>'
  + '   '
  + '        <td width="2%" align="left" bgcolor="#000000">'
  + '        </td>'
  + '      </tr>    '
  + '    </table>'
  + '    '
  + '    </div>'
  + '    <script type="text/javascript">'
  + '    var ddmx = new DropDownMenuX(\'menu1\');'
  + '    ddmx.delay.show = 0;'
  + '    ddmx.delay.hide = 400;'
  + '    ddmx.position.levelX.left = 2;'
  + '    ddmx.init();'
  + '    </script>'
  + '</body>'
  + '</html>'
  + '');