// Dave Watkins Copyright Notice

// NOTE:
// To change the copyright notice just change the following line
szcpyrt = "Copyright &copy; 2001-2009 "

function copyrt() {
    document.write(szcpyrt);
	return true
	}

copyrt();

