function downloadECOW() {
	var agree = document.getElementById('agree');
	if (agree.checked == true) {
		var newDiv = document.createElement(newDiv);
        newDiv.innerHTML = '/&#112;&#108;&#097;&#110;&#110;&#105;&#110;&#103;/&#099;&#111;&#109;&#109;&#117;&#110;&#105;&#116;&#121;/&#101;&#099;&#111;&#119;/&#112;&#100;&#102;/&#101;&#099;&#111;&#119;&#046;&#112;&#100;&#102;';
		window.location = newDiv.innerHTML;
	} else {
		alert("You must agree to the terms to download E-COW Training.");
	}
}