function header(){
document.write('');
document.write('<HTML>');
document.write('  <HEAD>');
document.write('    <TITLE>');
document.write('      Jbum 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="Jbum news" href="all.rss">');
document.write('  </HEAD>');
document.write('  <BODY bgcolor="#ffffcc">');
document.write('<table width="100%" border=0><tr><td>');
document.write('<img src=http://jadn.com/jbum/jbum.gif align=left>');
document.write('<font size=+2><b>Jbum</b></font> is an application (Webstart or jar) that takes a directory of images and turns them into a page of HTML. It generates thumbnails and supports rotating, reordering, captioning, spellchecking, and styling.');
document.write('<p>Please provide <a href=mailto:bob@jadn.com?subject=jbum-feedback>feeback</a>, it helps improve jbum!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Follow Jbum updates via <a href=all.rss>RSS</a> or subscribe to the <a href="http://freshmeat.net/projects/jbum/">jbum freshmeat project</a> and get emails');
document.write('</td></tr></table>');
document.write('<table border=0>');
document.write('  <tr><td width=120  valign=top bgcolor="#ffddcc">');
document.write('    <a href=http://jbum.sf.net>Home</a><br>');
document.write('    <a href=sample.html>Sample Output</a><br>');
document.write('    <a href=screen.html>Screenshots</a><br>');
document.write('    <a href=download.html>Download</a><br>');
document.write('    <a href=credits.html>Credits</a><br>');
document.write('    <a href=http://sourceforge.net/donate/index.php?group_id=65270>Donate</a><br>');
document.write('    <a href=http://jadn.com/~bob/>Author</a><br>');
document.write('    <a href=mailto:bob@jadn.com?subject=jbum>Feedback</a>');
document.write('    <p>&nbsp;');
document.write('        <p>&nbsp;');
document.write('            <A href="http://sourceforge.net/projects/jbum" border=0>');
document.write('        <IMG src="sflogo.png" width="88" height="31" border=0></A>');
document.write('        <p>&nbsp;');
document.write('            <A href="http://freshmeat.net/projects/jbum/" border=0>');
document.write('        <IMG src="freshmeat.gif" width="98" height="68" 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>');

}

