<script language="JavaScript">
<!--
document.write("<p>");
document.write("Hello World!");
document.write("</p><p>");
document.write("<b>bolded</b>");
document.write("</p><p>");
document.write("<i>italicized</i>");
document.write("</p><p>");
document.write("<font style='color: #cc3333'>different color</font>");
document.write("</p><p>");
document.write("<a href='../../Simple Labs/myFavorites/myFavorites.htm' target='_blank'>myFavorites.htm</a>");
document.write("</p>");
-->
</script>