﻿function extLink() {
    var alertStr = "Please Note:  You have clicked on a link to a web site maintained by a third party and are about to leave the National Watermelon Promotion Board's web site. The Board provides this link as a convenience to you; the link should not be considered an endorsement by the Board of the third-party web site or the company who owns it. The Board is not responsible for the quality, safety, completeness, accuracy or nature of the content of the linked web site. To return to www.watermelon.org, simply close the new browser window.";
    var confStr = alertStr + "\n\nClick 'OK' to continue, or 'Cancel' to return to www.watermelon.org.";

    return confirm(confStr);
}
