<!-- Begin
var how_many_listings = 5;
var now = new Date()
var sec = now.getSeconds()
var listings = sec % how_many_listings;
var text1
var title
listings +=1;
if (listings==1) {
url="mtwashington.html";
alt="Mount Washington Hotel";
image="images/mtwashington-featured.jpg";
title="Mount Washington Hotel";
text1 = "If you are looking for golf amidst breathtaking mountain views, the Mount Washington Hotel &amp; Resort is the place for you. The Mount Washington Resort has 27 challenging holes in the shadow of New Hampshire's magnificent Presidential Range.";

}
if (listings==2) {
url="denbrae.html";
alt="Den Brae Golf Course";
image="images/denbrae-featured.jpg";
title="Den Brae Golf Course";
text1 = "a great find in the beautiful Lakes Region. The course offers a friendly atmosphere combined with a well maintained, challenging course. Though &quot;only&quot; 9 holes, the diversity of its holes will give you many different looks as you play your way around the course.";
}

if (listings==3) {
url="ccofnh.html";
alt="Country Club of New Hampshire";
image="images/ccofnh-featured.jpg";
title="Country Club of New Hampshire";
text1 = "Consistently rated one of the best courses in the state, Country Club of New Hampshire is an easily accessible, great playing course. The fairways meander through picturesque, wooded foothills. The front nine is fairly level while the back nine is more hilly.";
}

if (listings==4) {
url="bethlehemcc.html";
alt="Bethlehem Country Club";
image="images/bcc-featured.jpg";
title="Bethlehem Country Club";
text1 = "provides golfers a chance to play a historic municipal course in a beautiful vacation setting. The friendly staff make you feel welcome. Enjoy a relaxed round of golf, followed by a light lunch and cold drink from the snack bar. Spend some time on the deck overlooking the mountains. Stay-and-play golf packages available with select area lodgings.";
}



if (listings==5) {
url="crotchedmountain.html";
alt="Crotched Mountain Resort";
image="images/torypinesgolf.jpg";
title="Crotched Mountain Resort";
text1 = "- set amid the tremendous views of the Monadnock region, and in particular has views of Mount Monadnock, said to be the second most climbed mountain in the world (after Japan\'s Mt. Fuji). Fairways follow the gentle rolling terrain of the Monadnock region, and streams, ponds, and woods may provide more than just aesthetics.";
}

document.write('<a href=\"' + url + '\" target=\"_self\"><img src=\"' + image + '\" border=\"0\" alt=\"' + alt + '\" align=\"left\" width=\"100\" height=\"100\" style=\"margin-right:5;margin-bottom:2\"><b>' + title + '</b></a><br> - ' + text1 + '&nbsp; &nbsp; <a href=\"' + url + '\" target=\"_self\">More Information</a></p>');

// End -->
