document.write('				</TD>');
document.write('				<TD width="15">&nbsp;</TD>');
document.write('				<TD width="150">');
document.write('					<img src="" width="150" height="0"><br>');
document.write('					<A HREF="index.html">Takeabreak home</A><BR><BR>');
document.write('					<A HREF="index.html#screen">Screenshots</A><BR><BR>');
document.write('					<A HREF="pain.html">Computer-related pain</A><BR><BR>');
document.write('					<A HREF="exercises.html">Exercises</A><BR><BR>');
document.write('					<A HREF="download.html">Download 30-day trial</A><BR><BR>');
document.write('					<A HREF="buy.html">Buy</A><BR><BR>');					
document.write('					<A HREF="license.html">License</A><BR><BR>');					
document.write('					<A HREF="login.php">Customer login</A><BR><BR>');					
function fixUglyIE()
{
	for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
	document.onmousedown = fixUglyIE;
}
document.write('				</TD>');
document.write('			</TR>');
document.write('			</TABLE>');
document.write('		</TD>');
document.write('	</TR>');
document.write('	</TABLE>');
document.write('	<CENTER>');
document.write('<font size="-2">');
	var datumet=new Date(document.lastModified),temp1=datumet.getMonth()+1,temp2=datumet.getDate();
	(temp1<10)?temp1="0"+temp1:x=0,(temp2<10)?temp2="0"+temp2:x=0;
	document.write("Updated "+datumet.getFullYear()+"-"+temp1+"-"+temp2);
	document.write('</font>');
document.write('	</CENTER>');
document.write('</BODY>');
document.write('</HTML>');
