www.signupgenius.com
Open in
urlscan Pro
2606:4700:10::ac43:7f8
Public Scan
Submitted URL: https://f1v3ff69.r.us-east-1.awstrack.me/L0/https:%2F%2Fwww.signupgenius.com%2Fgo%2F10C0444AEAD23A46-givehwereyoulive/1/010001823c3d16c5-...
Effective URL: https://www.signupgenius.com/go/10c0444aead23a46-givehwereyoulive
Submission: On July 26 via manual from US — Scanned from US
Effective URL: https://www.signupgenius.com/go/10c0444aead23a46-givehwereyoulive
Submission: On July 26 via manual from US — Scanned from US
Form analysis
1 forms found in the DOMPOST /index.cfm?go=s.PreProcessSignup
<form action="/index.cfm?go=s.PreProcessSignup" method="post" id="signupForm" class="ng-pristine ng-valid">
<div class="spacer-sm"></div>
<div data-ng-controller="topAdController" style="z-index:9000" class="ng-scope">
<div align="center" id="signuptop_dynamicbanner" network="sortable" platform="desktop" category="signups" section="sheet" type="dynamicbanner" themeid="946" position="top" class="ng-isolate-scope"><span>
<div class="ad-tag" data-ad-name="Desktop_SignUps_Sheet_970x90_Top" data-ad-size="970x90" data-ad-refresh="time 30s" data-ad-targeting="sug_theme=school" data-ad-processed="1" id="Desktop_SignUps_Sheet_970x90_Top_0"
style="min-height: 90px; display: flex; align-items: center; justify-content: center; flex-direction: column;" data-google-query-id="CLKft9-2l_kCFYkGwwodklIPcw">
<div id="google_ads_iframe_/1966186,10016986/Pub_signupgenius.com_970x90_33_0__container__" style="border: 0pt none; display: inline-flex;"><iframe id="google_ads_iframe_/1966186,10016986/Pub_signupgenius.com_970x90_33_0"
name="google_ads_iframe_/1966186,10016986/Pub_signupgenius.com_970x90_33_0" title="3rd party ad content" width="970" height="90" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" role="region" aria-label="Advertisement"
tabindex="0" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation" style="border: 0px; vertical-align: bottom;" data-load-complete="true"
data-google-container-id="1"></iframe></div>
</div>
<script type="text/javascript">
var keyvalue = "sug_theme=school";
var adtags = document.querySelector(".ad-tag")
adtags.setAttribute("data-ad-targeting", keyvalue);
(deployads = window.deployads || []).disablePageSegmentSessionTracking = true;
(deployads = window.deployads || []).pageSegment = keyvalue;
</script>
</span></div>
</div>
<div class="spacer-sm"></div>
<div class="container ng-scope" style="min-width:970px !important;" data-ng-controller="sideAdLayoutController" id="sugBasicWrap">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<!-- ngIf: objConfig.showleft == true -->
<!-- ngIf: objConfig.showleft == true -->
<td class="SUGmain" valign="top" style="position:relative" id="signupcontainer">
<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": "/images/theme/back_to_school_7.jpg",
"PAIRVALUE": "",
"ISAPPROVED": 1,
"SERVERFILENAME": "back_to_school_7.jpg",
"desktopMemberImage": "https://www.signupgenius.com/images/theme/back_to_school_7.jpg",
"IMAGEHEIGHT": 224,
"ID": 615379,
"THEMEID": 946,
"PAIREDIMAGEWIDTH": 0,
"isCustomImage": 0,
"PAIREDIMAGEFILENAME": "",
"stockThemeImage": "/images/theme/back_to_school_7.jpg",
"mainImagePath": "",
"DISABLED": 0,
"PAIREDIMAGEID": 0,
"mobileMemberImage": "https://www.signupgenius.com/images/theme/back_to_school_7.jpg",
"IMAGECROPCOORDS": [0.0, 0.0, 325.0, 217.0, 325.0, 217.0],
"IMAGEWIDTH": 335,
"IMAGECUSTOM": 0,
"IMAGETYPE": "Main",
"IMAGERATIO": 1.5,
"CLIENTFILENAME": "Back to School 7",
"PAIREDIMAGEHEIGHT": 0
};
//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>
<div ng-controller="desktopSignup" class="ng-scope">
<style>
.col-body-100 {
width: calc(100% - (335px + 25px));
max-width: calc(100% - (25px + 335px));
}
.col-image,
.mod-1-image-1 {
width: 335px;
max-width: 335px;
}
</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-body-100,
.col-image {
margin-bottom: 25px;
}
</style>
<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="/images/theme/back_to_school_7.jpg" alt="" border="0">
</div>
</div>
</div>
<div class="col-body-100 SUGmain" id="col2id">
<div class="SUGbold">Darby</div>
<h1 class="SUGHeaderText">#givehwereyoulive Back-to-School Drive</h1>
<p style="text-align: inherit;">Thank you for helping us support families in our community get their back-to-school ready. </p>
<table>
<tbody>
<tr>
<td><strong>Created by:</strong> </td>
<td valign="top">
<profile-pic dataset="{"id":3,"value":10160845040095702,"type":"facebook"}" color="#FFFFFF" bgcolor="#8B3E7D" class="ng-isolate-scope"><!-- ngInclude: getContentUrl() -->
<div ng-include="getContentUrl()" style="height:30px;" class="ng-scope">
<div style="display: inline-block;" class="ng-scope">
<div class="ppic ppic-30" data-ng-style="{'background-color': bgcolor }" style="background-color: rgb(139, 62, 125);">
<img alt="Profile Icon" style="margin: 0px !important; padding: 0px !important; vertical-align: baseline !important; height: 30px; width: 30px;" data-ng-style="{height: imgsize + 'px' , width: imgsize +'px'}"
data-ng-src="https://graph.facebook.com/10160845040095702/picture?type=normal&width=30&height=30" src="https://graph.facebook.com/10160845040095702/picture?type=normal&width=30&height=30">
</div>
<div data-ng-show="link" class="ppic ppic-edit-30 ng-hide">
<a href="https://www.signupgenius.com/index.cfm?go=m.editprofile" alt="Edit profile image"><span class="glyphicon glyphicon-camera"></span></a>
</div>
</div>
</div>
</profile-pic>
</td>
<td> Darby Merriman</td>
<td>
<div style="padding-top:
2px;"> <a href="https://www.signupgenius.com/index.cfm?go=c.help&eid=08CAC0DDFEC5F9&cs=09CBBAAE8FCD8B117B7A64025BCF&id=36531341&urlID=10C0444AEAD23A46-givehwereyoulive" 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>
</div>
</div>
<div class="clearfix"></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>
<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;
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="10C0444AEAD23A46-givehwereyoulive">
<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="#430F31" height="35" class="SUGtableheader"> Available Slot <span class="SUGheaddate"></span>
</td>
</tr>
<tr>
<td class="SUGtable" valign="top">
<table width="100%" cellpadding="2" cellspacing="0">
<!-- end output loop w/ group="itemID" -->
<tbody>
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">12 pack No 2 Dixon Ticonderoga Latex Free Pencil (2)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416530);checkLIST(1123416530);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416530" id="checkbox1123416530" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416530);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Latex free pink bevel eraser (4)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416500);checkLIST(1123416500);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416500" id="checkbox1123416500" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416500);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">12ct. Crayola 7" Colored Pre-sharpened Pencils (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416524);checkLIST(1123416524);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416524" id="checkbox1123416524" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416524);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Sharpie Accent Fluorescent Yellow Chisel Tip Highlighter (2)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416519);checkLIST(1123416519);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416519" id="checkbox1123416519" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416519);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Green Poly Pocket Folder w/ brads </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416518);checkLIST(1123416518);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416518" id="checkbox1123416518" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416518);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">1-inch hardback vinyl binder </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416520);checkLIST(1123416520);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416520" id="checkbox1123416520" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416520);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">100 page, poly wide-rule perforated spiral w/2 pockets </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416514);checkLIST(1123416514);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416514" id="checkbox1123416514" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416514);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">100 page wide-ruled black marble composition book (2)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416492);checkLIST(1123416492);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416492" id="checkbox1123416492" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416492);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Stylus Pen - any color </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416495);checkLIST(1123416495);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416495" id="checkbox1123416495" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416495);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">110-ct Scotties tissues (2)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416501);checkLIST(1123416501);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416501" id="checkbox1123416501" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416501);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">4ct assorted Expo dry erase chisel tip markers </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416507);checkLIST(1123416507);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416507" id="checkbox1123416507" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416507);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">200 page wide rule 8x10.5' filler paper (2)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416525);checkLIST(1123416525);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416525" id="checkbox1123416525" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416525);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">100 ct 3x5" ruled index cards (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416529);checkLIST(1123416529);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416529" id="checkbox1123416529" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416529);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Crayola classic thick markers (10 ct) </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416510);checkLIST(1123416510);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416510" id="checkbox1123416510" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416510);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">8 oz waterless hand sanitizer w/pump </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416506);checkLIST(1123416506);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416506" id="checkbox1123416506" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416506);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">30 ct sheets Clorox disinfectant wipes (4)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416515);checkLIST(1123416515);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416515" id="checkbox1123416515" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416515);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">5ct package of adult disposable masks (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416497);checkLIST(1123416497);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416497" id="checkbox1123416497" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416497);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Personal size hand sanitizer (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416496);checkLIST(1123416496);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416496" id="checkbox1123416496" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416496);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Pencil pouch (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416512);checkLIST(1123416512);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416512" id="checkbox1123416512" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416512);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Hand-held pencil sharpener (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416516);checkLIST(1123416516);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416516" id="checkbox1123416516" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416516);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Package of red pens (2)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416513);checkLIST(1123416513);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416513" id="checkbox1123416513" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416513);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Box of black pens (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416493);checkLIST(1123416493);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416493" id="checkbox1123416493" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416493);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Box of blue pens (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416526);checkLIST(1123416526);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416526" id="checkbox1123416526" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416526);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Assorted package of highlighters (3)</p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">At least 3 per package</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416517);checkLIST(1123416517);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416517" id="checkbox1123416517" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416517);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Box of colored pencils (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416527);checkLIST(1123416527);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416527" id="checkbox1123416527" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416527);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Box of markers (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416508);checkLIST(1123416508);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416508" id="checkbox1123416508" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416508);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">12" Ruler (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416528);checkLIST(1123416528);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416528" id="checkbox1123416528" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416528);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Assorted pocket folders w/brads (18)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416502);checkLIST(1123416502);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416502" id="checkbox1123416502" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416502);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Single subject spiral notebooks (14)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416504);checkLIST(1123416504);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416504" id="checkbox1123416504" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416504);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Assorted color sticky notes (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416521);checkLIST(1123416521);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416521" id="checkbox1123416521" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416521);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Package college-ruled notebook paper (3)</p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">3-hole</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416522);checkLIST(1123416522);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416522" id="checkbox1123416522" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416522);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Package of dividers (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416509);checkLIST(1123416509);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416509" id="checkbox1123416509" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416509);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">1" 3-ring binder (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416499);checkLIST(1123416499);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416499" id="checkbox1123416499" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416499);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Earbuds (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416523);checkLIST(1123416523);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416523" id="checkbox1123416523" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416523);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Student planner (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416503);checkLIST(1123416503);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416503" id="checkbox1123416503" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416503);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">USB flash drive (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123416494);checkLIST(1123416494);">Sign Up </span>
<input name="siid" type="checkbox" value="1123416494" id="checkbox1123416494" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123416494);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Box of #2 Pencils (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123839331);checkLIST(1123839331);">Sign Up </span>
<input name="siid" type="checkbox" value="1123839331" id="checkbox1123839331" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123839331);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Box of Tissues (3)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123840393);checkLIST(1123840393);">Sign Up </span>
<input name="siid" type="checkbox" value="1123840393" id="checkbox1123840393" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123840393);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Package of Sticky Flags (2)</p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123840647);checkLIST(1123840647);">Sign Up </span>
<input name="siid" type="checkbox" value="1123840647" id="checkbox1123840647" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123840647);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Geometry Compass </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123844660);checkLIST(1123844660);">Sign Up </span>
<input name="siid" type="checkbox" value="1123844660" id="checkbox1123844660" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123844660);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Geometry Protractor </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123845095);checkLIST(1123845095);">Sign Up </span>
<input name="siid" type="checkbox" value="1123845095" id="checkbox1123845095" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123845095);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Hand-held hole punch </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123845530);checkLIST(1123845530);">Sign Up </span>
<input name="siid" type="checkbox" value="1123845530" id="checkbox1123845530" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123845530);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Package of Graph Paper </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123845611);checkLIST(1123845611);">Sign Up </span>
<input name="siid" type="checkbox" value="1123845611" id="checkbox1123845611" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123845611);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Package of hole reinforcements </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123845648);checkLIST(1123845648);">Sign Up </span>
<input name="siid" type="checkbox" value="1123845648" id="checkbox1123845648" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123845648);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Mini Stapler w/ staples </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123847547);checkLIST(1123847547);">Sign Up </span>
<input name="siid" type="checkbox" value="1123847547" id="checkbox1123847547" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123847547);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Staple remover </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123847681);checkLIST(1123847681);">Sign Up </span>
<input name="siid" type="checkbox" value="1123847681" id="checkbox1123847681" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123847681);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Correction fluid </p>
<p class="SUGsmall hrow">
</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123848629);checkLIST(1123848629);">Sign Up </span>
<input name="siid" type="checkbox" value="1123848629" id="checkbox1123848629" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123848629);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Standard size backpack </p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">Dark rose or gray (female)</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123854381);checkLIST(1123854381);">Sign Up </span>
<input name="siid" type="checkbox" value="1123854381" id="checkbox1123854381" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123854381);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Standard size backpack </p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">Black (male)</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1123855250);checkLIST(1123855250);">Sign Up </span>
<input name="siid" type="checkbox" value="1123855250" id="checkbox1123855250" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1123855250);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Standard size backpack </p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">Red (male)</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1124151125);checkLIST(1124151125);">Sign Up </span>
<input name="siid" type="checkbox" value="1124151125" id="checkbox1124151125" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1124151125);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">Standard size backpack </p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">Vintage green or gray (male)</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1124151182);checkLIST(1124151182);">Sign Up </span>
<input name="siid" type="checkbox" value="1124151182" id="checkbox1124151182" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1124151182);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid;">
<p class="SUGbigbold hrow">BPA Free water bottle </p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">Red (male)</p>
</td>
<td width="4%" valign="top" style="border-bottom: 1px #430F31 solid;"> </td>
<td valign="top" width="48%" style="border-bottom: 1px #430F31 solid; padding-top:0px">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1124151214);checkLIST(1124151214);">Sign Up </span>
<input name="siid" type="checkbox" value="1124151214" id="checkbox1124151214" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1124151214);">
</span>
</div>
</td>
</tr>
<!-- end output loop w/ group="itemID" -->
<tr>
<td valign="top" width="48%" style="padding-top:10px;">
<p class="SUGbigbold hrow">Gift cards </p>
<p class="SUGsmall hrow">
</p>
<p class="SUGcomment hrow">Trgt, WM,Vsa, MC - any amount</p>
</td>
<td width="4%" valign="top"> </td>
<td valign="top" width="48%">
<div class="SUGbuttonContainer link_cursor" style="margin-top:10px;">
<span class="SUGbutton rounded">
<span onclick="checkTheBox(1124151579);checkLIST(1124151579);">Sign Up </span>
<input name="siid" type="checkbox" value="1124151579" id="checkbox1124151579" style="vertical-align: middle;position:relative;bottom:3px;" onclick="checkLIST(1124151579);">
</span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<!-- ngIf: objConfig.showright == true -->
<td data-ng-if="objConfig.showright == true" width="40" class="ng-scope"><img src="/images/spacer.gif" width="40" height="1"></td><!-- end ngIf: objConfig.showright == true -->
<!-- ngIf: objConfig.showright == true -->
<td data-ng-if="objConfig.showright == true" valign="top" width="300" data-ng-class="[{thickCol: !objConfig.showthin, thinCol: objConfig.showthin}]" class="ng-scope [object Object]">
<div data-ng-class="[{thickCol: !objConfig.showthin, thinCol: objConfig.showthin}]" style="display:inline-block;" class="[object Object]"></div>
<!-- ngIf: !objConfig.showsecondary -->
<!-- ngIf: objConfig.showsecondary -->
<div data-ng-if="objConfig.showsecondary" class="ng-scope">
<div id="sticky-anchor-ur"></div>
<div id="sticky-ur">
<div data-ng-controller="sideAdController" class="ng-scope">
<!-- ngIf: objConfig.showright && !objConfig.showthin -->
<div align="center" data-ng-if="objConfig.showright && !objConfig.showthin" id="signup_right_dynamicskyscraper" network="sortable" platform="desktop" category="signups" section="sheet" type="dynamicskyscraper" themeid="946"
position="right" class="ng-isolate-scope"><span>
<div class="ad-tag" data-ad-name="Desktop_SignUps_Sheet_300x600_Right" data-ad-size="300x600" data-ad-refresh="time 30s" data-ad-targeting="sug_theme=school" data-ad-processed="1" id="Desktop_SignUps_Sheet_300x600_Right_0"
style="min-height: 600px; display: flex; align-items: center; justify-content: center; flex-direction: column;" data-google-query-id="CLOft9-2l_kCFYkGwwodklIPcw">
<div id="google_ads_iframe_/1966186,10016986/Pub_signupgenius.com_300x600_14_0__container__" style="border: 0pt none; display: inline-flex;"><iframe id="google_ads_iframe_/1966186,10016986/Pub_signupgenius.com_300x600_14_0"
name="google_ads_iframe_/1966186,10016986/Pub_signupgenius.com_300x600_14_0" title="3rd party ad content" width="300" height="600" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" role="region"
aria-label="Advertisement" tabindex="0" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation" style="border: 0px; vertical-align: bottom;"
data-load-complete="true" data-google-container-id="2"></iframe></div>
</div>
<script type="text/javascript">
var keyvalue = "sug_theme=school";
var adtags = document.querySelector(".ad-tag")
adtags.setAttribute("data-ad-targeting", keyvalue);
(deployads = window.deployads || []).disablePageSegmentSessionTracking = true;
(deployads = window.deployads || []).pageSegment = keyvalue;
</script>
</span></div><!-- end ngIf: objConfig.showright && !objConfig.showthin -->
<!-- ngIf: objConfig.showright && objConfig.showthin -->
</div>
<!-- ngIf: objConfig.shownoadlink && objConfig.showsecondary -->
</div>
<div data-ng-style="{ 'height': objConfig.adspacing }" style="height: 1400px;"></div>
<div id="sticky-bottom-ur"></div>
</div><!-- end ngIf: objConfig.showsecondary -->
<!-- ngIf: objConfig.showsecondary -->
<div data-ng-if="objConfig.showsecondary" class="ng-scope">
<div id="sticky-anchor-lr"></div>
<div id="sticky-lr">
<div data-ng-controller="sideAdController" class="ng-scope">
<!-- ngIf: objConfig.showright && !objConfig.showthin -->
<div align="center" data-ng-if="objConfig.showright && !objConfig.showthin" id="signup_right_secondary_dynamicskyscraper" network="sortable" platform="desktop" category="signups" section="sheet" type="dynamicskyscraper"
themeid="946" position="right" secondary="true" class="ng-isolate-scope"><span>
<div class="ad-tag" data-ad-name="Desktop_SignUps_Sheet_300x600_Right_Secondary" data-ad-size="300x600" data-ad-refresh="time 30s" data-ad-targeting="sug_theme=school" data-ad-processed="1"
id="Desktop_SignUps_Sheet_300x600_Right_Secondary_0" style="min-height: 600px; display: flex; align-items: center; justify-content: center; flex-direction: column;" data-google-query-id="CLSft9-2l_kCFYkGwwodklIPcw">
<div id="google_ads_iframe_/1966186,10016986/Pub_signupgenius.com_300x600_24_0__container__" style="border: 0pt none; display: inline-flex;"><iframe id="google_ads_iframe_/1966186,10016986/Pub_signupgenius.com_300x600_24_0"
name="google_ads_iframe_/1966186,10016986/Pub_signupgenius.com_300x600_24_0" title="3rd party ad content" width="300" height="600" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" role="region"
aria-label="Advertisement" tabindex="0" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation" style="border: 0px; vertical-align: bottom;"
data-load-complete="true" data-google-container-id="3"></iframe></div>
</div>
<script type="text/javascript">
var keyvalue = "sug_theme=school";
var adtags = document.querySelector(".ad-tag")
adtags.setAttribute("data-ad-targeting", keyvalue);
(deployads = window.deployads || []).disablePageSegmentSessionTracking = true;
(deployads = window.deployads || []).pageSegment = keyvalue;
</script>
</span></div><!-- end ngIf: objConfig.showright && !objConfig.showthin -->
<!-- ngIf: objConfig.showright && objConfig.showthin -->
</div>
</div>
<div id="sticky-bottom-lr"></div>
</div><!-- end ngIf: objConfig.showsecondary -->
</td><!-- end ngIf: objConfig.showright == true -->
</tr>
</tbody>
</table>
<div id="sticky-bottom"></div>
<span class="spacer"></span>
</div>
<!-- lazy load bottom ad -->
<div id="botSegmentContainerId" class="row ng-scope" align="center" data-ng-controller="lazyBottomSegmentController" style="z-index:9000">
<div class="col-xs-12">
<!-- ngIf: showFooterAd -->
</div>
</div>
</form>
Text Content
We value your privacy. We use cookies and other technologies to keep the site reliable and secure, tailor your experience, measure site performance and present relevant offers and advertisements, as described in our Privacy Policy. Got it! Toggle navigation * Features * Pricing * More * Resources & Tips * Blog * Collect Money * Enterprise * Help * Log In * Create a Sign Up Darby #GIVEHWEREYOULIVE BACK-TO-SCHOOL DRIVE Thank you for helping us support families in our community get their back-to-school ready. Created by: Darby Merriman Available Slot 12 pack No 2 Dixon Ticonderoga Latex Free Pencil (2) Sign Up Latex free pink bevel eraser (4) Sign Up 12ct. Crayola 7" Colored Pre-sharpened Pencils (3) Sign Up Sharpie Accent Fluorescent Yellow Chisel Tip Highlighter (2) Sign Up Green Poly Pocket Folder w/ brads Sign Up 1-inch hardback vinyl binder Sign Up 100 page, poly wide-rule perforated spiral w/2 pockets Sign Up 100 page wide-ruled black marble composition book (2) Sign Up Stylus Pen - any color Sign Up 110-ct Scotties tissues (2) Sign Up 4ct assorted Expo dry erase chisel tip markers Sign Up 200 page wide rule 8x10.5' filler paper (2) Sign Up 100 ct 3x5" ruled index cards (3) Sign Up Crayola classic thick markers (10 ct) Sign Up 8 oz waterless hand sanitizer w/pump Sign Up 30 ct sheets Clorox disinfectant wipes (4) Sign Up 5ct package of adult disposable masks (3) Sign Up Personal size hand sanitizer (3) Sign Up Pencil pouch (3) Sign Up Hand-held pencil sharpener (3) Sign Up Package of red pens (2) Sign Up Box of black pens (3) Sign Up Box of blue pens (3) Sign Up Assorted package of highlighters (3) At least 3 per package Sign Up Box of colored pencils (3) Sign Up Box of markers (3) Sign Up 12" Ruler (3) Sign Up Assorted pocket folders w/brads (18) Sign Up Single subject spiral notebooks (14) Sign Up Assorted color sticky notes (3) Sign Up Package college-ruled notebook paper (3) 3-hole Sign Up Package of dividers (3) Sign Up 1" 3-ring binder (3) Sign Up Earbuds (3) Sign Up Student planner (3) Sign Up USB flash drive (3) Sign Up Box of #2 Pencils (3) Sign Up Box of Tissues (3) Sign Up Package of Sticky Flags (2) Sign Up Geometry Compass Sign Up Geometry Protractor Sign Up Hand-held hole punch Sign Up Package of Graph Paper Sign Up Package of hole reinforcements Sign Up Mini Stapler w/ staples Sign Up Staple remover Sign Up Correction fluid Sign Up Standard size backpack Dark rose or gray (female) Sign Up Standard size backpack Black (male) Sign Up Standard size backpack Red (male) Sign Up Standard size backpack Vintage green or gray (male) Sign Up BPA Free water bottle Red (male) Sign Up Gift cards Trgt, WM,Vsa, MC - any amount Sign Up ©2022 SignUpGenius. All Rights Reserved. Privacy Policy | Terms of Service | Do Not Sell My Personal Information