document.write("<br>This page is<p>");
document.write('<center><table bgcolor="red" color="yellow">');
document.write('<tr><th>');
document.write("<blink><b><center><font color=yellow>");
//document.write("Best viewed <em>without</em><s> JavaScript</s>");
document.write("<em>Best</em> viewed <em>");
document.write('<a href="/uwe/js/no.html">without</a>');
document.write("<s> JavaScript</s>");
document.write("</center></b></blink><br>");
document.write('</th></tr>');
document.write('<tr><th><small>(just turn it off)</small></th></tr>');
document.write('</table></center>');
document.write('<hr color=red>');

