



// <!-- Begin
var Message="doctor-hill.com ... We hope you find this website useful and welcome your feedback.";
var place=1;
function scrollIn() {
window.status=Message.substring(0, place);
if (place>= Message.length) {
place=1;
window.setTimeout("scrollOut()",300); 
} else {
place++;
window.setTimeout("scrollIn()",50); 
} 

}
// End -->
