// JavaScript Document
document.write ('<div id="bottomlinks"><a href="index.asp">home</a>  | ') 
document.write ('<a href="features.htm">features</a>  |  ')
document.write ('<a href="screen.htm">screen captures</a>  |  ')
document.write ('<a href="pricing.htm">pricing</a>  |  <a href="casestudies.htm">case study</a>  |  ')
document.write ('<a href="company.htm">company </a>  |  <a href="contactus.asp">contact us</a> ')
document.write ('</div>')
