function bump(weather){
	var agree=confirm("By following this link, note that you are leaving the First National Bank of Baldwin County website.");
	if (agree)
		document.location="http://" + weather
}
function bump2(check){
	var agree=confirm("By following this link, note that you are leaving the First National Bank of Baldwin County website.");
	if (agree)
		document.location= check
}
