
function ifAgreed()
{
	if (document.getElementById("accept").checked)
	  location.href ='check_out';
	else
	  alert ("Please review and agree to our terms & conditions before we process your order");
}