
<!-- This script and many more are available online from -->
<!-- The JavaScript Source!! http://javascriptsource.com -->

<!-- Begin
var how_many_ads =8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.ogunquit.org";
alt="";
banner="ads/ogunquit1.jpg";
width="501";
height="73";
}
if (ad==2) {
url="http://www.finesthearth.com/";
alt="";
banner="ads/finest.jpg";
width="501";
height="73";
}
if (ad==3) {
url="http://www.salvationarmydonate.org";
alt="";
banner="ads/salvation.gif";
width="501";
height="73";
}
if (ad==4) {
url="http://www.museumofhumanbeings.com";
alt="";
banner="ads/museum_ad.gif";
width="501";
height="73";
}
if (ad==5) {
url="http://www.pipershores.com?site=portlandmag&place=VA09";
alt="";
banner="ads/piper.gif";
width="501";
height="73";
}
if (ad==6) {
url="http://www.tearsofthesea.com";
alt="";
banner="ads/tearsofsea.gif";
width="501";
height="73";
}
if (ad==7) {
url="http://www.autowerkesmaine.com";
alt="";
banner="ads/autowerkes.gif";
width="501";
height="73";
}
if (ad==8) {
url="http://www.thecolonyhotel.com";
alt="";
banner="ads/colony.jpg";
width="501";
height="73";
}


document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->

