
<!-- Original:  Daniel Farmer (danfarmer@hotmail.com) -->
<!-- Web Site:  http://www.mp3.com/protoculture -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
if (screen.height >= 768 && screen.width >= 1024) {
document.write("<img src='images/header.jpg' width=821 height=109 border=0 alt='taverns central maine'>");
}
else {
if (screen.height == 600 && screen.width == 800) {
document.write("<img src= 'images/header800.jpg' width=773 height=84 border=0 alt='taverns central maine'>");
}
else {
document.write("<img src= 'images/header.jpg' width=821 height=109 border=0 alt='taverns central maine'>");
   }
}
//  End -->
