
<!-- hide
var time=new Date();
var year=time.getYear();
if (year < 2000)
year = year + 1900;
what = "Copyright &copy; 2006-";
why = " David A Williams All Rights Reserved";
document.writeln('<span style="font-family: Arial,Verdana,Ms Sans Serif,Tahoma; font-size: 11pt;">');
document.writeln(what + (year) + ' ' + why);
document.write('</span>');
// End -->
