// 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
}

// JavaScript External Link Spanish Exit Message
function exitMsgEs(){
     var answer = confirm("Usted ahora está saliendo de sitio de la cámara de los representantes de los E.E.U.U. Gracias por visitar. Ni esta oficina, cuyo sitio contiene el acoplamiento, ni la cámara de los representantes de los E.E.U.U. es responsable del contenido del sitio que usted está a punto de tener acceso.")

if (!answer)
return false;

return true;
//end of Exit Message
}
