function dispFooterInfo()
{
	var dt = new Date();
	document.writeln("&copy;"+dt.getFullYear()+" Glenn Davis Group");
	
}

dispFooterInfo();
