// JavaScript Document

function Login() {	
	if (MD5(document.getElementById('password').value) == "4337db58d9a9ad44f31710aba5ab4f70") {
		window.location.href="http://www.dctaylor.com/qcc/qcc.htm";
	} else {
		window.location.href="http://www.dctaylor.com/";
	}
	return false;
}
