function byebyewin(){
windowLeaving=window.open("",'Leaving','toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,resizable=1,width=400,height=200');
windowLeaving.document.writeln("<head><title>Goodbye!</title></head><body bgcolor='blue' text=white>"); 
windowLeaving.document.writeln("<h2><center>THANK YOU</h2> ");
windowLeaving.document.writeln("<h4><center>for your visit to the</h4> ");
windowLeaving.document.writeln("<h2>OLSON MEMORIAL CLINIC</h2> ");
windowLeaving.document.writeln('<h4><center>Web Site</center></h4> ');
windowLeaving.document.writeln('</a>');
windowLeaving.setTimeout("self.close()",4000); 
}
