<!-- Hide from old browsers
function writePageHeading(hdg, ctr) {
 document.write('<table cellspacing=\"0\" cellpadding=\"0\" ');
 document.write((ctr==1)?'align=\"center\"':'align=\"left\"');
 document.write('><tr><td style=\"padding-left:');
 if(ctr!=1){document.write('3');}
 document.write('0px;font-size:20pt; color:navy\">');
 document.write(hdg);
 document.writeln('<\/td><\/tr><\/table>');
}
//-->
