<!--		24/09/2009		jmfooter.js -->

//alert('screenIw='+screenIw()+'\n'+'screenAw='+screenAw());

document.writeln('<div class="dcell" width="100%"></div>');
document.writeln('<div align="center" width="100%">');

/* JMP COPYRIGHT ADDRESS */
document.writeln(''
	+copyPrompt()
	+'<br />'
	+$docWww
	+docEmail()
	//+emailButton()
	);

//WEB AUTHOR TABLE
document.writeln('<p><small><b>Last Update:</b>&nbsp;'+(document.lastModified)
	+'<br /><b>Web architecture:</b> '
	+'<a href="http://svenlangebeck.com/slemail.htm?subject='+parent.document.URL+'" target="_blank" title="Email Sven Langebeck">Sven&nbsp;Langebeck');
if(screenIw()<250) {document.write('<br />');}
document.writeln('</a> Melbourne Australia</small></p>');
//if(!screenIw()<250) {document.writeln('<br />');}

/* BACK/TOP TABLE*/
document.writeln('<table class="noprint" width="100%" cellspacing="0" cellpadding="0"><tr valign="top"><td align="left" width="20%">'
	+'<a href="javascript:goBack();">'
	+'<img src="'+back_arrow.src+'" alt="Go Back to Previous Page" hspace="10" vspace="5" /></a>'
	+'<a href="#top" title="Go to Top of Page" onClick="document.location.replace(document.location.href);return false;">'
	+'<img src="'+toplo.src+'" alt="Go to Top of Page" hspace="10" vspace="5" /></a><br /></td>');
if(screenIw()<300) {document.writeln('</tr><tr>');}
document.writeln('<td align="center">');
document.writeln('<br /><form class="pbutton" action="" title="Click to go to Jacqueline Mitelman Home Page" onSubmit="parent.document.location.replace(\''+homeUrl+'\');return false;"><input type="submit" value="Home"></input></form>');
if(screenIw()>=300) {document.writeln('</td><td width="20%"><br />');}
document.writeln('</td></tr></table>');

document.writeln('</div>');

