<!--

function selectMemberFormLocation() {
 var agree=confirm("Are you a LIBOR member?");
 if (agree) {
  return "/files/pdfs/form-member.pdf";
 } else {
  return '/files/pdfs/2009IndustrySponsor.pdf';
 }
}
 
 // -->
