
// onclick="popupMsg()" onkeypress="popupMsg()"

function popupMsg() {
  alert("You are now leaving the U.S. House of Representatives web site.\n\nNeither Congresswoman Berkley nor the U.S. House of Representatives is responsible for the content of the site you are going to.");
}


function popupInvite()
{
   window3=window.open('popup/invite2.html','popup','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=610')
}