// JavaScript Document // Use for .gov hyperlink //onlclick=externalLinkMsg() function externalLinkMsg() { window.alert ("You are now leaving the Department of Veterans Affairs Website."); } // Use for non .gov hyperlink //onlclick=nonGovLinkMsg() function nonGovLinkMsg() { window.alert ("You are now leaving the Department of Veterans Affairs Website. VA does not endorse and is not responsible for the content of the linked website."); }