function homeForm() {

	if ($('#hp1').is(':checked') || $('#hp2').is(':checked') || $('#hp3').is(':checked')) {
		return true;
	} else {
		alert('You didn\'t select your second set of GroPoles for half price!\n\nPlease make a selection below.');
		return false;
	}
}
