// JavaScript Document
document.writeln('<a href="index.html">Home</a>');
document.writeln(' | <a href="com_pro.htm">About Us</a>');
document.writeln(' | <a href="urology.htm"> Urology</a> | ');
document.write('<a href="radiology.htm">Radiology</a>');
document.writeln(' | <a href="news.htm">News</a>');
document.writeln(' | <a href="contact.htm">Contact Us</a>');
document.writeln(' | <a href="sitemap.htm">Site Map</a><br>');
document.writeln('<font color="#00004A">&copy; 2003, PCK. All rights reserved.</font><br>');
document.writeln('<a href="mailto:sales@pckmed.com">sales@pckmed.com</a>');