<!--
document.write("\r\n");
document.write("<H2 align=center>Relative Linking</H2>\r\n");
document.write("<BLOCKQUOTE><P align=justify>\r\n");
document.write("Do not include the http:// directive when linking to \r\n");
document.write("pages and images located on your server. This prevents \r\n");
document.write("most browsers from caching (storing data for reuse) \r\n");
document.write("and causes the information to be reloaded as your \r\n");
document.write("readers navigate around your site.</P>\r\n");
document.write("<P>Instead use a relative link like so:</P>\r\n");
document.write("<P><FONT color=\"#0000CC\">\r\n");
document.write("&lt;A href=\"my_next_page.html\"&gt;</FONT></P>\r\n");
document.write("</BLOCKQUOTE>\r\n");
document.write("<P align=center>This tip courtesy of<BR>\r\n");
document.write("<SMALL><A href=\"http://paradigmwebdesign.net/\">Paradigm Web Design</A></SMALL><P>\r\n");
// -->
