<!-- Begin
var how_many_listings = 4;
var now = new Date()
var sec = now.getSeconds()
var listings = sec % how_many_listings;
var text1
var title
listings +=1;
if (listings==1) {
url="windham.html";
alt="Windham Country Club";
image="images/windham-featured.jpg";
title="Windham Country Club";
text1 = "a challenging layout located in Southernmost New Hampshire. The course first opened in 1994 and will test your shotmaking ability all the way around. Windham has what is said to be the toughest 3 back-to-back holes in the state (holes #3-5). The signature hole is #3, a par 3 over water that is also guarded by bunkers.";

}
if (listings==2) {
url="sagamorehampton.html";
alt="Sagamore-Hampton Golf Club";
image="images/sagamore-featured.jpg";
title="Sagamore-Hampton Golf Club";
text1 = "<i>DAILY FEE GOLF SINCE 1962</i><br>A beautiful 18-hole course set in New Hampshire's Seacoast region. The friendly atmosphere and open, rolling fairways of this former farm make this a popular course for golfers of all abilities.";
}

if (listings==3) {
url="pheasantridge.html";
alt="Pheasant Ridge Country Club";
image="images/pheasantridge-featured.jpg";
title="Pheasant Ridge Country Club";
text1 = "Picturesque Lake Winnipesauke provides the backdrop for Pheasant Ridge Country Club. Recently extended to 18 holes, Pheasant Ridge is a mostly open course that will let you enjoy the terrific views of Lake Winnipesauke and the surrounding mountains.";
}

if (listings==4) {
url="candia.html";
alt="Candia Woods Golf Links";
image="images/candia-featured.jpg";
title="Candia Woods Golf Links";
text1 = "18 hole course conveniently located just northeast of Manchester. Though fairly long, the open layout of the course will help novice golfers. More advanced players will enjoy the challenging par 3/'s and several doglegs on the course.";
}

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 -->
