www.signupgenius.com Open in urlscan Pro
2606:4700:10::6816:839  Public Scan

Submitted URL: https://www.signupgenius.com/go/LittleCompanyOfMary-Torrance
Effective URL: https://www.signupgenius.com/go/littlecompanyofmary-torrance
Submission: On July 12 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST /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": 14403937,
          "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">Providence Little Company of Mary - Torrance</h1>
        <p>Welcome to Providence!</p>
        <p>Please schedule your health Screen appointment now as time slots can fill up quickly.&nbsp; If your start work date is further into the future, schedule closer to that date.&nbsp; If possible, no further out than 2 weeks.&nbsp; Bring your
          completed Health Screen Packet and any vaccination records available to you.&nbsp; Depending on your records, a blood draw may be needed at this appointment.&nbsp; If you have any questions, please e-mail EHscheduling@providence.org.&nbsp;
          Note: any comments you leave in the Sign-Up are public view, not Private.</p>
        <p style="text-align: center;">Providence Little Company of Mary - Torrance</p>
        <p style="text-align: center;">4101 Torrance Blvd.</p>
        <p style="text-align: center;">Torrance, CA 90503</p>
        <p>CHS Office is located in the Atrium (building in front of hospital) -&nbsp;There is no charge for parking, and a complimentary valet service is available. Ask for Kharenn De Los Santos or Cristina Herrera.&nbsp; Phone: (310) 540-7676</p>
        <strong>Related files:</strong>
        <div style="padding: 10px 0 0px 10px;">
          <div width="415px">
            <a href="/index.cfm?go=s.downloadSignUpResource&amp;eToken=5DBBB5BE243A8637FD1DA9FA5AD1DAD5A8F4CB3FBB88A6CFB3B469D9BD5A8D3E7EDDA59EA762C47F49A0CA28E0DEFB06BB3C5A12EDE3FE0750EFC9DA8E" 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>
							CG Screening Packet COMPLETE 02- prior to visit forms- fillable 10.pdf 
						</a> (361KB pdf)<br>
          </div>
          <div style="clear:both;"></div>
        </div>
        <p></p>
        <table>
          <tbody>
            <tr>
              <td><strong>Created by:</strong>&nbsp;</td>
              <td>EH Scheduling</td>
              <td>
                <div style="padding-top:
				2px;">&nbsp;<a href="https://www.signupgenius.com/index.cfm?go=c.help&amp;eid=08C3CFD8FCCBF86C08&amp;cs=09CBBADC8FBB8B6D7B7C64755BCE9BBDFDCE&amp;id=33776318&amp;urlID=LittleCompanyOfMary-Torrance" 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&amp;urlid=littlecompanyofmary-torrance" 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">
        <!-- <div id="qtyLimitMessage" class="alert alert-danger" role="alert"> --> The sign up creator has set a maximum quantity limit of 1 for this sign up.
      </div>
    </noscript>
    <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;
        // unchecking is always allowed
        if (!$('#checkbox' + siid).is(':checked')) {
          return false
        };
        if ($('input:checkbox:checked').length > 1) {
          $('#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="LittleCompanyOfMary-Torrance">
    <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"> Location </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&amp;urlid=littlecompanyofmary-torrance&amp;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="3" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">07/18/2022 (Mon.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="3" style="padding-top:10px;">
            <span class="SUGbigbold">4101 Torrance Blvd&nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1117250737);checkLIST(1117250737);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1117250737" id="checkbox1117250737" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1117250737);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1117250738);checkLIST(1117250738);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1117250738" id="checkbox1117250738" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1117250738);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="3" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">07/19/2022 (Tue.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="3" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090248661);checkLIST(1090248661);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090248661" id="checkbox1090248661" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090248661);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090249569);checkLIST(1090249569);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090249569" id="checkbox1090249569" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090249569);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250653);checkLIST(1090250653);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250653" id="checkbox1090250653" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250653);">
                      </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 enforce-wrap" valign="top" rowspan="4" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090247415);checkLIST(1090247415);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090247415" id="checkbox1090247415" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090247415);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090248656);checkLIST(1090248656);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090248656" id="checkbox1090248656" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090248656);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090249572);checkLIST(1090249572);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090249572" id="checkbox1090249572" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090249572);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250658);checkLIST(1090250658);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250658" id="checkbox1090250658" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250658);">
                      </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 enforce-wrap" valign="top" rowspan="4" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090247414);checkLIST(1090247414);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090247414" id="checkbox1090247414" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090247414);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090248658);checkLIST(1090248658);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090248658" id="checkbox1090248658" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090248658);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090249571);checkLIST(1090249571);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090249571" id="checkbox1090249571" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090249571);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250648);checkLIST(1090250648);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250648" id="checkbox1090250648" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250648);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="5" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">07/27/2022 (Wed.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="5" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090247426);checkLIST(1090247426);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090247426" id="checkbox1090247426" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090247426);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090248648);checkLIST(1090248648);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090248648" id="checkbox1090248648" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090248648);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090249570);checkLIST(1090249570);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090249570" id="checkbox1090249570" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090249570);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250192);checkLIST(1090250192);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250192" id="checkbox1090250192" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250192);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250662);checkLIST(1090250662);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250662" id="checkbox1090250662" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250662);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">08/02/2022 (Tue.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090247423);checkLIST(1090247423);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090247423" id="checkbox1090247423" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090247423);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090248654);checkLIST(1090248654);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090248654" id="checkbox1090248654" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090248654);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090249566);checkLIST(1090249566);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090249566" id="checkbox1090249566" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090249566);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250171);checkLIST(1090250171);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250171" id="checkbox1090250171" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250171);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250647);checkLIST(1090250647);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250647" id="checkbox1090250647" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250647);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090251202);checkLIST(1090251202);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090251202" id="checkbox1090251202" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090251202);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">08/03/2022 (Wed.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090247431);checkLIST(1090247431);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090247431" id="checkbox1090247431" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090247431);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090248651);checkLIST(1090248651);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090248651" id="checkbox1090248651" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090248651);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090249564);checkLIST(1090249564);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090249564" id="checkbox1090249564" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090249564);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250167);checkLIST(1090250167);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250167" id="checkbox1090250167" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250167);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250664);checkLIST(1090250664);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250664" id="checkbox1090250664" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250664);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090251195);checkLIST(1090251195);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090251195" id="checkbox1090251195" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090251195);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="3" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">08/08/2022 (Mon.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="3" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250173);checkLIST(1090250173);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250173" id="checkbox1090250173" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250173);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250673);checkLIST(1090250673);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250673" id="checkbox1090250673" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250673);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090251204);checkLIST(1090251204);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090251204" id="checkbox1090251204" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090251204);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">08/09/2022 (Tue.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090247418);checkLIST(1090247418);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090247418" id="checkbox1090247418" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090247418);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090248652);checkLIST(1090248652);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090248652" id="checkbox1090248652" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090248652);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090249573);checkLIST(1090249573);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090249573" id="checkbox1090249573" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090249573);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250176);checkLIST(1090250176);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250176" id="checkbox1090250176" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250176);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250651);checkLIST(1090250651);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250651" id="checkbox1090250651" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250651);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090251203);checkLIST(1090251203);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090251203" id="checkbox1090251203" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090251203);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">08/10/2022 (Wed.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090247429);checkLIST(1090247429);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090247429" id="checkbox1090247429" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090247429);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090249578);checkLIST(1090249578);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090249578" id="checkbox1090249578" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090249578);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250172);checkLIST(1090250172);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250172" id="checkbox1090250172" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250172);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250660);checkLIST(1090250660);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250660" id="checkbox1090250660" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250660);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090251201);checkLIST(1090251201);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090251201" id="checkbox1090251201" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090251201);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="3" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">08/15/2022 (Mon.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="3" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250184);checkLIST(1090250184);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250184" id="checkbox1090250184" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250184);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250649);checkLIST(1090250649);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250649" id="checkbox1090250649" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250649);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090251218);checkLIST(1090251218);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090251218" id="checkbox1090251218" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090251218);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">08/16/2022 (Tue.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090247417);checkLIST(1090247417);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090247417" id="checkbox1090247417" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090247417);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090248659);checkLIST(1090248659);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090248659" id="checkbox1090248659" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090248659);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090249565);checkLIST(1090249565);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090249565" id="checkbox1090249565" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090249565);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250178);checkLIST(1090250178);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250178" id="checkbox1090250178" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250178);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250654);checkLIST(1090250654);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250654" id="checkbox1090250654" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250654);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090251196);checkLIST(1090251196);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090251196" id="checkbox1090251196" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090251196);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">08/17/2022 (Wed.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090247420);checkLIST(1090247420);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090247420" id="checkbox1090247420" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090247420);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090248649);checkLIST(1090248649);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090248649" id="checkbox1090248649" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090248649);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090249580);checkLIST(1090249580);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090249580" id="checkbox1090249580" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090249580);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250190);checkLIST(1090250190);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250190" id="checkbox1090250190" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250190);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250663);checkLIST(1090250663);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250663" id="checkbox1090250663" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250663);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090251209);checkLIST(1090251209);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090251209" id="checkbox1090251209" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090251209);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="3" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">08/22/2022 (Mon.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="3" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250188);checkLIST(1090250188);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250188" id="checkbox1090250188" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250188);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250659);checkLIST(1090250659);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250659" id="checkbox1090250659" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250659);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090251198);checkLIST(1090251198);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090251198" id="checkbox1090251198" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090251198);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">08/23/2022 (Tue.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090247422);checkLIST(1090247422);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090247422" id="checkbox1090247422" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090247422);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090248657);checkLIST(1090248657);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090248657" id="checkbox1090248657" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090248657);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090249576);checkLIST(1090249576);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090249576" id="checkbox1090249576" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090249576);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250169);checkLIST(1090250169);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250169" id="checkbox1090250169" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250169);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250670);checkLIST(1090250670);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250670" id="checkbox1090250670" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250670);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090251213);checkLIST(1090251213);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090251213" id="checkbox1090251213" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090251213);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">08/24/2022 (Wed.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090247427);checkLIST(1090247427);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090247427" id="checkbox1090247427" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090247427);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090248660);checkLIST(1090248660);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090248660" id="checkbox1090248660" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090248660);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090249563);checkLIST(1090249563);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090249563" id="checkbox1090249563" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090249563);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250187);checkLIST(1090250187);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250187" id="checkbox1090250187" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250187);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250661);checkLIST(1090250661);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250661" id="checkbox1090250661" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250661);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090251211);checkLIST(1090251211);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090251211" id="checkbox1090251211" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090251211);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="3" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">08/29/2022 (Mon.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="3" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250189);checkLIST(1090250189);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250189" id="checkbox1090250189" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250189);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250655);checkLIST(1090250655);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250655" id="checkbox1090250655" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250655);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090251194);checkLIST(1090251194);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090251194" id="checkbox1090251194" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090251194);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">08/30/2022 (Tue.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090247424);checkLIST(1090247424);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090247424" id="checkbox1090247424" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090247424);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090248662);checkLIST(1090248662);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090248662" id="checkbox1090248662" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090248662);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090249579);checkLIST(1090249579);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090249579" id="checkbox1090249579" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090249579);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250186);checkLIST(1090250186);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250186" id="checkbox1090250186" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250186);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250665);checkLIST(1090250665);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250665" id="checkbox1090250665" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250665);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090251214);checkLIST(1090251214);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090251214" id="checkbox1090251214" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090251214);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">08/31/2022 (Wed.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090247432);checkLIST(1090247432);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090247432" id="checkbox1090247432" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090247432);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090248663);checkLIST(1090248663);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090248663" id="checkbox1090248663" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090248663);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090249575);checkLIST(1090249575);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090249575" id="checkbox1090249575" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090249575);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250175);checkLIST(1090250175);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250175" id="checkbox1090250175" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250175);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090250667);checkLIST(1090250667);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090250667" id="checkbox1090250667" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090250667);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1090251199);checkLIST(1090251199);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1090251199" id="checkbox1090251199" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1090251199);">
                      </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 enforce-wrap" valign="top" rowspan="4" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893513);checkLIST(1109893513);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893513" id="checkbox1109893513" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893513);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893788);checkLIST(1109893788);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893788" id="checkbox1109893788" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893788);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894073);checkLIST(1109894073);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894073" id="checkbox1109894073" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894073);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894428);checkLIST(1109894428);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894428" id="checkbox1109894428" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894428);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">09/07/2022 (Wed.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893514);checkLIST(1109893514);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893514" id="checkbox1109893514" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893514);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893792);checkLIST(1109893792);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893792" id="checkbox1109893792" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893792);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894069);checkLIST(1109894069);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894069" id="checkbox1109894069" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894069);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894426);checkLIST(1109894426);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894426" id="checkbox1109894426" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894426);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894805);checkLIST(1109894805);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894805" id="checkbox1109894805" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894805);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109895060);checkLIST(1109895060);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109895060" id="checkbox1109895060" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109895060);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="3" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">09/12/2022 (Mon.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="3" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894423);checkLIST(1109894423);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894423" id="checkbox1109894423" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894423);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894799);checkLIST(1109894799);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894799" id="checkbox1109894799" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894799);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109895054);checkLIST(1109895054);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109895054" id="checkbox1109895054" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109895054);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">09/13/2022 (Tue.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893518);checkLIST(1109893518);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893518" id="checkbox1109893518" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893518);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893790);checkLIST(1109893790);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893790" id="checkbox1109893790" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893790);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894072);checkLIST(1109894072);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894072" id="checkbox1109894072" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894072);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894424);checkLIST(1109894424);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894424" id="checkbox1109894424" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894424);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894798);checkLIST(1109894798);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894798" id="checkbox1109894798" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894798);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109895056);checkLIST(1109895056);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109895056" id="checkbox1109895056" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109895056);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">09/14/2022 (Wed.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893516);checkLIST(1109893516);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893516" id="checkbox1109893516" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893516);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893793);checkLIST(1109893793);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893793" id="checkbox1109893793" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893793);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894067);checkLIST(1109894067);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894067" id="checkbox1109894067" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894067);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894430);checkLIST(1109894430);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894430" id="checkbox1109894430" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894430);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894801);checkLIST(1109894801);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894801" id="checkbox1109894801" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894801);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109895066);checkLIST(1109895066);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109895066" id="checkbox1109895066" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109895066);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="3" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">09/19/2022 (Mon.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="3" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894431);checkLIST(1109894431);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894431" id="checkbox1109894431" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894431);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894803);checkLIST(1109894803);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894803" id="checkbox1109894803" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894803);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109895070);checkLIST(1109895070);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109895070" id="checkbox1109895070" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109895070);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">09/20/2022 (Tue.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893519);checkLIST(1109893519);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893519" id="checkbox1109893519" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893519);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893791);checkLIST(1109893791);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893791" id="checkbox1109893791" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893791);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894068);checkLIST(1109894068);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894068" id="checkbox1109894068" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894068);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894427);checkLIST(1109894427);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894427" id="checkbox1109894427" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894427);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894806);checkLIST(1109894806);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894806" id="checkbox1109894806" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894806);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109895068);checkLIST(1109895068);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109895068" id="checkbox1109895068" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109895068);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">09/21/2022 (Wed.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893520);checkLIST(1109893520);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893520" id="checkbox1109893520" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893520);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893787);checkLIST(1109893787);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893787" id="checkbox1109893787" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893787);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894066);checkLIST(1109894066);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894066" id="checkbox1109894066" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894066);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894433);checkLIST(1109894433);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894433" id="checkbox1109894433" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894433);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894802);checkLIST(1109894802);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894802" id="checkbox1109894802" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894802);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109895072);checkLIST(1109895072);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109895072" id="checkbox1109895072" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109895072);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="3" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">09/26/2022 (Mon.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="3" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894425);checkLIST(1109894425);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894425" id="checkbox1109894425" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894425);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894804);checkLIST(1109894804);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894804" id="checkbox1109894804" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894804);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109895062);checkLIST(1109895062);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109895062" id="checkbox1109895062" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109895062);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">09/27/2022 (Tue.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893515);checkLIST(1109893515);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893515" id="checkbox1109893515" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893515);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893789);checkLIST(1109893789);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893789" id="checkbox1109893789" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893789);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894070);checkLIST(1109894070);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894070" id="checkbox1109894070" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894070);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894429);checkLIST(1109894429);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894429" id="checkbox1109894429" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894429);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894807);checkLIST(1109894807);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894807" id="checkbox1109894807" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894807);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109895058);checkLIST(1109895058);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109895058" id="checkbox1109895058" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109895058);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" rowspan="6" style="padding-top:10px;padding-bottom:10px;">
            <span class="SUGbigbold">09/28/2022 (Wed.)</span>
          </td>
          <td class="SUGtable enforce-wrap" valign="top" rowspan="6" style="padding-top:10px;">
            <span class="SUGbigbold">
              <a href="https://www.google.com/maps/search/?api=1&amp;query=4101+Torrance+Blvd+Torrance+CA+90503" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="4101 Torrance Blvd, Torrance, CA 90503" class="SUGlink" target="_blank" data-original-title="" title="">
									4101 Torrance Blvd<span class="spacer-invisible"></span><span class="glyphicon glyphicon-map-marker"></span>
								</a>
            </span>
          </td>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 8:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893517);checkLIST(1109893517);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893517" id="checkbox1109893517" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893517);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 9:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109893794);checkLIST(1109893794);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109893794" id="checkbox1109893794" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109893794);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894071);checkLIST(1109894071);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894071" id="checkbox1109894071" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894071);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 11:00am &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894432);checkLIST(1109894432);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894432" id="checkbox1109894432" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894432);">
                      </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 &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109894800);checkLIST(1109894800);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109894800" id="checkbox1109894800" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109894800);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
        <tr>
          <td class="SUGtable" valign="top" style="padding-top:10px;padding-bottom:10px;"><span class="SUGbigbold"> 2:00pm &nbsp;</span>
          </td>
          <td class="SUGtable" valign="top" width="45%">
            <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"> &nbsp; </td>
                  <td valign="top" width="48%">
                    <div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
                      <span class="SUGbutton rounded">
                        <span onclick="checkTheBox(1109895064);checkLIST(1109895064);">Sign Up&nbsp;</span>
                        <input name="siid" type="checkbox" value="1109895064" id="checkbox1109895064" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1109895064);">
                      </span>
                    </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products.

With your permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
partners’ processing as described above. Alternatively you may access more
detailed information and change your preferences before consenting or to refuse
consenting. Please note that some processing of your personal data may not
require your consent, but you have a right to object to such processing. Your
preferences will apply to this website only. You can change your preferences at
any time by returning to this site or visit our privacy policy.

MORE OPTIONSAGREE


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


PROVIDENCE LITTLE COMPANY OF MARY - TORRANCE

Welcome to Providence!

Please schedule your health Screen appointment now as time slots can fill up
quickly.  If your start work date is further into the future, schedule closer to
that date.  If possible, no further out than 2 weeks.  Bring your completed
Health Screen Packet and any vaccination records available to you.  Depending on
your records, a blood draw may be needed at this appointment.  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.

Providence Little Company of Mary - Torrance

4101 Torrance Blvd.

Torrance, CA 90503

CHS Office is located in the Atrium (building in front of hospital) - There is
no charge for parking, and a complimentary valet service is available. Ask for
Kharenn De Los Santos or Cristina Herrera.  Phone: (310) 540-7676

Related files:
CG Screening Packet COMPLETE 02- prior to visit forms- fillable 10.pdf (361KB
pdf)





Created by:  EH Scheduling
 

Already signed up? You can change your sign up.


The sign up creator has set a maximum quantity limit of 1 for this sign up.

Date (mm/dd/yyyy) Location Time (PDT)
Calendar View
Available Slot 07/18/2022 (Mon.) 4101 Torrance Blvd  11:00am  

Health Screen



 
Already filled

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

07/19/2022 (Tue.) 4101 Torrance Blvd 9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

07/20/2022 (Wed.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

07/26/2022 (Tue.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

07/27/2022 (Wed.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

08/02/2022 (Tue.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

08/03/2022 (Wed.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

08/08/2022 (Mon.) 4101 Torrance Blvd 11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

08/09/2022 (Tue.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

08/10/2022 (Wed.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Already filled

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

08/15/2022 (Mon.) 4101 Torrance Blvd 11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

08/16/2022 (Tue.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

08/17/2022 (Wed.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

08/22/2022 (Mon.) 4101 Torrance Blvd 11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

08/23/2022 (Tue.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

08/24/2022 (Wed.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

08/29/2022 (Mon.) 4101 Torrance Blvd 11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

08/30/2022 (Tue.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

08/31/2022 (Wed.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

09/06/2022 (Tue.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

09/07/2022 (Wed.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

09/12/2022 (Mon.) 4101 Torrance Blvd 11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

09/13/2022 (Tue.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

09/14/2022 (Wed.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

09/19/2022 (Mon.) 4101 Torrance Blvd 11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

09/20/2022 (Tue.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

09/21/2022 (Wed.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

09/26/2022 (Mon.) 4101 Torrance Blvd 11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

09/27/2022 (Tue.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2:00pm  

Health Screen



 
Sign Up 

09/28/2022 (Wed.) 4101 Torrance Blvd 8:00am  

Health Screen



 
Sign Up 

9:00am  

Health Screen



 
Sign Up 

10:00am  

Health Screen



 
Sign Up 

11:00am  

Health Screen



 
Sign Up 

1:00pm  

Health Screen



 
Sign Up 

2: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 item on this sign up .
OK