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 California Avocado Commission's web site. The Commission provides this link as a convenience to you; the link should not be considered an endorsement by the Commission of the third-party web site or the company who owns it. The Commission is not responsible for the quality, safety, completeness, accuracy or nature of the content of the linked web site. To return to www.avocado.org, simply close the new browser window.";
var confStr=alertStr+"\n\nClick 'OK' to continue, or 'Cancel' to return to www.avocado.org now.";
function  extLink() {
  return confirm(confStr);
}