function confirmExternalLink(url){
	if (confirm("You are leaving the S&W website.  Del Monte Foods is not responsible for the content on any other website.  You must disable popup blocking to view this article.")){
		window.open(url,"article");
	}
}