
<!-- 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: Verdana,Arial,Ms Sans Serif,Tahoma; font-size: 10pt;">');
document.writeln(what + (year) + ' ' + why);
document.write('</span>');
// End -->

