// JavaScript Document
document.write('<table width="200px" align="center" border="0" cellspacing="10" cellpadding="0">')
document.write('	<tr>')
document.write('		<td id="back"><a href="javascript:history.back()">Back</a></td>')
document.write('		<td id="top"><a href="javascript:self.scrollTo(0,0)">Top</a></td>')
document.write('		<td id="home"><a href="./index.html">Home</a></td>')
document.write('	</tr>')
document.write('</table>')


