www.signupgenius.com
Open in
urlscan Pro
2606:4700:10::6816:939
Public Scan
Submitted URL: https://www.signupgenius.com/go/SoCal_Virtual_Screening
Effective URL: https://www.signupgenius.com/go/socal_virtual_screening
Submission: On July 09 via api from US — Scanned from DE
Effective URL: https://www.signupgenius.com/go/socal_virtual_screening
Submission: On July 09 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMPOST /index.cfm?go=s.PreProcessSignup
<form action="/index.cfm?go=s.PreProcessSignup" method="post" id="signupForm" class="ng-pristine ng-valid">
<link rel="stylesheet" href="/css/angular/ngmodal-v1.css">
<style>
/* Still current */
.tb-shadow {
filter: drop-shadow(0 12px 12px rgba(0, 0, 0, 0.45));
}
.tb-shadow-safari {
-webkit-filter: drop-shadow(0 12px 1.5em rgba(0, 0, 0, 0.35));
/*Fix for Safari's harsh shadow's*/
}
.tb-shadow-half {
filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.45));
}
t .tb-shadow-half-safari {
-webkit-filter: drop-shadow(0 6px 0.75em rgba(0, 0, 0, 0.35));
/*Fix for Safari's harsh shadow's*/
}
.rendering {
image-rendering: auto;
}
</style>
<script>
(function() {
var desktopSignup = function($scope, $timeout) {
$scope.image1 = {};
$scope.image2 = {};
$scope.image3 = {};
var ua = navigator.userAgent;
/* use Chrome's shadow settings */
$scope.tbshadow = "tb-shadow";
$scope.tbshadowhalf = "tb-shadow-half";
if ((ua.indexOf("Safari") > -1) && !(ua.indexOf("Chrome") > -1)) {
$scope.tbshadow = "tb-shadow-safari";
$scope.tbshadowhalf = "tb-shadow-safari";
}
$scope.image1 = {
"imageposition": 1,
"imageTypeId": 1,
"THEMEIMAGE": "https://images.signupgenius.com/memberImages/4B50B925D7035045230220D3CEC386F1_106706795.jpg",
"pairValue": 1607114012,
"isapproved": 1,
"serverFilename": "4B50B925D7035045230220D3CEC386F1_106706795.jpg",
"desktopMemberImage": "https://images.signupgenius.com/memberImages/4B50B925D7035045230220D3CEC386F1_106706795.jpg",
"IMAGEHEIGHT": 170,
"id": 3046680,
"imageUrl": "https://images.signupgenius.com/memberImages/4B50B925D7035045230220D3CEC386F1_106706795.jpg",
"PAIREDIMAGEWIDTH": 1300,
"isCustomImage": 1,
"memberimageid": 3046680,
"imageThumbUrl": "https://images.signupgenius.com/memberImages/tn_4B50B925D7035045230220D3CEC386F1_106706795.jpg",
"pairImage": {
"imageTypeId": 4,
"pairValue": 1607114012,
"memberimageid": 3046679,
"imageThumbUrl": "https://images.signupgenius.com/memberImages/tn_C0D84D9B2D4DDF5F38C5CF27E6B0AEE8_106706795.jpg",
"isapproved": 1,
"serverFilename": "C0D84D9B2D4DDF5F38C5CF27E6B0AEE8_106706795.jpg",
"mainImagePath": "https://images.signupgenius.com/memberImages/",
"disabled": 0,
"mobileMemberImage": "https://images.signupgenius.com/memberImages/tn_C0D84D9B2D4DDF5F38C5CF27E6B0AEE8_106706795.jpg",
"imageWidth": 1300,
"desktopMemberImage": "https://images.signupgenius.com/memberImages/C0D84D9B2D4DDF5F38C5CF27E6B0AEE8_106706795.jpg",
"imageHeight": 681,
"imageUrl": "https://images.signupgenius.com/memberImages/C0D84D9B2D4DDF5F38C5CF27E6B0AEE8_106706795.jpg",
"clientFilename": "Providence_Logo.jpg"
},
"PAIREDIMAGEFILENAME": "C0D84D9B2D4DDF5F38C5CF27E6B0AEE8_106706795.jpg",
"mainImagePath": "",
"stockThemeImage": "",
"disabled": 0,
"PAIREDIMAGEID": 3046679,
"mobileMemberImage": "https://images.signupgenius.com/memberImages/tn_4B50B925D7035045230220D3CEC386F1_106706795.jpg",
"IMAGECROPCOORDS": [],
"IMAGEWIDTH": 325,
"imagecustom": 1,
"IMAGERATIO": 1.9,
"imageoverrideid": 14404243,
"clientFilename": "Providence_Logo.jpg",
"PAIREDIMAGEHEIGHT": 681
};
//Displays the MaskView. It's MaskViewController is at the base of this document.
$scope.displayMaskView = function(originalImageData, MaskViewTitle, imageKey, aspectRatio, coords) {
$scope.MaskOpen = true;
var confirmationWindow = $modal.open({
templateUrl: '/view/tools/prothemeMaskwindow.html?v1.6',
controller: MaskViewController,
resolve: {
originalImageData: function() {
return originalImageData;
},
MaskViewTitle: function() {
return MaskViewTitle;
},
aspectRatio: function() {
return aspectRatio;
},
coords: function() {
return coords;
}
}
});
confirmationWindow.result.then(function(result) {
$scope.MaskOpen = false; // Can spawn a new Mask window
if (result.success) {
$scope.createCoordinates(imageKey, result.coordinates, originalImageData);
}
});
};
$scope.getImageSize = function(key, url) {
var image = new Image();
image.src = url;
image.onload = function() {
/* fix for images that do not have images set */
$scope[key].IMAGEWIDTH = image.width;
$scope[key].IMAGEHEIGHT = image.height;
$scope.createCoordinates(key, $scope[key].IMAGECROPCOORDS);
}
}
// This method figures out the placement, and scale of the image inside its container / mask.
$scope.createCoordinates = function(imageKey, coordinates) {
//Vertical align value for Templates 1 and 2 -tb 2/15/17
try {
$scope.col2height = $('#col2id').height();
} catch (e) {
$scope.col2height = 350;
}
$scope[imageKey].coords = coordinates;
$scope[imageKey].containerwidth = $('#' + imageKey).width();
$scope[imageKey].containerheight = $('#' + imageKey).height();
$scope[imageKey].x1 = $scope[imageKey].coords[0];
$scope[imageKey].y1 = $scope[imageKey].coords[1];
$scope[imageKey].x2 = $scope[imageKey].coords[2];
$scope[imageKey].y2 = $scope[imageKey].coords[3];
$scope[imageKey].coordw = $scope[imageKey].coords[4];
$scope[imageKey].coordh = $scope[imageKey].coords[5];
//set coordinates
$scope[imageKey].width = $scope[imageKey].IMAGEWIDTH;
$scope[imageKey].height = $scope[imageKey].IMAGEHEIGHT;
$scope[imageKey].left = ($scope[imageKey].containerwidth / $scope[imageKey].coordw) * $scope[imageKey].x1 * -1;
$scope[imageKey].top = ($scope[imageKey].containerheight / $scope[imageKey].coordh) * $scope[imageKey].y1 * -1;
$scope[imageKey].newwidth = ($scope[imageKey].containerwidth / $scope[imageKey].coordw * $scope[imageKey].width);
$scope[imageKey].newheight = ($scope[imageKey].containerheight / $scope[imageKey].coordh * $scope[imageKey].height);
}
$scope.setupCoords = function() {
if ($scope.image1 && $scope.image1.IMAGECROPCOORDS) {
if ($scope.image1.IMAGEHEIGHT < 2 || $scope.image1.IMAGEWIDTH < 2) {
/* if the image size is missing, load the image to get its size and continue there */
var imagesize = $scope.getImageSize('image1', $scope.image1.THEMEIMAGE)
} else {
$scope.createCoordinates('image1', $scope.image1.IMAGECROPCOORDS);
}
}
if ($scope.image2 && $scope.image2.IMAGECROPCOORDS) {
if ($scope.image2.IMAGEHEIGHT < 2 || $scope.image2.IMAGEWIDTH < 2) {
/* if the image size is missing, load the image to get its size and continue there */
var imagesize = $scope.getImageSize('image2', $scope.image2.THEMEIMAGE);
} else {
$scope.createCoordinates('image2', $scope.image2.IMAGECROPCOORDS);
}
}
if ($scope.image3 && $scope.image3.IMAGECROPCOORDS) {
if ($scope.image3.IMAGEHEIGHT < 2 || $scope.image3.IMAGEWIDTH < 2) {
/* if the image size is missing, load the image to get its size and continue there */
var imagesize = $scope.getImageSize('image3', $scope.image3.THEMEIMAGE);
} else {
$scope.createCoordinates('image3', $scope.image3.IMAGECROPCOORDS);
}
}
}
$scope.setupCoords();
//** Auto Rescales the crops when the window resizes **//
//
//This technique can be used for responsive headers
$(window).resize(function() {
$timeout(function() {
$scope.setupCoords();
}, 1);
});
// make fundlyurl available as an angular variable for template headers
$scope.fundlyurl = '';
};
//allows angular to work with script minifiers
desktopSignup.$inject = ['$scope', '$timeout'];
//register controller with AngularJS
angular.module('SUGApp').controller('desktopSignup', desktopSignup);
}());
</script>
<style>
.modal-v1 {
color: black !important;
display: none;
}
</style>
<div id="addLockModal" class="modal-v1 fade" role="dialog">
<div class="modal-v1-dialog">
<div class="modal-v1-content">
<div class="modal-v1-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2>Change Lock</h2>
</div>
<div class="modal-v1-body">
<p>The time to sign up for this item / event has ended. Contact the sign up creator for assistance.</p>
</div>
<div class="modal-v1-footer">
<button type="button" class="btn btn-success" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div id="modifyLockModal" class="modal-v1 fade" role="dialog">
<div class="modal-v1-dialog">
<div class="modal-v1-content">
<div class="modal-v1-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2>Change Lock</h2>
</div>
<div class="modal-v1-body">
<p>The time to make changes to this sign up have ended. Contact the sign up creator for assistance.</p>
</div>
<div class="modal-v1-footer">
<button type="button" class="btn btn-success" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div ng-controller="desktopSignup" class="ng-scope">
<style>
.col-body-100 {
width: calc(100% - 350px);
/* This works for 325 images */
}
.col-image,
.mod-1-image-1 {
width: 325px;
max-width: 325px;
}
</style>
<style>
/* Image column - inline for this sign up only */
.col-image {
margin-top: 0;
margin-right: 25px;
float: left;
}
.col-body-100 {
float: left;
}
</style>
<style>
.col-parent {
margin-top: 25px;
}
</style>
<div class="container">
<div class="col-parent">
<div class="col-image">
<!-- We are not using image masks on templates 1-4 -->
<div id="image1">
<img class="mod-1-image-1 zoom-in" src="https://images.signupgenius.com/memberImages/4B50B925D7035045230220D3CEC386F1_106706795.jpg" alt="" border="0">
</div>
</div>
</div>
<div class="col-body-100 SUGmain" id="col2id">
<div class="SUGbold">EH Scheduling</div>
<h1 class="SUGHeaderText">SoCal Virtual Health Screening</h1>
<p>Welcome to Providence!</p>
<p>Please schedule your health Screen appointment now as time slots can fill up quickly. If you have any questions, please e-mail
<a rel="nofollow" class="SUGlink" href="mailto:EHscheduling@providence.org">EHscheduling@providence.org</a>. Note: any comments you leave in the Sign-Up are public view, not Private.</p>
<p><strong>Virtual Health Screen Option:</strong></p>
<p> </p>
<ul>
<li>If you wish to schedule a Virtual Health Screen <strong>you must</strong>:</li>
</ul>
<ul>
<li>Have a personal computer, laptop, phone, or tablet with a camera/webcam and internal microphone</li>
<li>Government issued ID to be uploaded prior to appointment in electronic record Health Screen Packet Link below and present on camera at appointment.</li>
<li>Download and install Microsoft Teams (we <u>cannot complete</u> the health screen unless it is <u>downloaded</u> <u>and installed on the computer</u>). We must have the ability to video chat with camera/video or we cannot move forward
with the appointment.</li>
</ul>
<p><strong>Step 2</strong>. <strong><u>***</u></strong><strong> Please complete the following steps as part of the Providence New Hire onboarding process. In preparation for your health screen appointment, it is essential to have the
pre-screening requirements completed prior to your nurse visit.</strong></p>
<p> </p>
<ol>
<li>The New Hire Health Screen Packet (<strong>Find link in your e-mail</strong>) will need to be completed to allow for the nurse to prepare for your health assessment. <strong>All medical information is confidential.</strong>
<ul>
<li>Please complete the forms to the best of your knowledge.</li>
<li>Please complete all fields. Fields may appear and disappear depending on your responses.</li>
<li>If you have any questions, please contact Caregiver Health Services at the ministry office listed below where your appointment is scheduled.</li>
</ul>
</li>
<li>Blood tests will need to be done to determine your immunity to communicable diseases and to test for Tuberculosis. <ul>
<li>At times there may be time sensitive challenges to scheduling an appointment to have your blood test drawn, so
<strong><u>please have your blood drawn as soon as possible, by scheduling an appointment with a Quest lab near you </u></strong><strong><u>(Find link in your e-mail)</u></strong>.</li>
<li><strong>The TB blood draw must be completed within 30 days of start date and prior to your health screen appointment. Your start date will be delayed if not completed in this timeframe</strong>.</li>
<li><strong>PLEASE CALL THE LOCAL CHS OFFICE WHERE YOU ARE SCHEDULED IF YOU HAVE ISSUES IN SCHEDULING AN APPOINTMENT FOR YOUR LAB WORK PRIOR TO YOUR START DATE.</strong></li>
</ul>
</li>
<li> For those in patient facing roles who will be N95 fit tested <strong><u>please be prepared to be clean shaven </u></strong>in order to be Fit Tested to an N95 Respirator mask at your Fit Testing appointment. <ul>
<li>All caregivers regardless of role in the organization are required to complete an OSHA Respiratory Questionnaire.</li>
</ul>
</li>
</ol>
<p>You will receive a separate e-mail with additional attachments.</p>
<p>Thanks</p>
<strong>Location: </strong> Virtual <p></p>
<strong>Related files:</strong>
<div style="padding: 10px 0 0px 10px;">
<div width="415px">
<a href="/index.cfm?go=s.downloadSignUpResource&eToken=5DBBB5BE243A8637FD1DA9FF5DD6DCD1ACFACB3FBB88A6CFB3B469D9BD5A8D3E7EDDA59EA762C47F49A0CA28E0DEFB06BB3C5A12EDE3FD0A55EDCEDD8E" class="SUGlink enforce-wrap">
<svg width="25" height="20" xmlns="http://www.w3.org/2000/svg">
<path stroke="#FFFFFF" fill="#FFFFFF" id="svg_1" d="m19,10c0,-4.97057 -4.02944,-9 -9,-9s-9,4.02943 -9,9s4.02943,9 9,9s9,-4.02944 9,-9zm-16.3125,0c0,-4.03857 3.27393,-7.3125 7.3125,-7.3125s7.3125,3.27393 7.3125,7.3125s-3.27393,7.3125 -7.3125,7.3125s-7.3125,-3.27393 -7.3125,-7.3125zm8.10798,5.29551l4.5,-4.50004c0.43935,-0.43931 0.43935,-1.15162 0,-1.59097s-1.15165,-0.43935 -1.591,0l-2.57948,2.57949l0,-6.284c0,-0.62131 -0.50369,-1.125 -1.125,-1.125s-1.125,0.50369 -1.125,1.125l0,6.284l-2.57949,-2.57952c-0.43935,-0.43935 -1.15169,-0.43935 -1.59104,0c-0.21966,0.21969 -0.32949,0.50762 -0.32949,0.79551c0,0.2879 0.10983,0.57583 0.32949,0.79548l4.5,4.50004c0.43935,0.43931 1.15169,0.43931 1.591,0l0,0l0.00001,0l0,0.00001z"></path>
</svg>
How to Schedule Your Lab Draw Appt with Quest.docx
</a> (456KB docx)<br>
</div>
<div style="clear:both;"></div>
</div>
<div style="padding: 10px 0 0px 10px;">
<div width="415px">
<a href="/index.cfm?go=s.downloadSignUpResource&eToken=5DBBB5BE243A8637FD1DA9FF5DD6DCD1ACFACB3FBB88A6CFB3B469D9BD5A8D3E7EDDA59EA762C47F49A0CA28E0DEFB06BB3C5A12EDE3FD0A55EDCED28E" class="SUGlink enforce-wrap">
<svg width="25" height="20" xmlns="http://www.w3.org/2000/svg">
<path stroke="#FFFFFF" fill="#FFFFFF" id="svg_1" d="m19,10c0,-4.97057 -4.02944,-9 -9,-9s-9,4.02943 -9,9s4.02943,9 9,9s9,-4.02944 9,-9zm-16.3125,0c0,-4.03857 3.27393,-7.3125 7.3125,-7.3125s7.3125,3.27393 7.3125,7.3125s-3.27393,7.3125 -7.3125,7.3125s-7.3125,-3.27393 -7.3125,-7.3125zm8.10798,5.29551l4.5,-4.50004c0.43935,-0.43931 0.43935,-1.15162 0,-1.59097s-1.15165,-0.43935 -1.591,0l-2.57948,2.57949l0,-6.284c0,-0.62131 -0.50369,-1.125 -1.125,-1.125s-1.125,0.50369 -1.125,1.125l0,6.284l-2.57949,-2.57952c-0.43935,-0.43935 -1.15169,-0.43935 -1.59104,0c-0.21966,0.21969 -0.32949,0.50762 -0.32949,0.79551c0,0.2879 0.10983,0.57583 0.32949,0.79548l4.5,4.50004c0.43935,0.43931 1.15169,0.43931 1.591,0l0,0l0.00001,0l0,0.00001z"></path>
</svg>
Quest Appointment Scheduling.pdf
</a> (2.4MB pdf)<br>
</div>
<div style="clear:both;"></div>
</div>
<div style="padding: 10px 0 0px 10px;">
<div width="415px">
<a href="/index.cfm?go=s.downloadSignUpResource&eToken=5DBBB5BE243A8637FD1DA9FF5DD6DCD1ACFACB3FBB88A6CFB3B469D9BD5A8D3E7EDDA59EA762C47F49A0CA28E0DEFB06BB3C5A12EDE3FD0A55EDCEDC8E" class="SUGlink enforce-wrap">
<svg width="25" height="20" xmlns="http://www.w3.org/2000/svg">
<path stroke="#FFFFFF" fill="#FFFFFF" id="svg_1" d="m19,10c0,-4.97057 -4.02944,-9 -9,-9s-9,4.02943 -9,9s4.02943,9 9,9s9,-4.02944 9,-9zm-16.3125,0c0,-4.03857 3.27393,-7.3125 7.3125,-7.3125s7.3125,3.27393 7.3125,7.3125s-3.27393,7.3125 -7.3125,7.3125s-7.3125,-3.27393 -7.3125,-7.3125zm8.10798,5.29551l4.5,-4.50004c0.43935,-0.43931 0.43935,-1.15162 0,-1.59097s-1.15165,-0.43935 -1.591,0l-2.57948,2.57949l0,-6.284c0,-0.62131 -0.50369,-1.125 -1.125,-1.125s-1.125,0.50369 -1.125,1.125l0,6.284l-2.57949,-2.57952c-0.43935,-0.43935 -1.15169,-0.43935 -1.59104,0c-0.21966,0.21969 -0.32949,0.50762 -0.32949,0.79551c0,0.2879 0.10983,0.57583 0.32949,0.79548l4.5,4.50004c0.43935,0.43931 1.15169,0.43931 1.591,0l0,0l0.00001,0l0,0.00001z"></path>
</svg>
2022 CHS_Quest Lab Requisition.pdf
</a> (292KB pdf)<br>
</div>
<div style="clear:both;"></div>
</div>
<p></p>
<table>
<tbody>
<tr>
<td><strong>Created by:</strong> </td>
<td>EH Scheduling</td>
<td>
<div style="padding-top:
2px;"> <a href="https://www.signupgenius.com/index.cfm?go=c.help&eid=08C3CFD8FCCBF86C08&cs=09CBBADC8FBB8B6D7B7C64755BCE9BBDFDCE&id=36000756&urlID=SoCal_Virtual_Screening" class="SUGlink"><span class="glyphicon glyphicon-envelope" style="font-size:15px;"><span></span></span></a>
</div>
</td>
</tr>
</tbody>
</table>
<div class="row">
<div class="col-md-12">
<div style="margin-top:18px; padding-top:18px;border-top: 1px solid #FFFFFF;"> Already signed up? You can
<a href="https://www.signupgenius.com/index.cfm?go=s.EditHelp&urlid=socal_virtual_screening" class="SUGlink">change your sign up</a>. </div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
<br>
</div>
<script>
// header/footer updates for the menu dropdown not to overlay ads
(function() {
$(document).ready(function() {
$('.nav-dropdown-menu').on('show.bs.dropdown', function() {
$('#SUGContainer').addClass('open-horizontal');
});
$('.nav-dropdown-menu').on('hide.bs.dropdown', function() {
$('#SUGContainer').removeClass('open-horizontal');
});
});
})();
</script>
<div class="container" style="min-width:970px !important;">
<noscript>
<div style="border: 2px solid red; background-color: white; padding:3px;" class="redmessage"> PLEASE NOTE: The period to sign up and / or edit some items and events has ended. Contact the creator for more details. </div>
</noscript>
<br>
<script>
<!--
// This allows you to check the box using the entire button
function checkTheBox(siid) {
var thischeck = document.getElementById('checkbox' + siid);
if (thischeck.checked == true) {
thischeck.checked = false;
} else {
thischeck.checked = true;
}
};
// This resets the hidden field called 'siids' everytime you click a button
function checkLIST(siid) {
var cboxes = document.getElementsByName('siid');
var idlist = '';
var restrict = restictQuantity(siid);
if (!restrict) {
for (i = 0; i < cboxes.length; i++) {
if (cboxes[i].checked == true) {
var tempval = idlist;
if (tempval == '') {
var idlist = cboxes[i].value;
} else {
var idlist = tempval + ',' + cboxes[i].value;
}
}
}
document.getElementById('siids').value = idlist;
saveSelectedToStorage(idlist);
}
};
function restictQuantity(siid) {
var result = false;
if (!$('#checkbox' + siid).is(':checked')) {
return false
};
quantityData = {
"1111729776": {
"memberQty": 0,
"maxLimit": 1
},
"1111729777": {
"memberQty": 0,
"maxLimit": 0
},
"1111729778": {
"memberQty": 0,
"maxLimit": 1
},
"1111729772": {
"memberQty": 0,
"maxLimit": 1
},
"1111729774": {
"memberQty": 0,
"maxLimit": 1
},
"1111729775": {
"memberQty": 0,
"maxLimit": 1
},
"1111729787": {
"memberQty": 0,
"maxLimit": 1
},
"1111729788": {
"memberQty": 0,
"maxLimit": 1
},
"1111729789": {
"memberQty": 0,
"maxLimit": 1
},
"1111729784": {
"memberQty": 0,
"maxLimit": 1
},
"1111729785": {
"memberQty": 0,
"maxLimit": 1
},
"1111127889": {
"memberQty": 0,
"maxLimit": 1
},
"1111127891": {
"memberQty": 0,
"maxLimit": 1
},
"1111729798": {
"memberQty": 0,
"maxLimit": 1
},
"1111127892": {
"memberQty": 0,
"maxLimit": 1
},
"1111729799": {
"memberQty": 0,
"maxLimit": 0
},
"1111127895": {
"memberQty": 0,
"maxLimit": 1
},
"1111127896": {
"memberQty": 0,
"maxLimit": 0
},
"1111127893": {
"memberQty": 0,
"maxLimit": 1
},
"1111127894": {
"memberQty": 0,
"maxLimit": 1
},
"1111729791": {
"memberQty": 0,
"maxLimit": 1
},
"1111729792": {
"memberQty": 0,
"maxLimit": 1
},
"1111729793": {
"memberQty": 0,
"maxLimit": 1
},
"1111729794": {
"memberQty": 0,
"maxLimit": 1
},
"1111729795": {
"memberQty": 0,
"maxLimit": 1
},
"1111729797": {
"memberQty": 0,
"maxLimit": 1
},
"1111127899": {
"memberQty": 0,
"maxLimit": 1
},
"1111127898": {
"memberQty": 0,
"maxLimit": 1
},
"1111730311": {
"memberQty": 0,
"maxLimit": 1
},
"1111730302": {
"memberQty": 0,
"maxLimit": 1
},
"1111730308": {
"memberQty": 0,
"maxLimit": 1
},
"1111730306": {
"memberQty": 0,
"maxLimit": 1
},
"1111730200": {
"memberQty": 0,
"maxLimit": 0
},
"1111730321": {
"memberQty": 0,
"maxLimit": 1
},
"1111730322": {
"memberQty": 0,
"maxLimit": 1
},
"1111730320": {
"memberQty": 0,
"maxLimit": 1
},
"1111730315": {
"memberQty": 0,
"maxLimit": 1
},
"1111730312": {
"memberQty": 0,
"maxLimit": 1
},
"1111728800": {
"memberQty": 0,
"maxLimit": 1
},
"1111730313": {
"memberQty": 0,
"maxLimit": 1
},
"1111728801": {
"memberQty": 0,
"maxLimit": 1
},
"1111728802": {
"memberQty": 0,
"maxLimit": 1
},
"1111730319": {
"memberQty": 0,
"maxLimit": 1
},
"1111730317": {
"memberQty": 0,
"maxLimit": 1
},
"1111728806": {
"memberQty": 0,
"maxLimit": 1
},
"1111728807": {
"memberQty": 0,
"maxLimit": 1
},
"1111728808": {
"memberQty": 0,
"maxLimit": 1
},
"1111728809": {
"memberQty": 0,
"maxLimit": 1
},
"1111730211": {
"memberQty": 0,
"maxLimit": 1
},
"1111730330": {
"memberQty": 0,
"maxLimit": 0
},
"1111730331": {
"memberQty": 0,
"maxLimit": 1
},
"1111730204": {
"memberQty": 0,
"maxLimit": 1
},
"1111730325": {
"memberQty": 0,
"maxLimit": 1
},
"1111730326": {
"memberQty": 0,
"maxLimit": 1
},
"1111728810": {
"memberQty": 0,
"maxLimit": 1
},
"1111730202": {
"memberQty": 0,
"maxLimit": 1
},
"1111730323": {
"memberQty": 0,
"maxLimit": 1
},
"1111728811": {
"memberQty": 0,
"maxLimit": 1
},
"1111728812": {
"memberQty": 0,
"maxLimit": 1
},
"1111730329": {
"memberQty": 0,
"maxLimit": 1
},
"1111730209": {
"memberQty": 0,
"maxLimit": 1
},
"1111728814": {
"memberQty": 0,
"maxLimit": 1
},
"1111730328": {
"memberQty": 0,
"maxLimit": 1
},
"1111127965": {
"memberQty": 0,
"maxLimit": 1
},
"1111728816": {
"memberQty": 0,
"maxLimit": 1
},
"1111127964": {
"memberQty": 0,
"maxLimit": 1
},
"1111730222": {
"memberQty": 0,
"maxLimit": 1
},
"1111730343": {
"memberQty": 0,
"maxLimit": 1
},
"1111127968": {
"memberQty": 0,
"maxLimit": 1
},
"1111730215": {
"memberQty": 0,
"maxLimit": 1
},
"1111730336": {
"memberQty": 0,
"maxLimit": 1
},
"1111728820": {
"memberQty": 0,
"maxLimit": 1
},
"1111730337": {
"memberQty": 0,
"maxLimit": 1
},
"1111730335": {
"memberQty": 0,
"maxLimit": 1
},
"1111730219": {
"memberQty": 0,
"maxLimit": 1
},
"1111730217": {
"memberQty": 0,
"maxLimit": 0
},
"1111730338": {
"memberQty": 0,
"maxLimit": 1
},
"1111730234": {
"memberQty": 0,
"maxLimit": 1
},
"1111730226": {
"memberQty": 0,
"maxLimit": 1
},
"1111730224": {
"memberQty": 0,
"maxLimit": 1
},
"1111729801": {
"memberQty": 0,
"maxLimit": 1
},
"1111729803": {
"memberQty": 0,
"maxLimit": 1
},
"1111729804": {
"memberQty": 0,
"maxLimit": 1
},
"1111730228": {
"memberQty": 0,
"maxLimit": 1
},
"1111729805": {
"memberQty": 0,
"maxLimit": 1
},
"1111127949": {
"memberQty": 0,
"maxLimit": 1
},
"1111127944": {
"memberQty": 0,
"maxLimit": 1
},
"1111729807": {
"memberQty": 0,
"maxLimit": 1
},
"1111729808": {
"memberQty": 0,
"maxLimit": 1
},
"1111127942": {
"memberQty": 0,
"maxLimit": 1
},
"1111729809": {
"memberQty": 0,
"maxLimit": 1
},
"1111730244": {
"memberQty": 0,
"maxLimit": 1
},
"1111127945": {
"memberQty": 0,
"maxLimit": 1
},
"1111127946": {
"memberQty": 0,
"maxLimit": 1
},
"1111729810": {
"memberQty": 0,
"maxLimit": 1
},
"1111730238": {
"memberQty": 0,
"maxLimit": 1
},
"1111729812": {
"memberQty": 0,
"maxLimit": 1
},
"1111730236": {
"memberQty": 0,
"maxLimit": 1
},
"1111127950": {
"memberQty": 0,
"maxLimit": 1
},
"1111729813": {
"memberQty": 0,
"maxLimit": 1
},
"1111127951": {
"memberQty": 0,
"maxLimit": 1
},
"1111729814": {
"memberQty": 0,
"maxLimit": 1
},
"1111729815": {
"memberQty": 0,
"maxLimit": 1
},
"1111127954": {
"memberQty": 0,
"maxLimit": 1
},
"1111127955": {
"memberQty": 0,
"maxLimit": 1
},
"1111729818": {
"memberQty": 0,
"maxLimit": 1
},
"1111730252": {
"memberQty": 0,
"maxLimit": 1
},
"1111729819": {
"memberQty": 0,
"maxLimit": 1
},
"1111127953": {
"memberQty": 0,
"maxLimit": 1
},
"1111730250": {
"memberQty": 0,
"maxLimit": 1
},
"1111127959": {
"memberQty": 0,
"maxLimit": 0
},
"1111127957": {
"memberQty": 0,
"maxLimit": 1
},
"1111730254": {
"memberQty": 0,
"maxLimit": 1
},
"1111729820": {
"memberQty": 0,
"maxLimit": 1
},
"1111730246": {
"memberQty": 0,
"maxLimit": 1
},
"1111127961": {
"memberQty": 0,
"maxLimit": 1
},
"1111127962": {
"memberQty": 0,
"maxLimit": 1
},
"1111729825": {
"memberQty": 0,
"maxLimit": 1
},
"1111728738": {
"memberQty": 0,
"maxLimit": 1
},
"1111729827": {
"memberQty": 0,
"maxLimit": 1
},
"1111127929": {
"memberQty": 0,
"maxLimit": 0
},
"1111127927": {
"memberQty": 0,
"maxLimit": 0
},
"1111127928": {
"memberQty": 0,
"maxLimit": 0
},
"1111127921": {
"memberQty": 0,
"maxLimit": 1
},
"1111729828": {
"memberQty": 0,
"maxLimit": 1
},
"1111730262": {
"memberQty": 0,
"maxLimit": 1
},
"1111127920": {
"memberQty": 0,
"maxLimit": 1
},
"1111127925": {
"memberQty": 0,
"maxLimit": 1
},
"1111730266": {
"memberQty": 0,
"maxLimit": 1
},
"1111127923": {
"memberQty": 0,
"maxLimit": 1
},
"1111127924": {
"memberQty": 0,
"maxLimit": 1
},
"1111729831": {
"memberQty": 0,
"maxLimit": 1
},
"1111728743": {
"memberQty": 0,
"maxLimit": 1
},
"1111728744": {
"memberQty": 0,
"maxLimit": 1
},
"1111728745": {
"memberQty": 0,
"maxLimit": 1
},
"1111729834": {
"memberQty": 0,
"maxLimit": 1
},
"1111730258": {
"memberQty": 0,
"maxLimit": 1
},
"1111728746": {
"memberQty": 0,
"maxLimit": 0
},
"1111728747": {
"memberQty": 0,
"maxLimit": 1
},
"1111729836": {
"memberQty": 0,
"maxLimit": 1
},
"1111728748": {
"memberQty": 0,
"maxLimit": 1
},
"1111729837": {
"memberQty": 0,
"maxLimit": 1
},
"1111729838": {
"memberQty": 0,
"maxLimit": 1
},
"1111728740": {
"memberQty": 0,
"maxLimit": 1
},
"1111728741": {
"memberQty": 0,
"maxLimit": 1
},
"1111127938": {
"memberQty": 0,
"maxLimit": 1
},
"1111127932": {
"memberQty": 0,
"maxLimit": 1
},
"1111127930": {
"memberQty": 0,
"maxLimit": 1
},
"1111730272": {
"memberQty": 0,
"maxLimit": 1
},
"1111127936": {
"memberQty": 0,
"maxLimit": 1
},
"1111730278": {
"memberQty": 0,
"maxLimit": 1
},
"1111127935": {
"memberQty": 0,
"maxLimit": 1
},
"1111730276": {
"memberQty": 0,
"maxLimit": 1
},
"1111728756": {
"memberQty": 0,
"maxLimit": 1
},
"1111729845": {
"memberQty": 0,
"maxLimit": 1
},
"1111728757": {
"memberQty": 0,
"maxLimit": 1
},
"1111729846": {
"memberQty": 0,
"maxLimit": 1
},
"1111127940": {
"memberQty": 0,
"maxLimit": 1
},
"1111729847": {
"memberQty": 0,
"maxLimit": 1
},
"1111728759": {
"memberQty": 0,
"maxLimit": 1
},
"1111729848": {
"memberQty": 0,
"maxLimit": 1
},
"1111729849": {
"memberQty": 0,
"maxLimit": 1
},
"1111728750": {
"memberQty": 0,
"maxLimit": 1
},
"1111728751": {
"memberQty": 0,
"maxLimit": 1
},
"1111729840": {
"memberQty": 0,
"maxLimit": 1
},
"1111728752": {
"memberQty": 0,
"maxLimit": 0
},
"1111729841": {
"memberQty": 0,
"maxLimit": 1
},
"1111127907": {
"memberQty": 0,
"maxLimit": 1
},
"1111127908": {
"memberQty": 0,
"maxLimit": 1
},
"1111127900": {
"memberQty": 0,
"maxLimit": 1
},
"1111730282": {
"memberQty": 0,
"maxLimit": 1
},
"1111127904": {
"memberQty": 0,
"maxLimit": 1
},
"1111127902": {
"memberQty": 0,
"maxLimit": 1
},
"1111730287": {
"memberQty": 0,
"maxLimit": 1
},
"1111729853": {
"memberQty": 0,
"maxLimit": 1
},
"1111729854": {
"memberQty": 0,
"maxLimit": 0
},
"1111728766": {
"memberQty": 0,
"maxLimit": 1
},
"1111729855": {
"memberQty": 0,
"maxLimit": 1
},
"1111728767": {
"memberQty": 0,
"maxLimit": 1
},
"1111729856": {
"memberQty": 0,
"maxLimit": 1
},
"1111728769": {
"memberQty": 0,
"maxLimit": 1
},
"1111728760": {
"memberQty": 0,
"maxLimit": 1
},
"1111728761": {
"memberQty": 0,
"maxLimit": 1
},
"1111728762": {
"memberQty": 0,
"maxLimit": 1
},
"1111729851": {
"memberQty": 0,
"maxLimit": 1
},
"1111127919": {
"memberQty": 0,
"maxLimit": 1
},
"1111127916": {
"memberQty": 0,
"maxLimit": 1
},
"1111127910": {
"memberQty": 0,
"maxLimit": 1
},
"1111127914": {
"memberQty": 0,
"maxLimit": 1
},
"1111127915": {
"memberQty": 0,
"maxLimit": 1
},
"1111127912": {
"memberQty": 0,
"maxLimit": 1
},
"1111127913": {
"memberQty": 0,
"maxLimit": 1
},
"1111730298": {
"memberQty": 0,
"maxLimit": 1
},
"1111728776": {
"memberQty": 0,
"maxLimit": 1
},
"1111728777": {
"memberQty": 0,
"maxLimit": 1
},
"1111728778": {
"memberQty": 0,
"maxLimit": 1
},
"1111728779": {
"memberQty": 0,
"maxLimit": 0
},
"1111728770": {
"memberQty": 0,
"maxLimit": 1
},
"1111728773": {
"memberQty": 0,
"maxLimit": 1
},
"1111728786": {
"memberQty": 0,
"maxLimit": 1
},
"1111728787": {
"memberQty": 0,
"maxLimit": 1
},
"1111728788": {
"memberQty": 0,
"maxLimit": 1
},
"1111728789": {
"memberQty": 0,
"maxLimit": 1
},
"1111728782": {
"memberQty": 0,
"maxLimit": 1
},
"1111728783": {
"memberQty": 0,
"maxLimit": 1
},
"1111728785": {
"memberQty": 0,
"maxLimit": 1
},
"1111730198": {
"memberQty": 0,
"maxLimit": 0
},
"1111728797": {
"memberQty": 0,
"maxLimit": 0
},
"1111728798": {
"memberQty": 0,
"maxLimit": 0
},
"1111728790": {
"memberQty": 0,
"maxLimit": 1
},
"1111728794": {
"memberQty": 0,
"maxLimit": 1
},
"1111728795": {
"memberQty": 0,
"maxLimit": 1
},
"1111728796": {
"memberQty": 0,
"maxLimit": 1
}
};
if (quantityData[siid].maxLimit == 0) {
$('#checkbox' + siid).attr('checked', false);
$('#quantityLimitDialog').modal('show');
result = false;
}
return result;
};
/** temporary storage for selected idlist **/
function saveSelectedToStorage(idlist) {
if (typeof(Storage) !== "undefined") {
window.sessionStorage.siidList = idlist;
}
};
/** this is specific to selected slot IDs **/
window.onload = function() {
window.sessionStorage.removeItem("calView");
if (typeof(Storage) !== "undefined" && ('siidList' in window.sessionStorage) && window.sessionStorage.siidList.toString().length > 0) {
var arrSiid = window.sessionStorage.siidList.split(',');
for (var i in arrSiid) {
var thischeck = document.getElementById('checkbox' + arrSiid[i]);
if (!thischeck.checked) thischeck.checked = true;
}
}
};
/** this is specific to selected slot IDs **/
window.onbeforeunload = function(e) {
if (typeof(Storage) !== "undefined" && ('siidList' in window.sessionStorage) && window.sessionStorage.siidList.toString().length > 0) {
if (!('calView' in window.sessionStorage) || !window.sessionStorage.calView) {
window.sessionStorage.removeItem("siidList");
}
}
};
/** This is alternative event for mobile Safari and mobile Chrome **/
window.onpagehide = function(e) {
if (typeof(Storage) !== "undefined" && ('siidList' in window.sessionStorage) && window.sessionStorage.siidList.toString().length > 0) {
if (!('calView' in window.sessionStorage) || !window.sessionStorage.calView) {
window.sessionStorage.removeItem("siidList");
}
}
};
/** this is specific to selected slot IDs and calendar view **/
function setCalView() {
window.sessionStorage.calView = true;
};
// End
-->
</script>
<style>
.link_cursor {
cursor: pointer;
}
.popover-content {
color: #000 !important;
}
.disabled {
opacity: .5;
}
</style>
<script>
$(document).ready(function() {
// $('[data-toggle="tooltip"]').tooltip();
try {
$('[data-toggle="popover"]').popover();
} catch (e) {}
});
</script>
<input name="URLID" id="URLID" type="hidden" value="SoCal_Virtual_Screening">
<input name="useMultiple" type="hidden" value="true">
<input name="siids" id="siids" type="hidden" value="">
<table width="100%" cellspacing="0" align="center" class="SUGtableouter">
<tbody>
<tr>
<td bgcolor="#F5F4ED" height="35" class="SUGtableheader">Date <span class="SUGheaddate">(mm/dd/yyyy)</span></td>
<td bgcolor="#F5F4ED" height="35" class="SUGtableheader">Time <span class="SUGheaddate">(PDT)</span></td>
<td bgcolor="#F5F4ED" height="35" class="SUGtableheader">
<div style="float:right; width:130px; text-align:right;">
<a href="/index.cfm?go=s.signup&urlid=socal_virtual_screening&view=calendar" class="SUGcalbutton rounded" onclick="setCalView()"><span class="glyphicon glyphicon-calendar"></span> Calendar View</a>
</div> Available Slot <span class="SUGheaddate"></span>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="2" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">06/28/2022 (Tue.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Sign Up is Locked" style="margin-top:10px;" data-original-title="" title="">
<span class="SUGbutton rounded" data-toggle="modal" data-target="#addLockModal">
<span>Sign Up </span>
<img src="/images/icons/lock-icon-14x14.png">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">06/29/2022 (Wed.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Sign Up is Locked" style="margin-top:10px;" data-original-title="" title="">
<span class="SUGbutton rounded" data-toggle="modal" data-target="#addLockModal">
<span>Sign Up </span>
<img src="/images/icons/lock-icon-14x14.png">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="1" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">06/30/2022 (Thu.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="2" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/05/2022 (Tue.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/06/2022 (Wed.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Sign Up is Locked" style="margin-top:10px;" data-original-title="" title="">
<span class="SUGbutton rounded" data-toggle="modal" data-target="#addLockModal">
<span>Sign Up </span>
<img src="/images/icons/lock-icon-14x14.png">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/07/2022 (Thu.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Sign Up is Locked" style="margin-top:10px;" data-original-title="" title="">
<span class="SUGbutton rounded" data-toggle="modal" data-target="#addLockModal">
<span>Sign Up </span>
<img src="/images/icons/lock-icon-14x14.png">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Sign Up is Locked" style="margin-top:10px;" data-original-title="" title="">
<span class="SUGbutton rounded" data-toggle="modal" data-target="#addLockModal">
<span>Sign Up </span>
<img src="/images/icons/lock-icon-14x14.png">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Sign Up is Locked" style="margin-top:10px;" data-original-title="" title="">
<span class="SUGbutton rounded" data-toggle="modal" data-target="#addLockModal">
<span>Sign Up </span>
<img src="/images/icons/lock-icon-14x14.png">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/08/2022 (Fri.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Sign Up is Locked" style="margin-top:10px;" data-original-title="" title="">
<span class="SUGbutton rounded" data-toggle="modal" data-target="#addLockModal">
<span>Sign Up </span>
<img src="/images/icons/lock-icon-14x14.png">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Sign Up is Locked" style="margin-top:10px;" data-original-title="" title="">
<span class="SUGbutton rounded" data-toggle="modal" data-target="#addLockModal">
<span>Sign Up </span>
<img src="/images/icons/lock-icon-14x14.png">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/12/2022 (Tue.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729855);checkLIST(1111729855);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729855" id="checkbox1111729855" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729855);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730272);checkLIST(1111730272);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730272" id="checkbox1111730272" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730272);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/13/2022 (Wed.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127910);checkLIST(1111127910);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127910" id="checkbox1111127910" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127910);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728761);checkLIST(1111728761);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728761" id="checkbox1111728761" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728761);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729819);checkLIST(1111729819);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729819" id="checkbox1111729819" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729819);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730336);checkLIST(1111730336);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730336" id="checkbox1111730336" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730336);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/14/2022 (Thu.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127889);checkLIST(1111127889);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127889" id="checkbox1111127889" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127889);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728767);checkLIST(1111728767);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728767" id="checkbox1111728767" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728767);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729838);checkLIST(1111729838);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729838" id="checkbox1111729838" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729838);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730319);checkLIST(1111730319);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730319" id="checkbox1111730319" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730319);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/15/2022 (Fri.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127942);checkLIST(1111127942);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127942" id="checkbox1111127942" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127942);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728807);checkLIST(1111728807);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728807" id="checkbox1111728807" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728807);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729797);checkLIST(1111729797);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729797" id="checkbox1111729797" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729797);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730313);checkLIST(1111730313);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730313" id="checkbox1111730313" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730313);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/19/2022 (Tue.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127953);checkLIST(1111127953);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127953" id="checkbox1111127953" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127953);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728809);checkLIST(1111728809);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728809" id="checkbox1111728809" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728809);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729812);checkLIST(1111729812);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729812" id="checkbox1111729812" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729812);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730282);checkLIST(1111730282);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730282" id="checkbox1111730282" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730282);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/20/2022 (Wed.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127915);checkLIST(1111127915);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127915" id="checkbox1111127915" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127915);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728759);checkLIST(1111728759);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728759" id="checkbox1111728759" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728759);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729810);checkLIST(1111729810);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729810" id="checkbox1111729810" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729810);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730219);checkLIST(1111730219);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730219" id="checkbox1111730219" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730219);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/21/2022 (Thu.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127923);checkLIST(1111127923);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127923" id="checkbox1111127923" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127923);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728744);checkLIST(1111728744);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728744" id="checkbox1111728744" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728744);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729798);checkLIST(1111729798);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729798" id="checkbox1111729798" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729798);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730311);checkLIST(1111730311);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730311" id="checkbox1111730311" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730311);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/22/2022 (Fri.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127898);checkLIST(1111127898);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127898" id="checkbox1111127898" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127898);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728776);checkLIST(1111728776);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728776" id="checkbox1111728776" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728776);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729787);checkLIST(1111729787);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729787" id="checkbox1111729787" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729787);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730202);checkLIST(1111730202);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730202" id="checkbox1111730202" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730202);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/26/2022 (Tue.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728738);checkLIST(1111728738);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728738" id="checkbox1111728738" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728738);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729792);checkLIST(1111729792);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729792" id="checkbox1111729792" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729792);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730238);checkLIST(1111730238);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730238" id="checkbox1111730238" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730238);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/27/2022 (Wed.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127949);checkLIST(1111127949);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127949" id="checkbox1111127949" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127949);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728820);checkLIST(1111728820);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728820" id="checkbox1111728820" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728820);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729814);checkLIST(1111729814);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729814" id="checkbox1111729814" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729814);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730226);checkLIST(1111730226);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730226" id="checkbox1111730226" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730226);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/28/2022 (Thu.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127895);checkLIST(1111127895);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127895" id="checkbox1111127895" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127895);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728794);checkLIST(1111728794);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728794" id="checkbox1111728794" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728794);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729772);checkLIST(1111729772);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729772" id="checkbox1111729772" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729772);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730266);checkLIST(1111730266);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730266" id="checkbox1111730266" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730266);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">07/29/2022 (Fri.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127944);checkLIST(1111127944);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127944" id="checkbox1111127944" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127944);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728810);checkLIST(1111728810);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728810" id="checkbox1111728810" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728810);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729837);checkLIST(1111729837);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729837" id="checkbox1111729837" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729837);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730234);checkLIST(1111730234);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730234" id="checkbox1111730234" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730234);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/02/2022 (Tue.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127907);checkLIST(1111127907);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127907" id="checkbox1111127907" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127907);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728795);checkLIST(1111728795);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728795" id="checkbox1111728795" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728795);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729847);checkLIST(1111729847);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729847" id="checkbox1111729847" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729847);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730326);checkLIST(1111730326);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730326" id="checkbox1111730326" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730326);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/03/2022 (Wed.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127904);checkLIST(1111127904);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127904" id="checkbox1111127904" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127904);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728741);checkLIST(1111728741);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728741" id="checkbox1111728741" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728741);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729791);checkLIST(1111729791);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729791" id="checkbox1111729791" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729791);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730258);checkLIST(1111730258);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730258" id="checkbox1111730258" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730258);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/04/2022 (Thu.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127908);checkLIST(1111127908);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127908" id="checkbox1111127908" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127908);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728788);checkLIST(1111728788);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728788" id="checkbox1111728788" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728788);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729801);checkLIST(1111729801);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729801" id="checkbox1111729801" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729801);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730328);checkLIST(1111730328);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730328" id="checkbox1111730328" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730328);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/05/2022 (Fri.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127961);checkLIST(1111127961);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127961" id="checkbox1111127961" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127961);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728782);checkLIST(1111728782);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728782" id="checkbox1111728782" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728782);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729805);checkLIST(1111729805);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729805" id="checkbox1111729805" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729805);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730338);checkLIST(1111730338);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730338" id="checkbox1111730338" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730338);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/09/2022 (Tue.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127955);checkLIST(1111127955);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127955" id="checkbox1111127955" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127955);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728756);checkLIST(1111728756);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728756" id="checkbox1111728756" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728756);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729836);checkLIST(1111729836);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729836" id="checkbox1111729836" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729836);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730320);checkLIST(1111730320);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730320" id="checkbox1111730320" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730320);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/10/2022 (Wed.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127924);checkLIST(1111127924);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127924" id="checkbox1111127924" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127924);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728773);checkLIST(1111728773);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728773" id="checkbox1111728773" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728773);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729841);checkLIST(1111729841);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729841" id="checkbox1111729841" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729841);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730236);checkLIST(1111730236);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730236" id="checkbox1111730236" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730236);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/11/2022 (Thu.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127902);checkLIST(1111127902);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127902" id="checkbox1111127902" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127902);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728785);checkLIST(1111728785);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728785" id="checkbox1111728785" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728785);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729774);checkLIST(1111729774);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729774" id="checkbox1111729774" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729774);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730209);checkLIST(1111730209);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730209" id="checkbox1111730209" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730209);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/12/2022 (Fri.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127932);checkLIST(1111127932);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127932" id="checkbox1111127932" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127932);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728806);checkLIST(1111728806);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728806" id="checkbox1111728806" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728806);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729825);checkLIST(1111729825);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729825" id="checkbox1111729825" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729825);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730317);checkLIST(1111730317);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730317" id="checkbox1111730317" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730317);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/16/2022 (Tue.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127914);checkLIST(1111127914);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127914" id="checkbox1111127914" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127914);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div style="padding-top:5px !important;">
<span class="SUGsignups">Already filled</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729788);checkLIST(1111729788);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729788" id="checkbox1111729788" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729788);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730321);checkLIST(1111730321);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730321" id="checkbox1111730321" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730321);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/17/2022 (Wed.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127962);checkLIST(1111127962);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127962" id="checkbox1111127962" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127962);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728811);checkLIST(1111728811);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728811" id="checkbox1111728811" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728811);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729804);checkLIST(1111729804);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729804" id="checkbox1111729804" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729804);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730312);checkLIST(1111730312);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730312" id="checkbox1111730312" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730312);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/18/2022 (Thu.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127912);checkLIST(1111127912);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127912" id="checkbox1111127912" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127912);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728750);checkLIST(1111728750);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728750" id="checkbox1111728750" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728750);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729818);checkLIST(1111729818);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729818" id="checkbox1111729818" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729818);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730228);checkLIST(1111730228);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730228" id="checkbox1111730228" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730228);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/19/2022 (Fri.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127965);checkLIST(1111127965);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127965" id="checkbox1111127965" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127965);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728747);checkLIST(1111728747);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728747" id="checkbox1111728747" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728747);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729785);checkLIST(1111729785);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729785" id="checkbox1111729785" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729785);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730322);checkLIST(1111730322);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730322" id="checkbox1111730322" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730322);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/23/2022 (Tue.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127950);checkLIST(1111127950);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127950" id="checkbox1111127950" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127950);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728783);checkLIST(1111728783);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728783" id="checkbox1111728783" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728783);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729793);checkLIST(1111729793);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729793" id="checkbox1111729793" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729793);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730222);checkLIST(1111730222);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730222" id="checkbox1111730222" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730222);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/24/2022 (Wed.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127899);checkLIST(1111127899);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127899" id="checkbox1111127899" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127899);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728743);checkLIST(1111728743);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728743" id="checkbox1111728743" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728743);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729851);checkLIST(1111729851);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729851" id="checkbox1111729851" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729851);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730306);checkLIST(1111730306);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730306" id="checkbox1111730306" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730306);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/25/2022 (Thu.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127913);checkLIST(1111127913);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127913" id="checkbox1111127913" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127913);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728777);checkLIST(1111728777);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728777" id="checkbox1111728777" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728777);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729845);checkLIST(1111729845);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729845" id="checkbox1111729845" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729845);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730343);checkLIST(1111730343);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730343" id="checkbox1111730343" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730343);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/26/2022 (Fri.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127954);checkLIST(1111127954);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127954" id="checkbox1111127954" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127954);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728760);checkLIST(1111728760);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728760" id="checkbox1111728760" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728760);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729803);checkLIST(1111729803);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729803" id="checkbox1111729803" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729803);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730308);checkLIST(1111730308);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730308" id="checkbox1111730308" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730308);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/30/2022 (Tue.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127921);checkLIST(1111127921);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127921" id="checkbox1111127921" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127921);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728769);checkLIST(1111728769);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728769" id="checkbox1111728769" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728769);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729789);checkLIST(1111729789);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729789" id="checkbox1111729789" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729789);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730276);checkLIST(1111730276);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730276" id="checkbox1111730276" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730276);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">08/31/2022 (Wed.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127964);checkLIST(1111127964);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127964" id="checkbox1111127964" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127964);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728786);checkLIST(1111728786);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728786" id="checkbox1111728786" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728786);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729827);checkLIST(1111729827);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729827" id="checkbox1111729827" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729827);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730250);checkLIST(1111730250);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730250" id="checkbox1111730250" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730250);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/01/2022 (Thu.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127892);checkLIST(1111127892);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127892" id="checkbox1111127892" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127892);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728778);checkLIST(1111728778);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728778" id="checkbox1111728778" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728778);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729776);checkLIST(1111729776);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729776" id="checkbox1111729776" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729776);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730337);checkLIST(1111730337);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730337" id="checkbox1111730337" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730337);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/02/2022 (Fri.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127968);checkLIST(1111127968);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127968" id="checkbox1111127968" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127968);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728801);checkLIST(1111728801);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728801" id="checkbox1111728801" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728801);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729834);checkLIST(1111729834);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729834" id="checkbox1111729834" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729834);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730211);checkLIST(1111730211);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730211" id="checkbox1111730211" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730211);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/06/2022 (Tue.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127891);checkLIST(1111127891);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127891" id="checkbox1111127891" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127891);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728745);checkLIST(1111728745);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728745" id="checkbox1111728745" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728745);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729778);checkLIST(1111729778);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729778" id="checkbox1111729778" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729778);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730254);checkLIST(1111730254);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730254" id="checkbox1111730254" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730254);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/07/2022 (Wed.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127894);checkLIST(1111127894);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127894" id="checkbox1111127894" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127894);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728802);checkLIST(1111728802);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728802" id="checkbox1111728802" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728802);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729794);checkLIST(1111729794);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729794" id="checkbox1111729794" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729794);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730302);checkLIST(1111730302);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730302" id="checkbox1111730302" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730302);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/08/2022 (Thu.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127925);checkLIST(1111127925);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127925" id="checkbox1111127925" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127925);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728762);checkLIST(1111728762);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728762" id="checkbox1111728762" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728762);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729809);checkLIST(1111729809);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729809" id="checkbox1111729809" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729809);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730335);checkLIST(1111730335);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730335" id="checkbox1111730335" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730335);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/09/2022 (Fri.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127916);checkLIST(1111127916);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127916" id="checkbox1111127916" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127916);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728800);checkLIST(1111728800);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728800" id="checkbox1111728800" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728800);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729848);checkLIST(1111729848);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729848" id="checkbox1111729848" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729848);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730262);checkLIST(1111730262);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730262" id="checkbox1111730262" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730262);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/13/2022 (Tue.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127935);checkLIST(1111127935);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127935" id="checkbox1111127935" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127935);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728751);checkLIST(1111728751);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728751" id="checkbox1111728751" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728751);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729846);checkLIST(1111729846);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729846" id="checkbox1111729846" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729846);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730315);checkLIST(1111730315);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730315" id="checkbox1111730315" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730315);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/14/2022 (Wed.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127936);checkLIST(1111127936);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127936" id="checkbox1111127936" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127936);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728812);checkLIST(1111728812);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728812" id="checkbox1111728812" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728812);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729813);checkLIST(1111729813);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729813" id="checkbox1111729813" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729813);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730224);checkLIST(1111730224);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730224" id="checkbox1111730224" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730224);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/15/2022 (Thu.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127919);checkLIST(1111127919);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127919" id="checkbox1111127919" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127919);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728787);checkLIST(1111728787);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728787" id="checkbox1111728787" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728787);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729775);checkLIST(1111729775);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729775" id="checkbox1111729775" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729775);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730287);checkLIST(1111730287);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730287" id="checkbox1111730287" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730287);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/16/2022 (Fri.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127957);checkLIST(1111127957);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127957" id="checkbox1111127957" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127957);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728814);checkLIST(1111728814);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728814" id="checkbox1111728814" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728814);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729840);checkLIST(1111729840);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729840" id="checkbox1111729840" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729840);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730323);checkLIST(1111730323);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730323" id="checkbox1111730323" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730323);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/20/2022 (Tue.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127940);checkLIST(1111127940);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127940" id="checkbox1111127940" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127940);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728796);checkLIST(1111728796);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728796" id="checkbox1111728796" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728796);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729853);checkLIST(1111729853);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729853" id="checkbox1111729853" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729853);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730252);checkLIST(1111730252);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730252" id="checkbox1111730252" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730252);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/21/2022 (Wed.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127946);checkLIST(1111127946);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127946" id="checkbox1111127946" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127946);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728808);checkLIST(1111728808);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728808" id="checkbox1111728808" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728808);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729815);checkLIST(1111729815);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729815" id="checkbox1111729815" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729815);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730298);checkLIST(1111730298);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730298" id="checkbox1111730298" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730298);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/22/2022 (Thu.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127930);checkLIST(1111127930);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127930" id="checkbox1111127930" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127930);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728770);checkLIST(1111728770);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728770" id="checkbox1111728770" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728770);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729828);checkLIST(1111729828);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729828" id="checkbox1111729828" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729828);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730325);checkLIST(1111730325);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730325" id="checkbox1111730325" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730325);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/23/2022 (Fri.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127951);checkLIST(1111127951);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127951" id="checkbox1111127951" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127951);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728748);checkLIST(1111728748);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728748" id="checkbox1111728748" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728748);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729820);checkLIST(1111729820);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729820" id="checkbox1111729820" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729820);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730215);checkLIST(1111730215);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730215" id="checkbox1111730215" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730215);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/27/2022 (Tue.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127893);checkLIST(1111127893);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127893" id="checkbox1111127893" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127893);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728766);checkLIST(1111728766);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728766" id="checkbox1111728766" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728766);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729784);checkLIST(1111729784);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729784" id="checkbox1111729784" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729784);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730331);checkLIST(1111730331);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730331" id="checkbox1111730331" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730331);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/28/2022 (Wed.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127938);checkLIST(1111127938);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127938" id="checkbox1111127938" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127938);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728740);checkLIST(1111728740);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728740" id="checkbox1111728740" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728740);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729807);checkLIST(1111729807);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729807" id="checkbox1111729807" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729807);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730278);checkLIST(1111730278);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730278" id="checkbox1111730278" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730278);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/29/2022 (Thu.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127900);checkLIST(1111127900);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127900" id="checkbox1111127900" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127900);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728789);checkLIST(1111728789);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728789" id="checkbox1111728789" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728789);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729849);checkLIST(1111729849);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729849" id="checkbox1111729849" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729849);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730204);checkLIST(1111730204);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730204" id="checkbox1111730204" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730204);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" rowspan="4" style="padding-top:10px;padding-bottom:10px;">
<span class="SUGbigbold">09/30/2022 (Fri.)</span>
</td>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111127920);checkLIST(1111127920);">Sign Up </span>
<input name="siid" type="checkbox" value="1111127920" id="checkbox1111127920" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111127920);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 10:00am </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111728757);checkLIST(1111728757);">Sign Up </span>
<input name="siid" type="checkbox" value="1111728757" id="checkbox1111728757" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111728757);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 1:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111729856);checkLIST(1111729856);">Sign Up </span>
<input name="siid" type="checkbox" value="1111729856" id="checkbox1111729856" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111729856);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 3:00pm </span>
</td>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Health screen </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1111730329);checkLIST(1111730329);">Sign Up </span>
<input name="siid" type="checkbox" value="1111730329" id="checkbox1111730329" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1111730329);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</form>
Text Content
We value your privacy. We use cookies and other technologies to keep the site reliable and secure, tailor your experience, measure site performance and present relevant offers and advertisements, as described in our Privacy Policy. Got it! Toggle navigation * Features * Pricing * More * Resources & Tips * Blog * Collect Money * Enterprise * Help * Log In * Create a Sign Up × CHANGE LOCK The time to sign up for this item / event has ended. Contact the sign up creator for assistance. Close × CHANGE LOCK The time to make changes to this sign up have ended. Contact the sign up creator for assistance. Close EH Scheduling SOCAL VIRTUAL HEALTH SCREENING Welcome to Providence! Please schedule your health Screen appointment now as time slots can fill up quickly. If you have any questions, please e-mail EHscheduling@providence.org. Note: any comments you leave in the Sign-Up are public view, not Private. Virtual Health Screen Option: * If you wish to schedule a Virtual Health Screen you must: * Have a personal computer, laptop, phone, or tablet with a camera/webcam and internal microphone * Government issued ID to be uploaded prior to appointment in electronic record Health Screen Packet Link below and present on camera at appointment. * Download and install Microsoft Teams (we cannot complete the health screen unless it is downloaded and installed on the computer). We must have the ability to video chat with camera/video or we cannot move forward with the appointment. Step 2. *** Please complete the following steps as part of the Providence New Hire onboarding process. In preparation for your health screen appointment, it is essential to have the pre-screening requirements completed prior to your nurse visit. 1. The New Hire Health Screen Packet (Find link in your e-mail) will need to be completed to allow for the nurse to prepare for your health assessment. All medical information is confidential. * Please complete the forms to the best of your knowledge. * Please complete all fields. Fields may appear and disappear depending on your responses. * If you have any questions, please contact Caregiver Health Services at the ministry office listed below where your appointment is scheduled. 2. Blood tests will need to be done to determine your immunity to communicable diseases and to test for Tuberculosis. * At times there may be time sensitive challenges to scheduling an appointment to have your blood test drawn, so please have your blood drawn as soon as possible, by scheduling an appointment with a Quest lab near you (Find link in your e-mail). * The TB blood draw must be completed within 30 days of start date and prior to your health screen appointment. Your start date will be delayed if not completed in this timeframe. * PLEASE CALL THE LOCAL CHS OFFICE WHERE YOU ARE SCHEDULED IF YOU HAVE ISSUES IN SCHEDULING AN APPOINTMENT FOR YOUR LAB WORK PRIOR TO YOUR START DATE. 3. For those in patient facing roles who will be N95 fit tested please be prepared to be clean shaven in order to be Fit Tested to an N95 Respirator mask at your Fit Testing appointment. * All caregivers regardless of role in the organization are required to complete an OSHA Respiratory Questionnaire. You will receive a separate e-mail with additional attachments. Thanks Location: Virtual Related files: How to Schedule Your Lab Draw Appt with Quest.docx (456KB docx) Quest Appointment Scheduling.pdf (2.4MB pdf) 2022 CHS_Quest Lab Requisition.pdf (292KB pdf) Created by: EH Scheduling Already signed up? You can change your sign up. PLEASE NOTE: The period to sign up and / or edit some items and events has ended. Contact the creator for more details. Date (mm/dd/yyyy) Time (PDT) Calendar View Available Slot 06/28/2022 (Tue.) 1:00pm Health screen Already filled 3:00pm Health screen Sign Up 06/29/2022 (Wed.) 8:00am Health screen Already filled 10:00am Health screen Already filled 1:00pm Health screen Sign Up 3:00pm Health screen Already filled 06/30/2022 (Thu.) 1:00pm Health screen Already filled 07/05/2022 (Tue.) 10:00am Health screen Already filled 3:00pm Health screen Already filled 07/06/2022 (Wed.) 8:00am Health screen Already filled 10:00am Health screen Already filled 1:00pm Health screen Sign Up 3:00pm Health screen Already filled 07/07/2022 (Thu.) 8:00am Health screen Already filled 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 07/08/2022 (Fri.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Already filled 3:00pm Health screen Already filled 07/12/2022 (Tue.) 8:00am Health screen Already filled 10:00am Health screen Already filled 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 07/13/2022 (Wed.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 07/14/2022 (Thu.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 07/15/2022 (Fri.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 07/19/2022 (Tue.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 07/20/2022 (Wed.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 07/21/2022 (Thu.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 07/22/2022 (Fri.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 07/26/2022 (Tue.) 8:00am Health screen Already filled 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 07/27/2022 (Wed.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 07/28/2022 (Thu.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 07/29/2022 (Fri.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/02/2022 (Tue.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/03/2022 (Wed.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/04/2022 (Thu.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/05/2022 (Fri.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/09/2022 (Tue.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/10/2022 (Wed.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/11/2022 (Thu.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/12/2022 (Fri.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/16/2022 (Tue.) 8:00am Health screen Sign Up 10:00am Health screen Already filled 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/17/2022 (Wed.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/18/2022 (Thu.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/19/2022 (Fri.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/23/2022 (Tue.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/24/2022 (Wed.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/25/2022 (Thu.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/26/2022 (Fri.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/30/2022 (Tue.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 08/31/2022 (Wed.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/01/2022 (Thu.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/02/2022 (Fri.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/06/2022 (Tue.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/07/2022 (Wed.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/08/2022 (Thu.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/09/2022 (Fri.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/13/2022 (Tue.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/14/2022 (Wed.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/15/2022 (Thu.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/16/2022 (Fri.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/20/2022 (Tue.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/21/2022 (Wed.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/22/2022 (Thu.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/23/2022 (Fri.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/27/2022 (Tue.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/28/2022 (Wed.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/29/2022 (Thu.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up 09/30/2022 (Fri.) 8:00am Health screen Sign Up 10:00am Health screen Sign Up 1:00pm Health screen Sign Up 3:00pm Health screen Sign Up ©2022 SignUpGenius. All Rights Reserved. Privacy Policy | Terms of Service | Do Not Sell My Personal Information SIGN UP QUANTITY LIMIT You have reached the quantity limit set up by the sign up creator. You are not allowed to sign up for more than 1 of any individual item and you already have 1 item that you are signed up for. OK