// JavaScript Document
// 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 about to leave this site and travel to the FSA site.  We have no control or responsibility for the pages you are about to access, or to where any subsequent links may take you.");
}
// -->