// JavaScript External Link Exit Message
function exitMsg(){
     var answer = confirm("You are now leaving the U.S. House of Representatives Web site. Thank you for visiting. Neither this office, whose site contains the link, nor the U.S. House of Representatives is responsible for the content of the non-House site you are about to access.")

if (!answer)
return false;

return true;
}
//end of Exit Message
