<!--
function fp_webWarning() { 
	var d = document, retVal = true;

		if (d.ie4plus || d.ns4plus || d.op5plus) {
			retVal = confirm('Accessing this link will require you to go away.\n\nThis means:\nyou are leaving Breton Humors\nHave a nice surf.\n\nSee you soon.');
		}
		else {
			alert('Accessing this link will require you to go away.\n\nThis means:\nyou are leaving Breton Humors\nHave a nice surf.\n\nSee you soon.');
		}

	document.MM_returnValue = retVal;
}
//-->