function bump(link){
	var agree=confirm("You have selected a link that will take you to a website which is outside of this website. Products or services from other entities are not endorsed, nor is this site responsible for information contained in their Internet sites.");
	if (agree)
		document.location="http://" + link
}