function writeJS() {
var str='';
str+='<p class="small center">';
str+='    <a href="..\/abouthcv\/aboutsite.htm">&copy; 2006 HealthCare Vision, Inc., All rights reserved.<\/a> ';
str+='    <span class="print">';
str+='    :';
str+='    <a href="..\/abouthcv\/privacy.htm">Privacy<\/a> :';
str+='    <a href="..\/abouthcv\/contact.htm">Contact HCV <\/a>';
str+='    </span>';
str+='    <\/p>';
document.write(str);
}
writeJS();