//Inserts the footer of every page


//footer HTML
var line1= "2315 W. Augusta Blvd. + Chicago, Illinois 60622 + Phone (773) 235-3575 + Fax (773) 235-3810 + <a href=\"mailto:%73%74%68%65%6c%65%6e%40%61%72%63%68%63%68%69%63%61%67%6f%2e%6f%72%67\">&#115;&#116;&#104;&#101;&#108;&#101;&#110;&#64;&#97;&#114;&#99;&#104;&#99;&#104;&#105;&#99;&#97;&#103;&#111;&#46;&#111;&#114;&#103;</a>"




document.write ("<tr><td colspan=3><Center><p>" +line1 +"</p></Center></td></tr>");



