<!-- 
// Function that is called by the onclick command within the anchor tag
function LinkAlert () 
{
//The alert windon and the text that will appear is quoted \n makes a new line
alert ("You are now leaving First National Bank and Trust's website.  Any content contained in the site you are being directed to is not owned, maintained or endorsed by First National Bank & Trust.");
}
// -->
//Insert this into the page you are editing
//<script type="javascript" src="speedbump.js"></script>
//Insert this as the hyperlink (change values as needed)
//<a target="_blank" href="http://yahoo.com" onClick="LinkAlert()">