function header(){
document.write('');
document.write('<HTML>');
document.write('  <HEAD>');
document.write('    <TITLE>');
document.write('      Jblog home page');
document.write('    </TITLE>');
document.write('   <LINK REL="icon" HREF="i/weebob.jpg" TYPE="image/jpg">');
document.write('   <LINK rel="alternate" type="application/rss+xml" title="jblog news" href="all.rss">');
document.write('  </HEAD>');
document.write('  <BODY bgcolor="#ffffff">');
document.write('<table width="100%" border=0 cellpadding=20><tr><td width="100%">');
document.write('<img src=jblog.png width=306 height=58 align=left>');
document.write('<br>is a simple blogger deployed as a WAR file');
document.write('</td><td><a href=all.rss>all.rss</a></td></tr></table>');
document.write('<table border=0>');
document.write('  <tr><td width=120  valign=top bgcolor="#bfffba">');
document.write('    <a href=http://jblog.sf.net>Home</a><br>');
document.write('    <a href=overview.html>Overview</a><br>');
document.write('    <a href=howitworks.html>How it works</a><br>');
//document.write('    <a href=sample.html>Sample Output</a><br>');
document.write('    <a href=download.html>Download</a><br>');
document.write('    <a href=http://jadn.com/~bob/>Author</a><br>');
document.write('    <a href=http://sourceforge.net/donate/index.php?group_id=70734>Donate</a>');
document.write('    <p>&nbsp;');
document.write('        <p>&nbsp;');
document.write('            <A href="http://sourceforge.net/projects/jblog" border=0>');
document.write('        <IMG src="sflogo.png" width="88" height="31" border=0></A>');
document.write('');
document.write('<td>');

}

function footer(){
document.write('</td></tr>');
document.write('</table>');
document.write('<hr>');
document.write('  </BODY>');
document.write('</HTML>');

}

