/* Technically, this is dch_pagehead2.1. If you don't want to include a "committeepage" var, leave that blank (i.e. writeExtCommitteeHead ("Uniform Commercial Code", "", "CL710000"); and it will take that colon out of the pagetitle. Exciting! */ function writeExtCommitteeHead (committeename, committeepage, committeecode) { var committeename; var committeepage; var pagetitletext; if(committeepage == ''){ pagetitletext = committeename; }else { pagetitletext = committeename + ": " + committeepage; } document.write("
"); document.write("

ABA Business Law Section

"); document.write("
"); document.write("
"); document.write("

"+ pagetitletext +"

"); document.write(""); document.write("Back to Main Committee Page

"); }