
		<!-- 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; 2009 Copyright MRA Enterprises, Inc.")
   			}
			else
			{
   				document.writeln("LastModified: " + lastmoddate + "<BR>&copy; 2009 Copyright MRA Enterprises, Inc.")
			}
		// Stop Hiding Code Here -->
