function popup() {
	if (confirm('Warning. You have selected the current week, rather than the prior week which is currently being processed for payroll. Please be sure you have selected the proper Sunday week ending date before proceeding.'))
	return true;
	else
	return false;
}

