function writeMember(){ document.write (" "); document.write (" "); document.write (" "); document.write (" "); }else{ document.write (" "); } document.write (" "); document.write (" "); document.write (" "); document.write (" "); document.write (" "); document.write (" "); document.write ("
" + member_name + ""); if (bio_url != "") { document.write (" · "); document.write (" BIO ") document.write ("
"); document.write (" " + employer + "
"); document.write (" " + address_line1 + "
"); document.write (" " + address_line2 + "
"); if (address_line3 != "") { document.write (" " + address_line3 + "
"); } document.write (" business: " + business_number + "
"); document.write (" fax: " + fax_number+ "
"); //attempting to hide addresses from bots---bad, evil robots. document.write (" email"); document.write ("
"); } //WRITES LIAISONS ON MEMBERS PAGE function writeLiaison(){ document.write (" "); document.write (" "); document.write (" "); document.write (" "); document.write (" "); document.write (" "); document.write (" "); document.write (" "); document.write (" "); document.write ("
"); document.write (" " + member_name + "
"); document.write (" " + liaison_to + "
"); document.write ("
"); if (employer != "") { document.write (" " + employer + "
"); } document.write (" " + address_line1 + "
"); document.write (" " + address_line2 + "
"); if (address_line3 != "") { document.write (" " + address_line3 + "
"); } document.write (" business:" + business_number + "
"); document.write (" fax: " + fax_number+ "
"); //attempting to hide addresses from bots---bad, evil robots. document.write (" email"); document.write ("
"); } //WRITES INDEX UPDATE ON HOME.SHTML function writeUpdateHTML(){ i++; if (i%2 == 0){ bg_color = "#ffffff"; ln_color ="#FFEFEF"; }else{ bg_color = "#FFEFEF"; ln_color = "#ffffff"; } document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write("
"); document.write(" " + article_date + ""); document.write("
"); document.write(" "); document.write(" "+ article_title + ""); document.write(" "); document.write("
"); document.write("
"); } function writeRecentArticle(){ article_date = "12/7/2006"; article_title = "Letters from Local and State Bars re: H.R. 3013 - the\"Attorney-Client Privilege Protection Act of 2007\""; article_url= "materials/stateandlocalbar/home.shtml"; writeUpdateHTML (); article_date = "3/08/2007"; article_title = "Statement of Karen J. Mathis Before the House Subcommittee on Crime, Terrorism, and Homeland Security Concerning 'The McNulty Memorandum's Effect on the Right to Counsel in Corporate Investigations'"; article_url= "materials/082/082.pdf"; writeUpdateHTML (); article_date = "2/21/2007"; article_title = "Letter on Behalf of the ABA to CalPERS from R. William Ide, III, Chair of the ABA Task Force on Attorney-Client Privilege"; article_url= "materials/080/080.pdf"; writeUpdateHTML (); article_date = "2/15/2007"; article_title = "Comment Letter from Kim J. Askew, Chair of the ABA Section of Litigation, regarding the ABA's views on proposed FRE 502(b)"; article_url= "materials/079/079.pdf"; writeUpdateHTML (); article_date = "2/15/2007"; article_title = "Comment Letter from R. William Ide, III, Chair of the ABA Task Force on Attorney-Client Privilege, regarding the ABA's views on certain other aspects of proposed FRE 502, including a proposed new subsection on "Effect of Disclosure of Factual Summaries of Internal Investigations""; article_url= "materials/078/078.pdf"; writeUpdateHTML (); } function writeRelatedArticles(){ if (i < 10) { article_url= "materials/00" + i + "/" + "00" + i + ".pdf"; }else{ switch (i){ case 63: article_url = "/buslaw/attorneyclient/materials/hod/emprights_recommendation_adopted.pdf"; break; case 62: article_url = "/buslaw/attorneyclient/materials/hod/emprights_report_adopted.pdf"; break; case 61: article_url = "/buslaw/attorneyclient/materials/hod/0806_recommendation.pdf"; break; case 60: article_url = "/buslaw/attorneyclient/materials/hod/0806_report.pdf"; break; case 57: article_url = "http://www.abanet.org/media/releases/news050506.html"; break; case 55: article_url = "http://www.abanet.org/media/releases/opedattorneyclient.html"; break; case 54: article_url = "http://www.abanews.org/statementsletters/sttwaiver.html"; break; case 53: article_url = "http://www.abanews.org/releases/news030606.html"; break; default: article_url= "materials/0" + i + "/" + "0" + i + ".pdf"; } } document.write("
  • "); if (article_size != "") { document.write(" " + article_title + "
    (" + article_size + "b) "); }else{ document.write(" " + article_title + " "); } document.write("   Date: " + article_date + " "); document.write("
  • "); } document.write(""); function writeMonth(themonth){ document.write(" "); document.write("
    "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write("
     "); document.write(" " + themonth + ""); document.write("  
    "); document.write("