
// 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 ("Please be advised that by following this link, you are now leaving the Pharmacy Alternatives (PAL) web site and going to an external web site not operated by Pharmacy Alternatives (PAL).");
}
