function postMethods() {
	if ($('#pay_ship input:checked').length == 2)
		$('#pay_ship').submit();
}