
	 	
<!-- Code after this will be ignored by older browsers

// Assign the last modified date to the variable lastmoddate
var lastmoddate = document.lastModified;
// Create an if statement to test the value of lastmoddate
if(lastmoddate == 0)
 { 
   document.writeln("Lastmodified: Unknown<BR>&copy;Chuck's Web Design");
 }
else
{  document.writeln("Last Modified: " + lastmoddate + "<BR>&copy;");

}
// Stop Hiding Code Here -->

