function check_confirm() {
	alert($('iagree').checked);
	return false;
}