snippet
stringlengths
90
790k
description
stringlengths
1
150
<li><input class="inactive" data-id="122328" data-name="Coppertone" data-type="Brand" id="coppertone" name="brand_id[]" target="" type="checkbox" value="122328-coppertone"/><label title="Coppertone">Coppertone <span>(2)</span></label></li>
coppertone
<li><input class="inactive" data-id="122328" data-name="Coppertone" data-type="Brand" id="coppertone" name="brand_id[]" target="" type="checkbox" value="122328-coppertone"/><span title="Coppertone">Coppertone <span>(43)</span></span></li>
coppertone
<div class="url-copy-wrap"><div class="hd-element">Copy</div><input id="urlCopy" name="" readonly="readonly" target="" type="text" value=""/><button onclick="urlCopyBttn();" type="button">Copy</button></div>
copy
<div class="copy-link"><input id="copyInput" readonly="readonly/" target="" value="https://www.newestatebg.com/property/apartment-bedrooms-1-73-sq-m-sunny-beach/?pid=4183"/><label id="copyLink">Copy Link<span>link copied...</span></label></div>
copy link
<div class="copy-link"><input id="copyInput" readonly="readonly/" target="" value="https://www.newestatebg.com/property/apartment-bedrooms-1-63-sq-m-byala/?pid=5317"/><label id="copyLink">Copy Link<span>link copied...</span></label></div>
copy link
<div class="text-input" clear=""><label class="field-description">Your Email:</label><input class="required" display-block-error="" email="" id="FromAddress" maxlength="64" name="FromAddress" type="text" value=""/><input checked="checked" class="checkbox" id="CopyFromAddress" name="CopyFromAddress" target="" type="checkbox" value="true"/><label>Copy Me</label><div class="error-container"></div></div>
copy me
<div class="text-input" clear=""><label class="field-description">Your Email:</label><input class="required" display-block-error="" email="" id="FromAddress" maxlength="64" name="FromAddress" type="text" value=""/><input checked="checked" class="checkbox" id="CopyFromAddress" name="CopyFromAddress" target="" type="checkbox" value="true"/><a>Copy Me</a><div class="error-container"></div></div>
copy me
<div class="inhalt"><ul class="breadcrumb"><li class="breadfirst"><a href="http://www.recalcati.com/en/walking-sticks-shoehorns/1-0.html">Home</a></li><li><a href="http://www.recalcati.com/en/contact/contact/15-0.html" title="Contact">Contact</a></li></ul><div class="clear"> </div><div class="content"><h1>Contact</h1><div class="info"><b>Request for:</b><br/><b>Product</b>: OR4221 - OR4221 - COCKER<br/></div><script type="text/javascript">// <![CDATA[function Formular () {this.texthinweis = 'Please fill in the missing fields.';this.uploadtexthinweis = 'Upload in progress';this.bSubmitFormular = true;this.bSubmited = false;this.bUploading = false;this.sAlertMessage = '';Formular.prototype.Kontrolle = function(sFormular) {var i, j, feld, bCustomError, isCustomError, constError;constError = 'error';constErrorMatch = 'errormatch';this.bSubmitFormular = true;this.sAlertMessage = '';for(i = 1; i < this.Kontrolle.arguments.length; i++) {feld = this.Kontrolle.arguments[i];bCustomError = false;isCustomError = false;if (document.getElementById(sFormular)[feld+constError] != null) {switch (document.getElementById(sFormular)[feld+constError].value) {case 'betrag': {if (document.getElementById(sFormular)[feld].value.length < 1) {this.SetCssError(sFormular, feld);this.SetAlertMessage(document.getElementById(sFormular)[feld+constError].alt);isCustomError = true;}var reg = new RegExp('^\\\\d*$'); var res = (reg.test(document.getElementById(sFormular)[feld].value));var reg2 = new RegExp('^[0-9][0-9]*(\\\\.[0-9]{1,2})$'); var res2 = (reg2.test(document.getElementById(sFormular)[feld].value.replace(/,/g,'.')));if ((res == false) && (res2 == false)) {this.SetCssError(sFormular, feld);this.SetAlertMessage(document.getElementById(sFormular)[feld+constError].alt);isCustomError = true;}bCustomError = true;break;}case 'zahl': {if (document.getElementById(sFormular)[feld].value.length < 1) {this.SetCssError(sFormular, feld);this.SetAlertMessage(document.getElementById(sFormular)[feld+constError].alt);isCustomError = true;}var reg = new RegExp('^[-+]?\\\\d*$'); var res = (reg.test(document.getElementById(sFormular)[feld].value));if (res == false) {this.SetCssError(sFormular, feld);this.SetAlertMessage(document.getElementById(sFormular)[feld+constError].alt);isCustomError = true;}bCustomError = true;break;}case 'email': {var reg = new RegExp('^([a-zA-Z0-9\\\\-\\\\.\\\\_]+)(\\\\@)([a-zA-Z0-9\\\\-\\\\.]+)(\\\\.)([a-zA-Z]{2,4})$'); var res = (reg.test(document.getElementById(sFormular)[feld].value));if (res == false) {this.SetCssError(sFormular, feld);this.SetAlertMessage(document.getElementById(sFormular)[feld+constError].alt);if (document.getElementById(sFormular)[feld].value == '') { document.getElementById(sFormular)[feld].value = document.getElementById(sFormular)[feld+constErrorMatch].value;}isCustomError = true;}bCustomError = true;break;}case 'steuernummer': {var reg = new RegExp(/^[A-Z]{6}\\d{2}[A-Z]\\d{2}[A-Z]\\d{3}[A-Z]$/); var res = (reg.test(document.getElementById(sFormular)[feld].value));if (res == false) {this.SetCssError(sFormular, feld);this.SetAlertMessage(document.getElementById(sFormular)[feld+constError].alt);if (document.getElementById(sFormular)[feld].value == '') { document.getElementById(sFormular)[feld].value = document.getElementById(sFormular)[feld+constErrorMatch].value;}isCustomError = true;}bCustomError = true;break;}}if (!isCustomError) {this.SetCssNormal(sFormular, feld);}}if (!bCustomError) {switch (document.getElementById(sFormular)[feld].type) {case 'text': {if (document.getElementById(sFormular)[feld+constErrorMatch] != null && document.getElementById(sFormular)[feld+constErrorMatch] != undefined) {if (this.Trim(document.getElementById(sFormular)[feld].value) == '' || document.getElementById(sFormular)[feld].value == document.getElementById(sFormular)[feld+constErrorMatch].value) {document.getElementById(sFormular)[feld].value = document.getElementById(sFormular)[feld+constErrorMatch].value;this.SetCssError(sFormular, feld);if (document.getElementById(sFormular)[feld+constError] != null) {if (document.getElementById(sFormular)[feld+constError].alt != '') {this.SetAlertMessage(document.getElementById(sFormular)[feld+constError].alt);}}this.SetAlertMessage(this.texthinweis);} else {this.SetCssNormal(sFormular, feld);}}break;}case 'checkbox': {this.SetCssNormalLabel(sFormular, document.getElementById(sFormular)[feld].id);if (!document.getElementById(sFormular)[feld].checked) {this.SetCssErrorLabel(sFormular, document.getElementById(sFormular)[feld].id);if (document.getElementById(sFormular)[feld+constError] != null) {this.SetAlertMessage(document.getElementById(sFormular)[feld+constError].alt);} else {this.SetAlertMessage(this.texthinweis);}}break;}case 'password': {if (document.getElementById(sFormular)[feld+constErrorMatch] != null && document.getElementById(sFormular)[feld+constErrorMatch] != undefined) {if (this.Trim(document.getElementById(sFormular)[feld].value) == '' || document.getElementById(sFormular)[feld].value == document.getElementById(sFormular)[feld+constErrorMatch].value) {document.getElementById(sFormular)[feld].value = document.getElementById(sFormular)[feld+constErrorMatch].value;this.SetCssError(sFormular, feld);if (document.getElementById(sFormular)[feld+constError] != null) {if (document.getElementById(sFormular)[feld+constError].alt != '') {this.SetAlertMessage(document.getElementById(sFormular)[feld+constError].alt);}}this.SetAlertMessage(this.texthinweis);} else {this.SetCssNormal(sFormular, feld);}}break;}case 'radio': {this.SetCssNormalLabel(sFormular, document.getElementById(sFormular)[feld].id);if (!document.getElementById(sFormular)[feld].checked) {this.SetCssErrorLabel(sFormular, document.getElementById(sFormular)[feld].id);if (document.getElementById(sFormular)[feld+constError] != null) {this.SetAlertMessage(document.getElementById(sFormular)[feld+constError].alt);} else {this.SetAlertMessage(this.texthinweis);}}break;}case 'hidden': {this.SetCssNormalID(sFormular, document.getElementById(sFormular)[feld].id + 'fieldset');if (document.getElementById(sFormular)[feld].value == '') {this.SetCssErrorID(sFormular, document.getElementById(sFormular)[feld].id + 'fieldset');if (document.getElementById(sFormular)[feld+constError] != null) {this.SetAlertMessage(document.getElementById(sFormular)[feld+constError].alt);} else {this.SetAlertMessage(this.texthinweis);}}break;}case undefined: {if (document.getElementsByName(feld)[0].type == 'radio') {var bRadeoGroupChecked = false;for (j = 0; j < document.getElementsByName(feld).length; j++) {if (document.getElementsByName(feld)[j].checked) {bRadeoGroupChecked = true;}}for (j = 0; j < document.getElementsByName(feld).length; j++) {if (!bRadeoGroupChecked) {this.SetCssErrorLabel(sFormular, document.getElementsByName(feld)[j].id);if (document.getElementById(sFormular)[feld+constError] != null) {this.SetAlertMessage(document.getElementById(sFormular)[feld+constError].alt);} else {this.SetAlertMessage(this.texthinweis);}} else {this.SetCssNormalLabel(sFormular, document.getElementsByName(feld)[j].id);}}}break;}default: {if (document.getElementById(sFormular)[feld+constErrorMatch] != null && document.getElementById(sFormular)[feld+constErrorMatch] != undefined) {if (this.Trim(document.getElementById(sFormular)[feld].value) == '' || document.getElementById(sFormular)[feld].value == document.getElementById(sFormular)[feld+constErrorMatch].value) {document.getElementById(sFormular)[feld].value = document.getElementById(sFormular)[feld+constErrorMatch].value;this.SetCssError(sFormular, feld);if (document.getElementById(sFormular)[feld+constError] != null) {if (document.getElementById(sFormular)[feld+constError].alt != '') {this.SetAlertMessage(document.getElementById(sFormular)[feld+constError].alt);}}this.SetAlertMessage(this.texthinweis);} else {this.SetCssNormal(sFormular, feld);}}break;}}}}if (this.bSubmitFormular) {if (this.bUploading == false) {if (this.bSubmited == false) {this.bSubmited = true;document.getElementById(sFormular).submit();}} else {alert(this.uploadtexthinweis)}} else {alert(this.sAlertMessage);return false;}};Formular.prototype.SetAlertMessage = function(sMessage) {if (this.bSubmitFormular) {this.sAlertMessage = sMessage;this.bSubmitFormular = false;}return false;};Formular.prototype.Loschen = function(oThis, sDeleteThis) {if (oThis.className.search(/fehler/) != -1) {oThis.className = oThis.className.replace(/fehler/, 'aktiv');} else {if (oThis.className.search(/aktiv/) == -1) {oThis.className = oThis.className + ' aktiv';}}if (sDeleteThis == undefined) {sDeleteThis = '';}if ((oThis.value == '') || (oThis.value == oThis.alt) || (oThis.value.replace(/[\\r\\n]+/g, '') == sDeleteThis.replace(/[\\r\\n]+/g, ''))) {oThis.value = '';}return false;};Formular.prototype.SetCssError = function(sFormular, feld) {if (document.getElementById(sFormular)[feld].className.search(/aktiv/) != -1) {document.getElementById(sFormular)[feld].className = document.getElementById(sFormular)[feld].className.replace(/aktiv/, 'fehler');} else {if (document.getElementById(sFormular)[feld].className.search(/fehler/) == -1) {document.getElementById(sFormular)[feld].className = document.getElementById(sFormular)[feld].className + ' fehler';}}return false;};Formular.prototype.SetCssErrorID = function(sFormular, feld) {if (document.getElementById(feld).className.search(/aktiv/) != -1) {document.getElementById(feld).className = document.getElementById(feld).className.replace(/aktiv/, 'fehler');} else {if (document.getElementById(feld).className.search(/fehler/) == -1) {document.getElementById(feld).className = document.getElementById(feld).className + ' fehler';}}return false;};Formular.prototype.SetCssErrorLabel = function(sFormular, labelID) {var element, Elements, i;Elements = document.getElementsByTagName('label');for (i = 0; i < Elements.length; i++) {if (Elements[i].getAttribute('for') == labelID) {element = Elements[i];}if (Elements[i].getAttribute('htmlFor') == labelID) {element = Elements[i];}}if (element != undefined) {if (element.className.search(/aktiv/) != -1) {element.className = element.className.replace(/aktiv/, 'fehler');} else {if (element.className.search(/fehler/) == -1) {element.className = element.className + ' fehler';}}}return false;};Formular.prototype.SetCssNormal = function(sFormular, feld) {document.getElementById(sFormular)[feld].className = document.getElementById(sFormular)[feld].className.replace(/fehler/, '');return false;};Formular.prototype.SetCssNormalID = function(sFormular, feld) {document.getElementById(feld).className = document.getElementById(feld).className.replace(/fehler/, '');return false;};Formular.prototype.SetCssNormalLabel = function(sFormular, labelID) {var element, Elements, i;Elements = document.getElementsByTagName('label');for (i = 0; i < Elements.length; i++) {if (Elements[i].getAttribute('for') == labelID) {element = Elements[i];}if (Elements[i].getAttribute('htmlFor') == labelID) {element = Elements[i];}}if (element != undefined) {element.className = element.className.replace(/fehler/, '');}return false;};Formular.prototype.LTrim = function(str) {var whitespace = new String(' \\t\\n\\r');var s = new String(str);if (whitespace.indexOf(s.charAt(0)) != -1) {var j = 0, i = s.length;while (j < i && whitespace.indexOf(s.charAt(j)) != -1) {j++;s = s.substring(j, i);}}return s;};Formular.prototype.RTrim = function(str) {var whitespace = new String(' \\t\\n\\r');var s = new String(str);if (whitespace.indexOf(s.charAt(s.length-1)) != -1) {var i = s.length - 1;while (i >= 0 && whitespace.indexOf(s.charAt(i)) != -1) {i--;s = s.substring(0, i+1);}}return s;};Formular.prototype.Trim = function(str) {return this.RTrim(this.LTrim(str));};Formular.prototype.Upload = function(id) {var self = this;self.bUploading = true;self.sText = document.getElementById(id + 'text').innerHTML;var frame = document.getElementById(id + 'frame');document.getElementById(id + 'text').innerHTML = 'Uploading...';frame.style.display = 'none';document.getElementById(id + 'status').className = 'status1';document.getElementById(id + 'button').className = 'button1';Event.observe(frame, 'load', function(){if (frame.contentWindow.document.getElementById('status') != undefined) {if (frame.contentWindow.document.getElementById('status').innerHTML != '') {try {var data = eval('(' + frame.contentWindow.document.getElementById('status').innerHTML + ')');} catch (err) {var data = {};}if (document.getElementById(id + 'status').className == 'status1') {if (data.file != null) {self.bUploading = false;Formular.prototype.SetCssNormalID('', id + 'fieldset');document.getElementById(id).value = data.file.tempfile;document.getElementById(id + 'text').innerHTML = data.file.text;document.getElementById(id + 'status').className = 'status3';document.getElementById(id + 'button').className = 'button3';} else {if (data.error != null) {document.getElementById(id + 'text').innerHTML = data.error;} else {document.getElementById(id + 'text').innerHTML = 'The file size is too large';}document.getElementById(id + 'status').className = 'status2';document.getElementById(id + 'button').className = 'button2';}}}} else {if (document.getElementById(id + 'status').className == 'status1') {document.getElementById(id + 'text').innerHTML = 'The file size is too large';document.getElementById(id + 'status').className = 'status2';document.getElementById(id + 'button').className = 'button2';}}});document.getElementById(id + 'button').onclick = function () {self.bUploading = false;var temp = document.getElementById(id + 'frame').src;document.getElementById(id + 'frame').src = 'about:blank';document.getElementById(id + 'status').className = 'status0';document.getElementById(id + 'button').className = 'button0';document.getElementById(id + 'button').onclick = function(){};document.getElementById(id + 'frame').style.display = '';document.getElementById(id + 'frame').src = temp;document.getElementById(id).value = '';document.getElementById(id + 'text').innerHTML = self.sText;};};Formular.prototype.IsEnter = function(oEvent, sFunction) {if (oEvent.keyCode == 13 && !oEvent.shiftKey) { window.setTimeout(sFunction, 1);}return false;}};var AnfrageFormular = new Formular();function AnfrageSenden () { return AnfrageFormular.Kontrolle('Anfrage', 'AnfrageVorname', 'AnfrageNachname', 'AnfrageEMail', 'AnfragePrivacy'); }// ]]></script><form action="http://www.recalcati.com/en/contact/contact/15-0.html" anfragesenden="" id="Anfrage" method="post" name="Anfrage" onsubmit="return"><input a="" address.="" alt="Please" email="" fill="" id="AnfrageEMailerror" in="" name="EMailerror" type="hidden" valid="" value="email"/><input accept="" alt="Please" id="AnfragePrivacyerror" name="Privacyerror" privacy="" terms.="" the="" type="hidden" value="checkbox"/><input id="Anfrageantispam" name="antispam" type="hidden" value="ko"/><input cocker="" id="AnfrageProdukt" name="Produkt" or4221="" type="hidden" value="OR4221"/><input field="" id="AnfrageVornameerrormatch" name="Vornameerrormatch" type="hidden" value="Required"/><input field="" id="AnfrageNachnameerrormatch" name="Nachnameerrormatch" type="hidden" value="Required"/><input field="" id="AnfrageEMailerrormatch" name="EMailerrormatch" type="hidden" value="Required"/><input id="AnfrageFirmaerrormatch" name="Firmaerrormatch" type="hidden" value=""/><input id="AnfrageStrasseerrormatch" name="Strasseerrormatch" type="hidden" value=""/><input id="AnfragePLZerrormatch" name="PLZerrormatch" type="hidden" value=""/><input id="AnfrageOrterrormatch" name="Orterrormatch" type="hidden" value=""/><input id="AnfrageTelefonerrormatch" name="Telefonerrormatch" type="hidden" value=""/><input id="AnfrageFaxerrormatch" name="Faxerrormatch" type="hidden" value=""/><input id="AnfrageMitteilungerrormatch" name="Mitteilungerrormatch" type="hidden" value=""/><input .data="" a="" about="" absolutely="" acceptance="" access="" access-="" accidental="" accordance="" accounting="" accuracy="" accused="" acknowledgement="" addition="" additions="" address="" addresses="" administered="" administering="" administration="" administrative="" advertised="" advertisement-="" aforementioned="" aforesaid="" age="" agents="" agreement="" alighieri="" all="" allow="" allows="" also="" amend="" amendments="" an="" and="" announcing="" anonymised="" anonymous="" any="" application="" apply="" appointed="" appropriate="" appropriately="" are="" article="" articles="" as="" ask="" assignment="" associations="" at="" atdisclosure="" authorised="" authority="" automatically="" aware="" b.mo="" background="" basis="" be="" been="" billing="" binding="" birth="" blocked="" bodies="" box="" breaches="" but="" by="" can="" carry="" case="" category="" cause.="" cease="" certain="" check="" cinisello="" circumstances="" city="" clicking="" code="" collect="" collected="" collection="" collects="" column="" communication="" companies="" company="" company.types="" compilation="" completeness="" compliance="" component="" computer="" concern="" concerned="" concerning="" conditions="" conditions.="" confirmation="" conflicting="" conformity="" connected="" consequence="" contact="" contacting="" contacts="" content="" continued="" contractual="" cookies.with="" cookiesthis="" corporate="" correct="" corrected.="" country="" criminal="" current="" currently="" curriculum="" damage="" dante="" data="" data.="" data.retention="" data:="" datain="" datainformation="" datawithin="" date="" debt="" declaration="" decree="" deemed="" deleted="" delivery="" destruction="" details="" direct="" directly="" disclosed="" discover="" dissemination-="" do="" does="" domains="" drawn="" duties="" duty="" e-mail="" e-mails="" effect="" employees="" employment="" encompass="" enquiries="" enquiry="" ensure="" enter="" entered="" entitled="" environment.="" environment.these="" error="" essential="" establish="" etc.="" etc.-="" ethnic="" event="" except="" exception="" excluded="" exclusively="" existence="" existing="" express="" expressing="" expressly="" fax="" file="" find="" firm="" following="" follows="" forbidden="" force.-="" force.ottavio="" forename="" form="" from="" fulfilling="" function.="" furthermore="" gender="" give="" given="" good="" governmental="" groups="" guidelines="" has="" have="" he="" health="" holder="" home="" however="" hr="" hypothetical="" id="AnfragePrivacytexterrormatch" identified="" identifier="" identify="" if="" illegally="" imply="" impossible.under-age="" in="" inadvertent="" includes="" including="" inform="" information="" information.the="" information.your="" informational="" informationottavio="" informed="" initiatives-="" instance="" institutes.in="" integral="" intended="" intentionally="" interest="" internal="" internationally="" internet="" ip="" is="" it="" italian="" its="" itself="" job="" judicial="" judicially="" june="" law="" legislative="" letter="" letters="" linked="" list="" loss="" made="" make="" make-="" makes="" manager="" material="" may="" meaning="" means="" measures="" membership="" messages="" method="" method.="" minors="" minors.="" mobile="" modification-="" modifications="" months.-="" more="" must="" name="Privacytexterrormatch" names="" nature="" navigation="" necessary="" necessity="" new="" newsletter="" newsletter-="" newsletter.="" no="" no.="" non-existence="" normal="" not="" note="" november="" number="" numerical="" o="" of="" offences="" offer="" offered="" offered.once="" offers="" office="" officer="" officers="" on="" once="" one="" online="" online.="" only="" operating="" opportunity="" oppose="" or="" order="" organisations="" orientation.="" origin="" other="" otherwise="" ottavio="" our="" out="" owner="" packages="" page.personal="" paragraph="" parameters="" part="" part.="" participation="" particular="" particularly="" parties="" partiesin="" party.this="" payment="" payments.="" penalties="" perform="" performance="" performed="" period="" permission="" person="" personal="" persons="" philosophical="" please="" policy="" policy.="" policy.contactvisitors="" policy.processing="" political="" post="" post.="" prescribed="" present="" president="" privacy="" procedure.="" procedures="" process="" processed="" processed.online="" processed.this="" processes="" processing="" processing.="" processing.the="" products="" properties="" property="" proprietor="" protected="" protection="" protects="" protocols.="" provided="" provisions="" publication="" purchase="" purchase.jobsvisitors="" purchases="" purchasing="" purpose="" purpose.="" purpose:-="" purposes="" purposethere="" pursuant="" queries="" r="" read="" recalcati="" recalcati.="" receive="" received="" recognised="" recommend="" record="" refuse="" regarding="" register="" registered="" registration="" regulated="" relates="" relevant="" religious="" reply="" republic="" request="" requested="" requested.newslettervisitors="" require="" required="" requirements="" resource="" resources="" respect="" responding="" response="" responsibilities.="" responsibility="" responsible="" restricted="" resulting="" retained="" retention="" right="" rights="" rightsthe="" said="" same="" section="" section.="" security="" securityottavio="" send="" sending="" sensitive="" sent="" serve="" server="" service="" service.="" services="" services:-="" sexual="" shall="" shopthe="" short="" should="" sites="" size="" software="" solely="" some="" specific="" specified="" stance="" standards="" statement="" statistical="" status="" statute.exercise="" statutes="" statutory="" store="" stored="" street="" stresses="" subject="" submits="" submitted="" subscribe="" subsequent="" such="" supervision="" supplied="" supply="" surname="" suspected="" system="" systems="" tax="" telephone="" terms="" than="" that="" the="" their="" them="" therefore="" these="" they="" third="" this="" those="" through="" time="" to="" trade="" trained="" transfer="" transmission="" transmitted="" treatment="" type="hidden" u="" unauthorised="" under="" under-age="" understand="" union="" unions="" unlawful="" unless="" up="" update="" updated="" uri="" us="" us.="" use="" used="" user="" user.="" users="" usersthe="" uses="" using="" vacancy="" value="General" various="" via="" viewed="" views="" virtue="" visited="" visitor="" visitors="" visitors.="" visitorsdata="" vitae="" voluntarily="" was="" we="" website="" website-="" website.="" website.the="" websites="" well="" which="" who="" whole="" with="" within="" work="" working="" would="" writing="" written="" www.recalcati.com="" you="" your=""/><input id="AnfrageInternalErrorFields" name="InternalErrorFields" type="hidden" value="Anfrage,Vorname,Nachname,EMail,Privacy"/><input id="AnfrageInternalAllPostbackFields" name="InternalAllPostbackFields" type="hidden" value="Produkt,Vorname,Nachname,EMail,Firma,Strasse,PLZ,Ort,Land,Telefon,Fax,Mitteilung,Newsletter,KopiederAnfrage,Privacy,Privacytext"/><input id="AnfrageInternalFormGroupName" name="InternalFormGroupName" type="hidden" value="Anfrage"/><input id="AnfrageInternalFirstFormTarget" name="InternalFirstFormTarget" type="hidden" value="Anfrage-Senden"/><input id="AnfrageInternalUniqueFormID" name="InternalUniqueFormID" type="hidden" value="201904251949401620"/><div class="hidden">Please fill in a valid email address.</div><div class="hidden">Please accept the privacy terms.</div><label class="label" space=""> </label><br class="clear"/><h2>Personal data</h2><div class="colum1"><label class="label" pflichtfeld="" standard="">Name</label></div><input alt="Required" class="input" field="" id="AnfrageVorname" name="Vorname" onfocus="AnfrageFormular.Loschen(this);" standard="" type="text" value="Required"/><br class="clear"/><div class="colum1"><label class="label" pflichtfeld="" standard="">Surname</label></div><input alt="Required" class="input" field="" id="AnfrageNachname" name="Nachname" onfocus="AnfrageFormular.Loschen(this);" standard="" type="text" value="Required"/><br class="clear"/><div class="colum1"><label class="label" pflichtfeld="" standard="">E-Mail</label></div><input alt="Required" class="input" field="" id="AnfrageEMail" name="EMail" onfocus="AnfrageFormular.Loschen(this);" standard="" type="text" value="Required"/><br class="clear"/><label class="label" space=""> </label><br class="clear"/><div class="colum1"><label class="label" standard="">Company</label></div><input alt="" class="input" id="AnfrageFirma" name="Firma" onfocus="AnfrageFormular.Loschen(this);" standard="" type="text" value=""/><br class="clear"/><div class="colum1"><label class="label" standard="">Street</label></div><input alt="" class="input" id="AnfrageStrasse" name="Strasse" onfocus="AnfrageFormular.Loschen(this);" standard="" type="text" value=""/><br class="clear"/><div class="colum1"><label class="label" plz="">ZIP</label><label class="label" ort="">City</label></div><input alt="" class="input" id="AnfragePLZ" name="PLZ" onfocus="AnfrageFormular.Loschen(this);" plz="" type="text" value=""/><input alt="" class="input" id="AnfrageOrt" name="Ort" onfocus="AnfrageFormular.Loschen(this);" ort="" type="text" value=""/><br class="clear"/><div class="colum1"><label class="label" standard="">Country</label></div><select class="select" id="AnfrageLand" name="Land" standard=""><option value="AF">Afghanistan, Islamic State of</option><option value="AL">Albania</option><option value="DZ">Algeria</option><option value="AS">American Samoa</option><option value="AD">Andorra, Principality of</option><option value="AO">Angola</option><option value="AI">Anguilla</option><option value="AQ">Antarctica</option><option value="AG">Antigua and Barbuda</option><option value="AR">Argentina</option><option value="AM">Armenia</option><option value="AW">Aruba</option><option value="AU">Australia</option><option value="AT">Austria</option><option value="AZ">Azerbaidjan</option><option value="BS">Bahamas</option><option value="BH">Bahrain</option><option value="BD">Bangladesh</option><option value="BB">Barbados</option><option value="BY">Belarus</option><option value="BE">Belgium</option><option value="BZ">Belize</option><option value="BJ">Benin</option><option value="BM">Bermuda</option><option value="BT">Bhutan</option><option value="BO">Bolivia</option><option value="BA">Bosnia-Herzegovina</option><option value="BW">Botswana</option><option value="BV">Bouvet Island</option><option value="BR">Brazil</option><option value="IO">British Indian Ocean Territory</option><option value="BN">Brunei Darussalam</option><option value="BG">Bulgaria</option><option value="BF">Burkina Faso</option><option value="BI">Burundi</option><option value="KH">Cambodia, Kingdom of</option><option value="CM">Cameroon</option><option value="CA">Canada</option><option value="CV">Cape Verde</option><option value="KY">Cayman Islands</option><option value="TD">Chad</option><option value="CL">Chile</option><option value="CN">China</option><option value="CX">Christmas Island</option><option value="CC">Cocos (Keeling) Islands</option><option value="CO">Colombia</option><option value="KM">Comoros</option><option value="CG">Congo</option><option value="CD">Congo, The Democratic Republic of the</option><option value="CK">Cook Islands</option><option value="CR">Costa Rica</option><option value="HR">Croatia</option><option value="CU">Cuba</option><option value="CY">Cyprus</option><option value="CZ">Czech Republic</option><option value="DK">Denmark</option><option value="DJ">Djibouti</option><option value="DM">Dominica</option><option value="DO">Dominican Republic</option><option value="TP">East Timor</option><option value="EC">Ecuador</option><option value="EG">Egypt</option><option value="SV">El Salvador</option><option value="GQ">Equatorial Guinea</option><option value="ER">Eritrea</option><option value="EE">Estonia</option><option value="ET">Ethiopia</option><option value="FK">Falkland Islands</option><option value="FO">Faroe Islands</option><option value="FJ">Fiji</option><option value="FI">Finland</option><option value="FR">France</option><option value="GF">French Guyana</option><option value="TF">French Southern Territories</option><option value="GA">Gabon</option><option value="GM">Gambia</option><option value="GE">Georgia</option><option value="DE">Germany</option><option value="GH">Ghana</option><option value="GI">Gibraltar</option><option value="GR">Greece</option><option value="GL">Greenland</option><option value="GD">Grenada</option><option value="GP">Guadeloupe (French)</option><option value="GT">Guatemala</option><option value="GN">Guinea</option><option value="GW">Guinea Bissau</option><option value="GY">Guyana</option><option value="HT">Haiti</option><option value="HM">Heard and McDonald Islands</option><option value="VA">Holy See (Vatican City State)</option><option value="HN">Honduras</option><option value="HK">Hong Kong</option><option value="HU">Hungary</option><option value="IS">Iceland</option><option value="IN">India</option><option value="ID">Indonesia</option><option value="IR">Iran</option><option value="IQ">Iraq</option><option value="IE">Ireland</option><option value="IL">Israel</option><option selected="selected" value="IT">Italy</option><option value="CI">Ivory Coast (Cote D'Ivoire)</option><option value="JM">Jamaica</option><option value="JP">Japan</option><option value="JO">Jordan</option><option value="KZ">Kazakhstan</option><option value="KE">Kenya</option><option value="KI">Kiribati</option><option value="KW">Kuwait</option><option value="KG">Kyrgyz Republic (Kyrgyzstan)</option><option value="LA">Laos</option><option value="LV">Latvia</option><option value="LB">Lebanon</option><option value="LS">Lesotho</option><option value="LR">Liberia</option><option value="LY">Libya</option><option value="LI">Liechtenstein</option><option value="LT">Lithuania</option><option value="LU">Luxembourg</option><option value="MO">Macau</option><option value="MG">Madagascar</option><option value="MW">Malawi</option><option value="MY">Malaysia</option><option value="MV">Maldives</option><option value="ML">Mali</option><option value="MT">Malta</option><option value="MH">Marshall Islands</option><option value="MQ">Martinique (French)</option><option value="MR">Mauritania</option><option value="MU">Mauritius</option><option value="YT">Mayotte</option><option value="MX">Mexico</option><option value="FM">Micronesia</option><option value="MD">Moldavia</option><option value="MC">Monaco</option><option value="MN">Mongolia</option><option value="ME">Montenegro</option><option value="MS">Montserrat</option><option value="MA">Morocco</option><option value="MZ">Mozambique</option><option value="MM">Myanmar</option><option value="NA">Namibia</option><option value="NR">Nauru</option><option value="NP">Nepal</option><option value="NL">Netherlands</option><option value="AN">Netherlands Antilles</option><option value="NC">New Caledonia (French)</option><option value="NZ">New Zealand</option><option value="NI">Nicaragua</option><option value="NE">Niger</option><option value="NG">Nigeria</option><option value="NU">Niue</option><option value="NF">Norfolk Island</option><option value="KP">North Korea</option><option value="MP">Northern Mariana Islands</option><option value="NO">Norway</option><option value="OM">Oman</option><option value="PK">Pakistan</option><option value="PW">Palau</option><option value="PA">Panama</option><option value="PG">Papua New Guinea</option><option value="PY">Paraguay</option><option value="PE">Peru</option><option value="PH">Philippines</option><option value="PN">Pitcairn Island</option><option value="PL">Poland</option><option value="PF">Polynesia (French)</option><option value="PT">Portugal</option><option value="PR">Puerto Rico</option><option value="QA">Qatar</option><option value="MK">Republic of Macedonia</option><option value="RE">Reunion (French)</option><option value="RO">Romania</option><option value="RU">Russian Federation</option><option value="RW">Rwanda</option><option value="GS">S. Georgia &amp; S. Sandwich Isls.</option><option value="SH">Saint Helena</option><option value="KN">Saint Kitts &amp; Nevis Anguilla</option><option value="LC">Saint Lucia</option><option value="PM">Saint Pierre and Miquelon</option><option value="ST">Saint Tome (Sao Tome) and Principe</option><option value="VC">Saint Vincent &amp; Grenadines</option><option value="WS">Samoa</option><option value="SM">San Marino</option><option value="SA">Saudi Arabia</option><option value="SN">Senegal</option><option value="RS">Serbia</option><option value="SC">Seychelles</option><option value="SL">Sierra Leone</option><option value="SG">Singapore</option><option value="SK">Slovak Republic</option><option value="SI">Slovenia</option><option value="SB">Solomon Islands</option><option value="SO">Somalia</option><option value="ZA">South Africa</option><option value="KR">South Korea</option><option value="ES">Spain</option><option value="LK">Sri Lanka</option><option value="SD">Sudan</option><option value="SR">Suriname</option><option value="SJ">Svalbard and Jan Mayen Islands</option><option value="SZ">Swaziland</option><option value="SE">Sweden</option><option value="CH">Switzerland</option><option value="SY">Syria</option><option value="TJ">Tadjikistan</option><option value="TW">Taiwan</option><option value="TZ">Tanzania</option><option value="TH">Thailand</option><option value="TG">Togo</option><option value="TK">Tokelau</option><option value="TO">Tonga</option><option value="TT">Trinidad and Tobago</option><option value="TN">Tunisia</option><option value="TR">Turkey</option><option value="TM">Turkmenistan</option><option value="TC">Turks and Caicos Islands</option><option value="TV">Tuvalu</option><option value="UG">Uganda</option><option value="UA">Ukraine</option><option value="AE">United Arab Emirates</option><option value="GB">United Kingdom</option><option value="US">United States</option><option value="UY">Uruguay</option><option value="UZ">Uzbekistan</option><option value="VU">Vanuatu</option><option value="VE">Venezuela</option><option value="VN">Vietnam</option><option value="VG">Virgin Islands (British)</option><option value="VI">Virgin Islands (USA)</option><option value="WF">Wallis and Futuna Islands</option><option value="EH">Western Sahara</option><option value="YE">Yemen</option><option value="ZM">Zambia</option><option value="ZW">Zimbabwe</option></select><br class="clear"/><label class="label" space=""> </label><br class="clear"/><div class="colum1"><label class="label" standard="">Phone</label></div><input alt="" class="input" id="AnfrageTelefon" name="Telefon" onfocus="AnfrageFormular.Loschen(this);" standard="" type="text" value=""/><br class="clear"/><div class="colum1"><label class="label" standard="">Fax</label></div><input alt="" class="input" id="AnfrageFax" name="Fax" onfocus="AnfrageFormular.Loschen(this);" standard="" type="text" value=""/><br class="clear"/><label class="label" space=""> </label><br class="clear"/><div class="colum1"><label class="label" standard="">Message</label></div><textarea class="textarea" cols="43" id="AnfrageMitteilung" name="Mitteilung" onfocus="AnfrageFormular.Loschen(this);" rows="4" standard=""></textarea><br class="clear"/><label class="label" space=""> </label><br class="clear"/><div class="colum1"><label class="label">Newsletter</label></div><input class="checkbox" id="AnfrageNewsletter" name="Newsletter" type="checkbox"/><label checkbox="" class="label"> subscribe</label><br class="clear"/><div class="colum1"><span class="label">Copy of the request</span></div><input class="checkbox" id="AnfrageKopiederAnfrage" name="KopiederAnfrage" target="" type="checkbox"/><label checkbox="" class="label"> send to my email address</label><br class="clear"/><div class="colum1"><label class="label" pflichtfeld="">Privacy terms</label></div><input class="checkbox" id="AnfragePrivacy" name="Privacy" type="checkbox"/><label checkbox="" class="label"> accept</label><br class="clear"/><label class="label" space=""> </label><br class="clear"/><div class="colum1"><label class="label" standard="">Privacy Policy</label></div><textarea class="textarea" cols="43" id="AnfragePrivacytext" name="Privacytext" readonly="readonly" rows="4" standard="">General InformationOTTAVIO RECALCATI (hereinafter also the company) has drawn up the present data protection statement in order to inform visitors to the www.recalcati.com website about the terms and purposes of data processing. In particular, visitors and any person who makes use of the services offered on the websites, are informed, in accordance with Article 13 Italian Legislative Decree of 30th June 2003 No. 196 (Data Protection Code) about the processing of data. The present data protection statement relates exclusively to the aforesaid website and does not apply to linked sites, which may be visited by the users of our website.The present privacy policy is an integral component of our website and of the services offered by us. To access the website and use the same, as well as to purchase the products offered on the website you are required to read and understand the present privacy policy. Should you not be in agreement with the present privacy policy, we would ask you not to use our website.The company may amend or update the present privacy policy in whole or in part. Amendments and additions to the privacy policy may be viewed by all users in the privacy column of the website and are binding with effect from publication on the website. Should the user not be in agreement with the amendments, he may cease using our website. The continued use of our website and our products and services subsequent to publication of the aforementioned amendments and/or modifications shall be deemed acceptance of the amendments and acknowledgement of the binding nature of the new conditions. The website, www.recalcati.com, is the property of the company and is administered by the said company.Types of data collection and processing purpose:- Navigation dataIn normal use, the systems and software processes required for correct performance of the website collect some personal data, the transmission of which is part of the normal use of Internet communication protocols. These data concern information, which is not collected in order to identify the subject, but which by virtue of their properties allow users to be identified through the processing and compilation of data transmitted by a third party.This category of data includes the IP addresses or the names of domains, the computer used by the users of the website, the URI (uniform resource identifier) of the resources requested, the time the enquiry was made, the method used to make the enquiry with the server, the size of the file received as response, the status data of the response given by the server (successful, error, etc.) as a numerical code and other parameters with respect to the operating system and the user's computer environment.These data serve exclusively for statistical purposes and are administered solely in anonymous form, in order to ensure their correct function. The data may be also used to establish responsibility in the event of hypothetical breaches of IT law resulting in damage to the website. With the exception of this case, the aforementioned data shall not be stored for more than 24 months.- Data supplied voluntarily by the users/visitorsData, which are transmitted by the visitor to the website, voluntarily and expressly for the purpose of using specific services (e.g. the newsletter, work with us service, etc.) and to the OTTAVIO RECALCATI by means of e-mail enquiries, may be automatically registered, in which case the information is used exclusively for the services specified in the communication of the information.Your data are used for the purpose of responding to your specific queries, fulfilling contractual duties, tax or accounting duties, billing, debt collection and for compliance with the duties prescribed by the statutes in force.- CookiesThis website also collects personal data by means of the use of cookies.With the exception of navigation data the OTTAVIO RECALCATI solely processes data, which has been submitted voluntarily and expressly by the user. If you refuse to transfer certain information, you may however find that you are restricted in the services offered.Once the registration is made, the personal data are processed solely for the services specified in the communication of the information.The visitor to the website may register for one or more of the following services:- Newsletter- Information on services or products, offers, enquiries etc.- Participation in various initiatives- Purchases of the products offered on the website- Announcing the visitor's interest in working with the company and/or responding to a job vacancy advertisement- Contacting the company using the form provided for this purposeThere follows a short list concerning the specific use of personal data on the website. In order to use the services the user may be required to supply some or all of the following data: forename, surname, age, street, post code,e-mail address, city, country, date of birth, telephone number, mobile number, fax, payment method. Please note that other information may also be requested.NewsletterVisitors have the opportunity to subscribe to our newsletter. If you register, all personal data pursuant to the information letter or for the purpose of data processing in accordance with the internal process for administering contacts are processed.Online ShopThe website allows users directly to purchase products advertised on the website. For this purpose the user must enter the following data; otherwise he is excluded from purchasing online. The purchase is subject to the user's express agreement, entered by clicking on the appropriate box, to the company\u2019s privacy policy and conditions of purchase.JobsVisitors can send letters of application or reply to job offers via the OTTAVIO RECALCATI \u2013 Job offers, section. If you register, all your personal data pursuant to the information letter and for the purpose of data processing in accordance with the internal process for HR administration are processed.This service is subject to the user's express agreement, entered by clicking on the appropriate box, of the company's privacy policy.ContactVisitors have the opportunity to contact the company using the form provided for the purpose. If you make an enquiry, all your personal data pursuant to the information letter and for the purpose of data processing in accordance with the internal process for contact are processed.This service is subject to the user's express agreement, entered by clicking on the appropriate box, of the company's privacy policy.Processing of personal dataWithin the meaning of Article 28 of the Italian Legislative Decree of 30th June 2003 No. 196 (Data Protection Code) the OTTAVIO RECALCATI, a company under Italian law, with registered office in Cinisello B.mo, Via Dante Alighieri, 69, registered under number IT 00791470966, is the rights holder of the administration and processing of all personal data, which may be collected via the aforesaid home page.Personal data are processed solely within the meaning of the present data protection statement, by officers and employees of OTTAVIO RECALCATI who are expressly appointed as authorised agents for the purposes of date protection processing. The employees have been appropriately trained in this respect and work under the direct supervision and responsibility of the proprietor of the data protection processing.The responsible officer for data processing is the current manager of IT security for the OTTAVIO RECALCATI. A current list of all data protection authorised agents may be requested by e-mail from the proprietor itself or from the data processing officer atDisclosure to third partiesIn no circumstances are your personal data disclosed unless statutory provisions require that they be submitted to a judicial authority or other corporate bodies and institutes.In addition, the company uses the services of other companies and/or persons to perform specific services, such as sending e-mails, delivery of packages, the processing of payments. The aforementioned third parties have access only to those personal data, which are absolutely necessary for them to carry out their responsibilities. The company stresses that these third parties are forbidden from using the personal data for other purpose and are under a duty to use these data in conformity with the privacy policy and the statutory provisions currently in force.OTTAVIO RECALCATI does not intentionally collect sensitive or judicially relevant personal data via its website. Within the meaning of Article 4 Data Protection Code these are sensitive data on personal details concerning gender and ethnic origin, religious, philosophical or other views, political stance, membership of political parties, trade unions, associations or organisations with a religious, philosophical or trade union background, or information concerning health or sexual orientation. Within the meaning of Article 4 Data Protection Code judicially relevant data encompass those personal details, which may imply measures by virtue of Article 3 paragraph 1 letters a) to o) and r) to u) Decree of the President of the Republic No. 313 of 14th November 2002 entered on the Criminal Record, the Register of Administrative Penalties as a consequence of criminal offences and the procedures connected with this, or may imply status as an accused or suspected person within the meaning of Articles 60 and 61 Code of Criminal Procedure. We recommend that you do not enter such information on our website. Should this be essential (for instance in the case of assignment to protected groups of persons in the case of sending a curriculum vitae for the purpose of sending a job application, in reply to a offer of employment or in expressing interest in employment in our firm) we request that the specific declaration be sent by post. In this declaration please give your written permission for the treatment of the said personal and sensitive data.Retention of the dataInformation and personal data, which is collected on this website, including that which the visitor voluntarily submits, in order to receive informational material or other messages, by writing to the addresses given in the Contact section, are retained only for the period absolutely necessary to perform the required service. Once the service has been performed, all personal data are deleted on the basis of the data protection guidelines of the OTTAVIO RECALCATI, subject to conflicting governmental requirements or retention required by statute.Exercise of existing rightsThe person concerned has at any time the right in accordance with Article 7 Data Protection Code to receive confirmation regarding the existence or non-existence of personal data and to discover the content and origin of these data, to check their accuracy and completeness and to request that they be updated or corrected. Furthermore he is entitled to require that data, which have been used illegally, are deleted, anonymised or blocked and to oppose the use of the said data at any time for good cause. For these purposes the person concerned must contact the owner of the data processing system or the data security officer via the e-mail address .Data securityOTTAVIO RECALCATI protects personal data by means of internationally recognised security standards and by means of processes, which make- unauthorised access- unauthorised use and dissemination- unauthorised modification- loss and inadvertent or unlawful destruction impossible.Under-age usersThe website of the company, which is regulated by the present data protection statement, is not intended for the use of minors. We are aware of the necessity that data concerning minors must be protected, particularly in the online environment. Therefore, we do not collect and store - except on an accidental basis - any data from under-age visitors.</textarea><br class="clear"/><a button="" class="senden" href="javascript:AnfrageSenden();void(0);"><span class="links"> </span><span class="mitte">Send</span><span class="rechts"> </span></a><br class="clear"/></form><script type="text/javascript">// <![CDATA[document.getElementById('Anfrageantispam').value = 'ok';// ]]></script><!--SpiderNoIndex--></div></div>
copy of the request
<div class="modalDialogHiw" id="openModalHiw"><div><a class="closeHiw" href="#close" title="Close">X</a><div class="tabbed"><input checked="" id="tabbed1" name="tabbed" type="radio"/><section><h6><label>Find your discount</label></h6><div><img alt="Coupon" codes="" src="//cdn.mycouponcodes.us/images/how-it-works-01-us.png" width="840"/></div></section><input id="tabbed2" name="tabbed" target="" type="radio"/><section><h6><label>Copy the code</label></h6><div>There are two types of vouchers, the first is a code that is redeemed at the online store. The second is a link, just click on it, and your discount will be deducted automatically from the total amount of your shopping basket.<br/><img alt="Coupon" codes="" src="//cdn.mycouponcodes.us/images/how-it-works-02-us.png" width="840"/></div></section><input id="tabbed3" name="tabbed" type="radio"/><section><h6><label>Redeem code</label></h6><div>Have you found a voucher code? Great, just click on the copy button, go to your favorite online shop and redeem the code at the shopping cart.<br/><img alt="Coupon" codes="" src="//cdn.mycouponcodes.us/images/how-it-works-03-us.png" width="840"/></div></section><input id="tabbed4" name="tabbed" type="radio"/><section><h6><label>Did it work out?</label></h6><div>Check if your discount is applied correctly. Coupon codes have an expiration date, or maybe the code is no longer valid, or can only be used with certain products. No problem, just go back to mycouponcodes.us and try again with another voucher code.Or just sign up for our newsletter. The voucher codes newsletter from mycouponcodes.us informs you about the latest bargains by e-mail.</div></section><input id="tabbed5" name="tabbed" type="radio"/><section><h6><label>How much have you saved?</label></h6><div>See the final amount to see how much you saved. You see, it's more fun to shop with our discount codes. For your next online purchase do not forget to return to mycouponcodes.us<br/><img alt="Coupon" codes="" src="//cdn.mycouponcodes.us/images/how-it-works-04-us.png" width="840"/></div></section></div></div></div>
copy the code
<div class="copy-url">\r<a>Copy Url</a>\r<input class="form-control" id="copy-url" target="" type="text" value="https://www.voiceamerica.com/episode/65648/join-doctor-val-cw-and-randi-shannon-as-they-dialogue-on-the-de-facto/"/>\r</div>
copy url
<div class="copy-url">\r<div>Copy Url</div>\r<input class="form-control" id="copy-url" target="" type="text" value="https://www.voiceamerica.com/episode/84569/condo-owners-beware-of-the-hoa/"/>\r</div>
copy url
<div class="copy-url">\r<span>Copy Url</span>\r<input class="form-control" id="copy-url" target="" type="text" value="https://www.voiceamerica.com/episode/87242/sex-love-yoga-and-weight-with-dr-stephanie-torres-and-emmy-winner-martha-byrne/"/>\r</div>
copy url
<div class="copy-url">\r<div>Copy Url</div>\r<input class="form-control" id="copy-url" target="" type="text" value="https://www.voiceamerica.com/episode/19128/owning-solar-with-larry-hagman/"/>\r</div>
copy url
<div class="copy-url">\r<a>Copy Url</a>\r<input class="form-control" id="copy-url" target="" type="text" value="https://www.voiceamerica.com/episode/99479/integrative-medicine-and-eat-wheat/"/>\r</div>
copy url
<div class="views-exposed-widget" id="edit-year-min-wrapper" views-widget-filter-field_product_field_copyright_year_asc=""><div>Copyright </div><div class="views-widget"><div class="form-item" form-item-year-min="" form-type-select=""><select class="small-filter-left" form-select="" id="edit-year-min" name="year_min" target=""><option value="1800">From</option><option value="2020">2020</option><option value="2019">2019</option><option value="2018">2018</option><option value="2017">2017</option><option value="2016">2016</option><option value="2015">2015</option><option value="2014">2014</option><option value="2013">2013</option><option value="2012">2012</option><option value="2011">2011</option><option value="2010">2010</option><option value="2009">2009</option><option value="2008">2008</option><option value="2007">2007</option><option value="2006">2006</option><option value="2005">2005</option><option value="2004">2004</option><option value="2003">2003</option><option value="2002">2002</option><option value="2001">2001</option><option value="2000">2000</option><option value="1999">1999</option><option value="1998">1998</option><option value="1997">1997</option><option value="1996">1996</option><option value="1995">1995</option><option value="1994">1994</option><option value="1993">1993</option><option value="1992">1992</option><option value="1991">1991</option><option value="1990">1990</option><option value="1989">1989</option><option value="1988">1988</option><option value="1987">1987</option><option value="1986">1986</option><option value="1985">1985</option><option value="1984">1984</option><option value="1983">1983</option><option value="1982">1982</option><option value="1981">1981</option><option value="1980">1980</option><option value="1979">1979</option><option value="1978">1978</option><option value="1977">1977</option><option value="1976">1976</option><option value="1975">1975</option><option value="1974">1974</option><option value="1973">1973</option><option value="1972">1972</option><option value="1971">1971</option><option value="1970">1970</option><option value="1969">1969</option><option value="1968">1968</option><option value="1967">1967</option><option value="1966">1966</option><option value="1965">1965</option><option value="1964">1964</option><option value="1963">1963</option><option value="1962">1962</option><option value="1961">1961</option><option value="1960">1960</option><option value="1959">1959</option><option value="1958">1958</option><option value="1957">1957</option><option value="1956">1956</option><option value="1955">1955</option><option value="1954">1954</option><option value="1953">1953</option><option value="1952">1952</option><option value="1951">1951</option><option value="1950">1950</option><option value="1949">1949</option><option value="1948">1948</option><option value="1947">1947</option><option value="1946">1946</option><option value="1945">1945</option><option value="1944">1944</option><option value="1943">1943</option><option value="1942">1942</option><option value="1941">1941</option><option value="1940">1940</option><option value="1939">1939</option><option value="1938">1938</option><option value="1937">1937</option><option value="1936">1936</option><option value="1935">1935</option><option value="1934">1934</option><option value="1933">1933</option><option value="1932">1932</option><option value="1931">1931</option><option value="1930">1930</option><option value="1929">1929</option><option value="1928">1928</option><option value="1927">1927</option><option value="1926">1926</option><option value="1925">1925</option><option value="1924">1924</option><option value="1923">1923</option><option value="1922">1922</option><option value="1921">1921</option><option value="1920">1920</option><option value="1919">1919</option><option value="1918">1918</option><option value="1917">1917</option><option value="1916">1916</option><option value="1915">1915</option><option value="1914">1914</option><option value="1913">1913</option><option value="1912">1912</option><option value="1911">1911</option><option value="1910">1910</option><option value="1909">1909</option><option value="1908">1908</option><option value="1907">1907</option><option value="1906">1906</option><option value="1905">1905</option><option value="1904">1904</option><option value="1903">1903</option><option value="1902">1902</option><option value="1901">1901</option><option value="1900">1900</option></select></div><span class="search-filter-dash">\u2014</span> </div></div>
copyright
<div class="ss-form-question" errorbox-good="" role="listitem"><div class="ss-item" dir="auto" ss-text=""><div class="ss-form-entry"><label class="ss-q-item-label"><div class="ss-q-title">Copyright year</div><div class="ss-q-help" dir="auto" ss-secondary-text="">If known</div></label><input aria-label="Copyright" class="ss-q-short" dir="auto" id="entry_361345088" if="" known="" name="entry.361345088" target="" title="" type="text" value="" year=""/><div class="error-message" id="285382268_errorMessage"></div><div class="required-message">This is a required question</div></div></div></div>
copyright year
<form action="/tips/flag_tip" id="form_report" method="POST" name="form_report"><input name="tip_id" type="hidden"/><input id="flag2" name="flag" type="radio" value="1"/><label>Spam content</label><br/><input id="flag1" name="flag" target="" type="radio" value="2"/><label>Copyrighted content</label><br/><input id="flag3" name="flag" type="radio" value="3"/><label>Threatening/illegal content</label><br/><input id="flag4" name="flag" type="radio" value="4"/><label>Private information</label><br/><input id="flag5" name="flag" type="radio" value="9"/><label>Other content that violate our terms</label><br/><textarea a="" bit="" brief="" class="form-control" details="" help="" id="observation" input-text-fields="" maxlength="254" more="" name="observation" placeholder="Please" provide="" review="" rows="1" text-black="" this="" to="" us=""></textarea></form>
copyrighted content
<form action="/tips/flag_tip" id="form_report" method="POST" name="form_report"><input name="tip_id" type="hidden"/><input id="flag2" name="flag" type="radio" value="1"/><label>Spam content</label><br/><input id="flag1" name="flag" target="" type="radio" value="2"/><span>Copyrighted content</span><br/><input id="flag3" name="flag" type="radio" value="3"/><label>Threatening/illegal content</label><br/><input id="flag4" name="flag" type="radio" value="4"/><label>Private information</label><br/><input id="flag5" name="flag" type="radio" value="9"/><label>Other content that violate our terms</label><br/><textarea a="" bit="" brief="" class="form-control" details="" help="" id="observation" input-text-fields="" maxlength="254" more="" name="observation" placeholder="Please" provide="" review="" rows="1" text-black="" this="" to="" us=""></textarea></form>
copyrighted content
<form action="/tips/flag_tip" id="form_report" method="POST" name="form_report"><input name="tip_id" type="hidden"/><input id="flag2" name="flag" type="radio" value="1"/><label>Spam content</label><br/><input id="flag1" name="flag" target="" type="radio" value="2"/><label>Copyrighted content</label><br/><input id="flag3" name="flag" type="radio" value="3"/><label>Threatening/illegal content</label><br/><input id="flag4" name="flag" type="radio" value="4"/><label>Private information</label><br/><input id="flag5" name="flag" type="radio" value="9"/><label>Other content that violate our terms</label><br/><textarea a="" bit="" brief="" class="form-control" details="" help="" id="observation" input-text-fields="" maxlength="254" more="" name="observation" placeholder="Please" provide="" review="" rows="1" text-black="" this="" to="" us=""></textarea></form>
copyrighted content
<form action="/tips/flag_tip" id="form_report" method="POST" name="form_report"><input name="tip_id" type="hidden"/><input id="flag2" name="flag" type="radio" value="1"/><label>Spam content</label><br/><input id="flag1" name="flag" target="" type="radio" value="2"/><span>Copyrighted content</span><br/><input id="flag3" name="flag" type="radio" value="3"/><label>Threatening/illegal content</label><br/><input id="flag4" name="flag" type="radio" value="4"/><label>Private information</label><br/><input id="flag5" name="flag" type="radio" value="9"/><label>Other content that violate our terms</label><br/><textarea a="" bit="" brief="" class="form-control" details="" help="" id="observation" input-text-fields="" maxlength="254" more="" name="observation" placeholder="Please" provide="" review="" rows="1" text-black="" this="" to="" us=""></textarea></form>
copyrighted content
<form action="/tips/flag_tip" id="form_report" method="POST" name="form_report"><input name="tip_id" type="hidden"/><input id="flag2" name="flag" type="radio" value="1"/><label>Spam content</label><br/><input id="flag1" name="flag" target="" type="radio" value="2"/><div>Copyrighted content</div><br/><input id="flag3" name="flag" type="radio" value="3"/><label>Threatening/illegal content</label><br/><input id="flag4" name="flag" type="radio" value="4"/><label>Private information</label><br/><input id="flag5" name="flag" type="radio" value="9"/><label>Other content that violate our terms</label><br/><textarea a="" bit="" brief="" class="form-control" details="" help="" id="observation" input-text-fields="" maxlength="254" more="" name="observation" placeholder="Please" provide="" review="" rows="1" text-black="" this="" to="" us=""></textarea></form>
copyrighted content
<form action="/tips/flag_tip" id="form_report" method="POST" name="form_report"><input name="tip_id" type="hidden"/><input id="flag2" name="flag" type="radio" value="1"/><label>Spam content</label><br/><input id="flag1" name="flag" target="" type="radio" value="2"/><label>Copyrighted content</label><br/><input id="flag3" name="flag" type="radio" value="3"/><label>Threatening/illegal content</label><br/><input id="flag4" name="flag" type="radio" value="4"/><label>Private information</label><br/><input id="flag5" name="flag" type="radio" value="9"/><label>Other content that violate our terms</label><br/><textarea a="" bit="" brief="" class="form-control" details="" help="" id="observation" input-text-fields="" maxlength="254" more="" name="observation" placeholder="Please" provide="" review="" rows="1" text-black="" this="" to="" us=""></textarea></form>
copyrighted content
<form action="/tips/flag_tip" id="form_report" method="POST" name="form_report"><input name="tip_id" type="hidden"/><input id="flag2" name="flag" type="radio" value="1"/><label>Spam content</label><br/><input id="flag1" name="flag" target="" type="radio" value="2"/><div>Copyrighted content</div><br/><input id="flag3" name="flag" type="radio" value="3"/><label>Threatening/illegal content</label><br/><input id="flag4" name="flag" type="radio" value="4"/><label>Private information</label><br/><input id="flag5" name="flag" type="radio" value="9"/><label>Other content that violate our terms</label><br/><textarea a="" bit="" brief="" class="form-control" details="" help="" id="observation" input-text-fields="" maxlength="254" more="" name="observation" placeholder="Please" provide="" review="" rows="1" text-black="" this="" to="" us=""></textarea></form>
copyrighted content
<div class="dp-checkbox"><ul class="ul-radio"><span id="SearchForm_skills"><input id="SearchForm_skills_0" name="SearchForm[skills][]" type="checkbox" value="30"/> <label>Accounting</label><br/><input id="SearchForm_skills_1" name="SearchForm[skills][]" type="checkbox" value="31"/> <label>Advertising</label><br/><input id="SearchForm_skills_2" name="SearchForm[skills][]" type="checkbox" value="27"/> <label>Alcoholic Distribution</label><br/><input id="SearchForm_skills_3" name="SearchForm[skills][]" type="checkbox" value="74"/> <label>Animal Services</label><br/><input id="SearchForm_skills_4" name="SearchForm[skills][]" type="checkbox" value="66"/> <label>Artistic Help</label><br/><input id="SearchForm_skills_5" name="SearchForm[skills][]" type="checkbox" value="55"/> <label>Arts and Crafts</label><br/><input id="SearchForm_skills_6" name="SearchForm[skills][]" type="checkbox" value="1"/> <label>Board Member Involvement</label><br/><input id="SearchForm_skills_7" name="SearchForm[skills][]" type="checkbox" value="32"/> <label>Brand Strategy</label><br/><input id="SearchForm_skills_8" name="SearchForm[skills][]" type="checkbox" value="33"/> <label>Business Strategy</label><br/><input id="SearchForm_skills_9" name="SearchForm[skills][]" type="checkbox" value="29"/> <label>Care Taker</label><br/><input id="SearchForm_skills_10" name="SearchForm[skills][]" type="checkbox" value="75"/> <label>Child Care</label><br/><input id="SearchForm_skills_11" name="SearchForm[skills][]" type="checkbox" value="5"/> <label>Cleanups</label><br/><input id="SearchForm_skills_12" name="SearchForm[skills][]" type="checkbox" value="16"/> <label>Clothing Drives</label><br/><input id="SearchForm_skills_13" name="SearchForm[skills][]" type="checkbox" value="20"/> <label>Coaching</label><br/><input id="SearchForm_skills_14" name="SearchForm[skills][]" type="checkbox" value="34"/> <label>Communications</label><br/><input id="SearchForm_skills_15" name="SearchForm[skills][]" type="checkbox" value="2"/> <label>Computer Troubleshooting</label><br/><input id="SearchForm_skills_16" name="SearchForm[skills][]" type="checkbox" value="63"/> <label>Construction</label><br/><input id="SearchForm_skills_17" name="SearchForm[skills][]" target="" type="checkbox" value="35"/> <a>Copywriting</a><br/><input id="SearchForm_skills_18" name="SearchForm[skills][]" type="checkbox" value="36"/> <label>Design</label><br/><input id="SearchForm_skills_19" name="SearchForm[skills][]" type="checkbox" value="23"/> <label>Driving</label><br/><input id="SearchForm_skills_20" name="SearchForm[skills][]" type="checkbox" value="56"/> <label>ESL Instructing</label><br/><input id="SearchForm_skills_21" name="SearchForm[skills][]" type="checkbox" value="69"/> <label>Elderly Assistance</label><br/><input id="SearchForm_skills_22" name="SearchForm[skills][]" type="checkbox" value="18"/> <label>Emergency Service Responder</label><br/><input id="SearchForm_skills_23" name="SearchForm[skills][]" type="checkbox" value="37"/> <label>Entrepreneurship</label><br/><input id="SearchForm_skills_24" name="SearchForm[skills][]" type="checkbox" value="38"/> <label>Event Planning</label><br/><input id="SearchForm_skills_25" name="SearchForm[skills][]" type="checkbox" value="39"/> <label>Finance</label><br/><input id="SearchForm_skills_26" name="SearchForm[skills][]" type="checkbox" value="78"/> <label>First Aid/CPR</label><br/><input id="SearchForm_skills_27" name="SearchForm[skills][]" type="checkbox" value="57"/> <label>Fitness</label><br/><input id="SearchForm_skills_28" name="SearchForm[skills][]" type="checkbox" value="71"/> <label>Food Distribution</label><br/><input id="SearchForm_skills_29" name="SearchForm[skills][]" type="checkbox" value="15"/> <label>Food Drives</label><br/><input id="SearchForm_skills_30" name="SearchForm[skills][]" type="checkbox" value="72"/> <label>Food Preparation</label><br/><input id="SearchForm_skills_31" name="SearchForm[skills][]" type="checkbox" value="40"/> <label>Fundraising</label><br/><input id="SearchForm_skills_32" name="SearchForm[skills][]" type="checkbox" value="81"/> <label>Health Care</label><br/><input id="SearchForm_skills_33" name="SearchForm[skills][]" type="checkbox" value="73"/> <label>Help w/Animals</label><br/><input id="SearchForm_skills_34" name="SearchForm[skills][]" type="checkbox" value="68"/> <label>Help w/People</label><br/><input id="SearchForm_skills_35" name="SearchForm[skills][]" type="checkbox" value="41"/> <label>Human Resources</label><br/><input id="SearchForm_skills_36" name="SearchForm[skills][]" type="checkbox" value="58"/> <label>Job Readiness</label><br/><input id="SearchForm_skills_37" name="SearchForm[skills][]" type="checkbox" value="76"/> <label>Landscaping</label><br/><input id="SearchForm_skills_38" name="SearchForm[skills][]" type="checkbox" value="70"/> <label>Learning/Education</label><br/><input id="SearchForm_skills_39" name="SearchForm[skills][]" type="checkbox" value="42"/> <label>Legal</label><br/><input id="SearchForm_skills_40" name="SearchForm[skills][]" type="checkbox" value="77"/> <label>Maintenance</label><br/><input id="SearchForm_skills_41" name="SearchForm[skills][]" type="checkbox" value="43"/> <label>Marketing</label><br/><input id="SearchForm_skills_42" name="SearchForm[skills][]" type="checkbox" value="59"/> <label>Math Skills</label><br/><input id="SearchForm_skills_43" name="SearchForm[skills][]" type="checkbox" value="19"/> <label>Medical</label><br/><input id="SearchForm_skills_44" name="SearchForm[skills][]" type="checkbox" value="13"/> <label>Mentoring</label><br/><input id="SearchForm_skills_45" name="SearchForm[skills][]" type="checkbox" value="67"/> <label>Moving</label><br/><input id="SearchForm_skills_46" name="SearchForm[skills][]" type="checkbox" value="6"/> <label>Mulching</label><br/><input id="SearchForm_skills_47" name="SearchForm[skills][]" type="checkbox" value="44"/> <label>Multimedia</label><br/><input id="SearchForm_skills_48" name="SearchForm[skills][]" type="checkbox" value="28"/> <label>Musical</label><br/><input id="SearchForm_skills_49" name="SearchForm[skills][]" type="checkbox" value="60"/> <label>Nutrition</label><br/><input id="SearchForm_skills_50" name="SearchForm[skills][]" type="checkbox" value="14"/> <label>Office Work</label><br/><input id="SearchForm_skills_51" name="SearchForm[skills][]" type="checkbox" value="45"/> <label>Online Marketing</label><br/><input id="SearchForm_skills_52" name="SearchForm[skills][]" type="checkbox" value="64"/> <label>Painting</label><br/><input id="SearchForm_skills_53" name="SearchForm[skills][]" type="checkbox" value="22"/> <label>Performing Arts</label><br/><input id="SearchForm_skills_54" name="SearchForm[skills][]" type="checkbox" value="9"/> <label>Pet Sitting</label><br/><input id="SearchForm_skills_55" name="SearchForm[skills][]" type="checkbox" value="10"/> <label>Pet Walking</label><br/><input id="SearchForm_skills_56" name="SearchForm[skills][]" type="checkbox" value="46"/> <label>Photography</label><br/><input id="SearchForm_skills_57" name="SearchForm[skills][]" type="checkbox" value="8"/> <label>Planting and Gardening</label><br/><input id="SearchForm_skills_58" name="SearchForm[skills][]" type="checkbox" value="47"/> <label>Public Relations</label><br/><input id="SearchForm_skills_59" name="SearchForm[skills][]" type="checkbox" value="24"/> <label>Race Registration</label><br/><input id="SearchForm_skills_60" name="SearchForm[skills][]" type="checkbox" value="25"/> <label>Race Waterstops</label><br/><input id="SearchForm_skills_61" name="SearchForm[skills][]" type="checkbox" value="79"/> <label>Recreational Activities</label><br/><input id="SearchForm_skills_62" name="SearchForm[skills][]" type="checkbox" value="21"/> <label>Refereeing</label><br/><input id="SearchForm_skills_63" name="SearchForm[skills][]" type="checkbox" value="65"/> <label>Remove Debris</label><br/><input id="SearchForm_skills_64" name="SearchForm[skills][]" type="checkbox" value="61"/> <label>Repair/Renovation</label><br/><input id="SearchForm_skills_65" name="SearchForm[skills][]" type="checkbox" value="84"/> <label>Research</label><br/><input id="SearchForm_skills_66" name="SearchForm[skills][]" type="checkbox" value="26"/> <label>Retail</label><br/><input id="SearchForm_skills_67" name="SearchForm[skills][]" type="checkbox" value="82"/> <label>Safety / Fire</label><br/><input id="SearchForm_skills_68" name="SearchForm[skills][]" type="checkbox" value="48"/> <label>Sales &amp; Business Development</label><br/><input id="SearchForm_skills_69" name="SearchForm[skills][]" type="checkbox" value="49"/> <label>Social Media</label><br/><input id="SearchForm_skills_70" name="SearchForm[skills][]" type="checkbox" value="17"/> <label>Soup Kitchens</label><br/><input id="SearchForm_skills_71" name="SearchForm[skills][]" type="checkbox" value="80"/> <label>Sports</label><br/><input id="SearchForm_skills_72" name="SearchForm[skills][]" type="checkbox" value="83"/> <label>Statistical Analysis</label><br/><input id="SearchForm_skills_73" name="SearchForm[skills][]" type="checkbox" value="50"/> <label>Strategic Communications</label><br/><input id="SearchForm_skills_74" name="SearchForm[skills][]" type="checkbox" value="51"/> <label>Strategic Marketing</label><br/><input id="SearchForm_skills_75" name="SearchForm[skills][]" type="checkbox" value="52"/> <label>Strategy</label><br/><input id="SearchForm_skills_76" name="SearchForm[skills][]" type="checkbox" value="62"/> <label>Teaching</label><br/><input id="SearchForm_skills_77" name="SearchForm[skills][]" type="checkbox" value="53"/> <label>Technology</label><br/><input id="SearchForm_skills_78" name="SearchForm[skills][]" type="checkbox" value="12"/> <label>Tutoring</label><br/><input id="SearchForm_skills_79" name="SearchForm[skills][]" type="checkbox" value="3"/> <label>Website Design</label><br/><input id="SearchForm_skills_80" name="SearchForm[skills][]" type="checkbox" value="4"/> <label>Website Development</label><br/><input id="SearchForm_skills_81" name="SearchForm[skills][]" type="checkbox" value="7"/> <label>Weed Whacking</label><br/><input id="SearchForm_skills_82" name="SearchForm[skills][]" type="checkbox" value="11"/> <label>Work with Horses</label><br/><input id="SearchForm_skills_83" name="SearchForm[skills][]" type="checkbox" value="54"/> <label>Writing</label></span> </ul></div>
copywriting
<div class="dp-checkbox"><ul class="ul-radio"><span id="SearchForm_skills"><input id="SearchForm_skills_0" name="SearchForm[skills][]" type="checkbox" value="30"/> <label>Accounting</label><br/><input id="SearchForm_skills_1" name="SearchForm[skills][]" type="checkbox" value="31"/> <label>Advertising</label><br/><input id="SearchForm_skills_2" name="SearchForm[skills][]" type="checkbox" value="27"/> <label>Alcoholic Distribution</label><br/><input id="SearchForm_skills_3" name="SearchForm[skills][]" type="checkbox" value="74"/> <label>Animal Services</label><br/><input id="SearchForm_skills_4" name="SearchForm[skills][]" type="checkbox" value="66"/> <label>Artistic Help</label><br/><input id="SearchForm_skills_5" name="SearchForm[skills][]" type="checkbox" value="55"/> <label>Arts and Crafts</label><br/><input id="SearchForm_skills_6" name="SearchForm[skills][]" type="checkbox" value="1"/> <label>Board Member Involvement</label><br/><input id="SearchForm_skills_7" name="SearchForm[skills][]" type="checkbox" value="32"/> <label>Brand Strategy</label><br/><input id="SearchForm_skills_8" name="SearchForm[skills][]" type="checkbox" value="33"/> <label>Business Strategy</label><br/><input id="SearchForm_skills_9" name="SearchForm[skills][]" type="checkbox" value="29"/> <label>Care Taker</label><br/><input id="SearchForm_skills_10" name="SearchForm[skills][]" type="checkbox" value="75"/> <label>Child Care</label><br/><input id="SearchForm_skills_11" name="SearchForm[skills][]" type="checkbox" value="5"/> <label>Cleanups</label><br/><input id="SearchForm_skills_12" name="SearchForm[skills][]" type="checkbox" value="16"/> <label>Clothing Drives</label><br/><input id="SearchForm_skills_13" name="SearchForm[skills][]" type="checkbox" value="20"/> <label>Coaching</label><br/><input id="SearchForm_skills_14" name="SearchForm[skills][]" type="checkbox" value="34"/> <label>Communications</label><br/><input id="SearchForm_skills_15" name="SearchForm[skills][]" type="checkbox" value="2"/> <label>Computer Troubleshooting</label><br/><input id="SearchForm_skills_16" name="SearchForm[skills][]" type="checkbox" value="63"/> <label>Construction</label><br/><input id="SearchForm_skills_17" name="SearchForm[skills][]" target="" type="checkbox" value="35"/> <a>Copywriting</a><br/><input id="SearchForm_skills_18" name="SearchForm[skills][]" type="checkbox" value="36"/> <label>Design</label><br/><input id="SearchForm_skills_19" name="SearchForm[skills][]" type="checkbox" value="23"/> <label>Driving</label><br/><input id="SearchForm_skills_20" name="SearchForm[skills][]" type="checkbox" value="56"/> <label>ESL Instructing</label><br/><input id="SearchForm_skills_21" name="SearchForm[skills][]" type="checkbox" value="69"/> <label>Elderly Assistance</label><br/><input id="SearchForm_skills_22" name="SearchForm[skills][]" type="checkbox" value="18"/> <label>Emergency Service Responder</label><br/><input id="SearchForm_skills_23" name="SearchForm[skills][]" type="checkbox" value="37"/> <label>Entrepreneurship</label><br/><input id="SearchForm_skills_24" name="SearchForm[skills][]" type="checkbox" value="38"/> <label>Event Planning</label><br/><input id="SearchForm_skills_25" name="SearchForm[skills][]" type="checkbox" value="39"/> <label>Finance</label><br/><input id="SearchForm_skills_26" name="SearchForm[skills][]" type="checkbox" value="78"/> <label>First Aid/CPR</label><br/><input id="SearchForm_skills_27" name="SearchForm[skills][]" type="checkbox" value="57"/> <label>Fitness</label><br/><input id="SearchForm_skills_28" name="SearchForm[skills][]" type="checkbox" value="71"/> <label>Food Distribution</label><br/><input id="SearchForm_skills_29" name="SearchForm[skills][]" type="checkbox" value="15"/> <label>Food Drives</label><br/><input id="SearchForm_skills_30" name="SearchForm[skills][]" type="checkbox" value="72"/> <label>Food Preparation</label><br/><input id="SearchForm_skills_31" name="SearchForm[skills][]" type="checkbox" value="40"/> <label>Fundraising</label><br/><input id="SearchForm_skills_32" name="SearchForm[skills][]" type="checkbox" value="81"/> <label>Health Care</label><br/><input id="SearchForm_skills_33" name="SearchForm[skills][]" type="checkbox" value="73"/> <label>Help w/Animals</label><br/><input id="SearchForm_skills_34" name="SearchForm[skills][]" type="checkbox" value="68"/> <label>Help w/People</label><br/><input id="SearchForm_skills_35" name="SearchForm[skills][]" type="checkbox" value="41"/> <label>Human Resources</label><br/><input id="SearchForm_skills_36" name="SearchForm[skills][]" type="checkbox" value="58"/> <label>Job Readiness</label><br/><input id="SearchForm_skills_37" name="SearchForm[skills][]" type="checkbox" value="76"/> <label>Landscaping</label><br/><input id="SearchForm_skills_38" name="SearchForm[skills][]" type="checkbox" value="70"/> <label>Learning/Education</label><br/><input id="SearchForm_skills_39" name="SearchForm[skills][]" type="checkbox" value="42"/> <label>Legal</label><br/><input id="SearchForm_skills_40" name="SearchForm[skills][]" type="checkbox" value="77"/> <label>Maintenance</label><br/><input id="SearchForm_skills_41" name="SearchForm[skills][]" type="checkbox" value="43"/> <label>Marketing</label><br/><input id="SearchForm_skills_42" name="SearchForm[skills][]" type="checkbox" value="59"/> <label>Math Skills</label><br/><input id="SearchForm_skills_43" name="SearchForm[skills][]" type="checkbox" value="19"/> <label>Medical</label><br/><input id="SearchForm_skills_44" name="SearchForm[skills][]" type="checkbox" value="13"/> <label>Mentoring</label><br/><input id="SearchForm_skills_45" name="SearchForm[skills][]" type="checkbox" value="67"/> <label>Moving</label><br/><input id="SearchForm_skills_46" name="SearchForm[skills][]" type="checkbox" value="6"/> <label>Mulching</label><br/><input id="SearchForm_skills_47" name="SearchForm[skills][]" type="checkbox" value="44"/> <label>Multimedia</label><br/><input id="SearchForm_skills_48" name="SearchForm[skills][]" type="checkbox" value="28"/> <label>Musical</label><br/><input id="SearchForm_skills_49" name="SearchForm[skills][]" type="checkbox" value="60"/> <label>Nutrition</label><br/><input id="SearchForm_skills_50" name="SearchForm[skills][]" type="checkbox" value="14"/> <label>Office Work</label><br/><input id="SearchForm_skills_51" name="SearchForm[skills][]" type="checkbox" value="45"/> <label>Online Marketing</label><br/><input id="SearchForm_skills_52" name="SearchForm[skills][]" type="checkbox" value="64"/> <label>Painting</label><br/><input id="SearchForm_skills_53" name="SearchForm[skills][]" type="checkbox" value="22"/> <label>Performing Arts</label><br/><input id="SearchForm_skills_54" name="SearchForm[skills][]" type="checkbox" value="9"/> <label>Pet Sitting</label><br/><input id="SearchForm_skills_55" name="SearchForm[skills][]" type="checkbox" value="10"/> <label>Pet Walking</label><br/><input id="SearchForm_skills_56" name="SearchForm[skills][]" type="checkbox" value="46"/> <label>Photography</label><br/><input id="SearchForm_skills_57" name="SearchForm[skills][]" type="checkbox" value="8"/> <label>Planting and Gardening</label><br/><input id="SearchForm_skills_58" name="SearchForm[skills][]" type="checkbox" value="47"/> <label>Public Relations</label><br/><input id="SearchForm_skills_59" name="SearchForm[skills][]" type="checkbox" value="24"/> <label>Race Registration</label><br/><input id="SearchForm_skills_60" name="SearchForm[skills][]" type="checkbox" value="25"/> <label>Race Waterstops</label><br/><input id="SearchForm_skills_61" name="SearchForm[skills][]" type="checkbox" value="79"/> <label>Recreational Activities</label><br/><input id="SearchForm_skills_62" name="SearchForm[skills][]" type="checkbox" value="21"/> <label>Refereeing</label><br/><input id="SearchForm_skills_63" name="SearchForm[skills][]" type="checkbox" value="65"/> <label>Remove Debris</label><br/><input id="SearchForm_skills_64" name="SearchForm[skills][]" type="checkbox" value="61"/> <label>Repair/Renovation</label><br/><input id="SearchForm_skills_65" name="SearchForm[skills][]" type="checkbox" value="84"/> <label>Research</label><br/><input id="SearchForm_skills_66" name="SearchForm[skills][]" type="checkbox" value="26"/> <label>Retail</label><br/><input id="SearchForm_skills_67" name="SearchForm[skills][]" type="checkbox" value="82"/> <label>Safety / Fire</label><br/><input id="SearchForm_skills_68" name="SearchForm[skills][]" type="checkbox" value="48"/> <label>Sales &amp; Business Development</label><br/><input id="SearchForm_skills_69" name="SearchForm[skills][]" type="checkbox" value="49"/> <label>Social Media</label><br/><input id="SearchForm_skills_70" name="SearchForm[skills][]" type="checkbox" value="17"/> <label>Soup Kitchens</label><br/><input id="SearchForm_skills_71" name="SearchForm[skills][]" type="checkbox" value="80"/> <label>Sports</label><br/><input id="SearchForm_skills_72" name="SearchForm[skills][]" type="checkbox" value="83"/> <label>Statistical Analysis</label><br/><input id="SearchForm_skills_73" name="SearchForm[skills][]" type="checkbox" value="50"/> <label>Strategic Communications</label><br/><input id="SearchForm_skills_74" name="SearchForm[skills][]" type="checkbox" value="51"/> <label>Strategic Marketing</label><br/><input id="SearchForm_skills_75" name="SearchForm[skills][]" type="checkbox" value="52"/> <label>Strategy</label><br/><input id="SearchForm_skills_76" name="SearchForm[skills][]" type="checkbox" value="62"/> <label>Teaching</label><br/><input id="SearchForm_skills_77" name="SearchForm[skills][]" type="checkbox" value="53"/> <label>Technology</label><br/><input id="SearchForm_skills_78" name="SearchForm[skills][]" type="checkbox" value="12"/> <label>Tutoring</label><br/><input id="SearchForm_skills_79" name="SearchForm[skills][]" type="checkbox" value="3"/> <label>Website Design</label><br/><input id="SearchForm_skills_80" name="SearchForm[skills][]" type="checkbox" value="4"/> <label>Website Development</label><br/><input id="SearchForm_skills_81" name="SearchForm[skills][]" type="checkbox" value="7"/> <label>Weed Whacking</label><br/><input id="SearchForm_skills_82" name="SearchForm[skills][]" type="checkbox" value="11"/> <label>Work with Horses</label><br/><input id="SearchForm_skills_83" name="SearchForm[skills][]" type="checkbox" value="54"/> <label>Writing</label></span> </ul></div>
copywriting
<li class="checkbox-item"><span class="color" style="background-color:" title="Coral">Coral</span><input data-option-ids="2898,2912,2921,2945,2959,2984,2994,3000,3009" data-valueid="8678" id="attribute-input-1-8678" target="" type="checkbox"/><label class="filter-item-name">Coral</label></li>
coral
<li class="nomargin" col-lg-6="" hiddable=""><input class="checkbox" disabled="disabled" id="layered_id_feature_21" name="layered_id_feature_21" target="" type="checkbox" value="21_3"/><a class="disabled">Coral<span> (0)</span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</a></li>
coral
<li class="checkbox-item"><span class="color" style="background-color:" title="Coral">Coral</span><input data-option-ids="152" id="specification-input-5-152" target="" type="checkbox"/><label class="filter-item-name">Coral</label></li>
coral
<div class="category"><input data-selector="stone_type" data-slug="coral" id="C148" target="" type="checkbox"/><a>Coral<span class="count">(1)</span></a><br/></div>
coral
<fieldset class="hidden-fieldset" colors="" id="filter-toggle-colors-container"><div class="options"><a class="close-cross" filter-toggle-close="" href="#" id="filter-toggle-colors-close-link"><span>Skr\u00fdt</span></a></div><div id="snippet-filterForm-filters-color-productFilter"><div class="main-column"><input id="frm-filterForm-filters-color-formControl-84" name="filters[color][formControl][]" type="checkbox" value="84"/><label><span class="black" style="background-color:">black</span></label><input id="frm-filterForm-filters-color-formControl-85" name="filters[color][formControl][]" type="checkbox" value="85"/><label><span style="background-color:">white</span></label><input id="frm-filterForm-filters-color-formControl-86" name="filters[color][formControl][]" type="checkbox" value="86"/><label><span style="background-color:">grey</span></label><input id="frm-filterForm-filters-color-formControl-87" name="filters[color][formControl][]" type="checkbox" value="87"/><label><span style="background-color:">red</span></label><input id="frm-filterForm-filters-color-formControl-88" name="filters[color][formControl][]" type="checkbox" value="88"/><label><span style="background-color:">orange</span></label><input id="frm-filterForm-filters-color-formControl-89" name="filters[color][formControl][]" type="checkbox" value="89"/><label><span style="background-color:">yellow</span></label><input id="frm-filterForm-filters-color-formControl-90" name="filters[color][formControl][]" type="checkbox" value="90"/><label><span style="background-color:">pink</span></label><input id="frm-filterForm-filters-color-formControl-91" name="filters[color][formControl][]" type="checkbox" value="91"/><label><span style="background-color:">purple</span></label><input id="frm-filterForm-filters-color-formControl-92" name="filters[color][formControl][]" type="checkbox" value="92"/><label><span style="background-color:">turquoise</span></label><input id="frm-filterForm-filters-color-formControl-93" name="filters[color][formControl][]" type="checkbox" value="93"/><label><span style="background-color:">blue</span></label><input id="frm-filterForm-filters-color-formControl-95" name="filters[color][formControl][]" type="checkbox" value="95"/><label><span style="background-color:">green</span></label><input id="frm-filterForm-filters-color-formControl-262" name="filters[color][formControl][]" type="checkbox" value="262"/><label><span style="background-color:">sand</span></label><input id="frm-filterForm-filters-color-formControl-96" name="filters[color][formControl][]" type="checkbox" value="96"/><label><span style="background-color:">brown</span></label><input id="frm-filterForm-filters-color-formControl-259" name="filters[color][formControl][]" type="checkbox" value="259"/><label><span class="palette_item" i="" palette_image="" product-parameter-icons="" style="background-image:" title="rasta" url=""></span></label><input id="frm-filterForm-filters-color-formControl-260" name="filters[color][formControl][]" type="checkbox" value="260"/><label><span class="palette_item" i="" palette_image="" product-parameter-icons="" style="background-image:" title="camo" url=""></span></label><input id="frm-filterForm-filters-color-formControl-261" name="filters[color][formControl][]" type="checkbox" value="261"/><label><span class="palette_item" i="" palette_image="" product-parameter-icons="" style="background-image:" title="stripes" url=""></span></label><input id="frm-filterForm-filters-color-formControl-399" name="filters[color][formControl][]" type="checkbox" value="399"/><label><span style="background-color:">olive</span></label><input id="frm-filterForm-filters-color-formControl-410" name="filters[color][formControl][]" type="checkbox" value="410"/><label><span style="background-color:">navy</span></label><input id="frm-filterForm-filters-color-formControl-411" name="filters[color][formControl][]" type="checkbox" value="411"/><label><span style="background-color:">pale pink</span></label><input id="frm-filterForm-filters-color-formControl-412" name="filters[color][formControl][]" target="" type="checkbox" value="412"/><div><span style="background-color:">coral</span></div><input id="frm-filterForm-filters-color-formControl-413" name="filters[color][formControl][]" type="checkbox" value="413"/><label><span style="background-color:">light blue</span></label><input id="frm-filterForm-filters-color-formControl-414" name="filters[color][formControl][]" type="checkbox" value="414"/><label><span class="palette_item" i="" palette_image="" product-parameter-icons="" style="background-image:" title="" url=""></span></label><div class="clear"> </div></div></div>\t\t\t\t\t\t\t\t\t\t</fieldset>
coral
<li><input class="filter-checkbox" data-count="48" data-display="Coral" data-facet-type="5" data-field-name="company_name" data-id="Coral" gables="" hospital="" id="company_name-filter-28" target="" type="checkbox"/><span><b class="filter">Coral Gables Hospital</b> <b>48</b></span></li>
coral gables hospital
<section attr-color="" attr-color-js="" attribute-value-selected="" class="product-content-form-step-container" clearfix="" context-toggle-js="" data-attribute-id="7000000000000000002" data-product-id="195530" selection-js="" step-container=""><div class="product-content-form-step-header" step-header=""><div attr-primary-name="" attr-primary-name-js="" class="product-content-form-attr-primary-name"><div attr-primary-name-label="" class="product-content-form-attr-primary-name-label"><h2 class="product-content-form-step-label">Color</h2></div><span attr-selected="" attribute-label-separator="" attribute-label-separator-js="" class="product-content-form-attribute-label-separator">:</span><span attr-selected="" attribute-label-value="" attribute-label-value-js="" class="product-content-form-attr-selected">GREY HEATHERED 600D</span></div><div class="product-content-form-sub-attr-name" sub-attr-name="" sub-attr-name-js=""></div></div><div class="product-content-form-step-content" step-content=""><div attr-container="" attr-container-js="" class="product-content-form-attr-container" collapsable-container-js="" color-swatches-js=""><!-- generated: Wed Apr 24 14:43:55 EDT 2019 --><input attr-box-js="" checked="" class="hide" heathered="" id="color-bnt-1-195530" name="attrValue-1" type="radio" value="GREY"/><label class="attr-box-label" show-for-sr="">GREY HEATHERED 600D</label><button class="attr-box" clicked="" data-attribute-long-value="" data-attribute-value="GREY" data-form-button="color-bnt-1-195530" data-onlineonly="false" data-sub-attribute-value="data-s7-image-set-name=JanSport/JS0A3EN2_5B1_set" heathered="" selected="" type="button"><img a="" alt="JanSport" and="" backpack="" backpack.="" backpackdata-product-url="https://www.jansport.com/shop/en/jansport-us/middle-school-backpacks/digibreak-laptop-backpack-js0a3en2" bottle="" classic="" data-badgeattrvalue="" data-badgesrc="" data-description-image="" data-item-sku="JS:0A3EN2:5B1:OS::1:data-product-title=DIGIBREAK" data-main="//images.jansport.com/is/image/JanSport/JS0A3EN2_5B1_front?$WC-FULLIMAGE$" data-part-number="JS0A3EN2" data-product-data="{styleCode:JS0A3EN2,colorCode:5B1,colorDescription:grey heathered 600d,analyticsStyleColorCodeCheckEnabled:false}" data-product-desc="The" data-product-name="DIGIBREAK" data-role="swatch" data-variation-id="5B1" dedicated="" digibreak="" digital="" features="" functionality="" grey="" heathered="" id="JS0A3EN2_5B1_front" include="" laptop="" lined="" meets="" phone="" pocket="" pocket.="" silhouette="" sleeve="" soft="" src="//images.jansport.com/is/image/JanSport/JS0A3EN2_5B1_front?$32x32$" superbreak="" tablet="" the="" title="JanSport" tricot="" water="" with="" www.jansport.com=""/></button><input attr-box-js="" checked="" chevron="" class="hide" id="color-bnt-2-195530" motif="" name="attrValue-1" type="radio" value="BLACK"/><label class="attr-box-label" show-for-sr="">BLACK MOTIF CHEVRON</label><button chevrondata-color-identifier="" class="attr-box" data-attribute-long-value="" data-attribute-value="BLACK" data-form-button="color-bnt-2-195530" data-onlineonly="false" data-sub-attribute-value="data-s7-image-set-name=JanSport/JS0A3EN2_57U_set" motif="" type="button"><img a="" alt="JanSport" and="" backpack="" backpack.="" backpackdata-product-url="https://www.jansport.com/shop/en/jansport-us/middle-school-backpacks/digibreak-laptop-backpack-js0a3en2" black="" bottle="" chevron="" classic="" data-badgeattrvalue="" data-badgesrc="" data-description-image="" data-item-sku="JS:0A3EN2:57U:OS::1:data-product-title=DIGIBREAK" data-main="//images.jansport.com/is/image/JanSport/JS0A3EN2_57U_front?$WC-FULLIMAGE$" data-part-number="JS0A3EN2" data-product-data="{styleCode:JS0A3EN2,colorCode:57U,colorDescription:black motif chevron,analyticsStyleColorCodeCheckEnabled:false}" data-product-desc="The" data-product-name="DIGIBREAK" data-role="swatch" data-variation-id="57U" dedicated="" digibreak="" digital="" features="" functionality="" id="JS0A3EN2_57U_front" include="" laptop="" lined="" meets="" motif="" phone="" pocket="" pocket.="" silhouette="" sleeve="" soft="" src="//images.jansport.com/is/image/JanSport/JS0A3EN2_57U_front?$32x32$" superbreak="" tablet="" the="" title="JanSport" tricot="" water="" with="" www.jansport.com=""/></button><input attr-box-js="" checked="" class="hide" floral="" id="color-bnt-3-195530" name="attrValue-1" roses="" type="radio" value="WATERCOLOR"/><label class="attr-box-label" show-for-sr="">WATERCOLOR ROSES FLORAL</label><button class="attr-box" data-attribute-long-value="" data-attribute-value="WATERCOLOR" data-form-button="color-bnt-3-195530" data-onlineonly="false" data-sub-attribute-value="data-s7-image-set-name=JanSport/JS0A3EN2_57W_set" floraldata-color-identifier="" roses="" type="button"><img a="" alt="JanSport" and="" backpack="" backpack.="" backpackdata-product-url="https://www.jansport.com/shop/en/jansport-us/middle-school-backpacks/digibreak-laptop-backpack-js0a3en2" bottle="" classic="" data-badgeattrvalue="" data-badgesrc="" data-description-image="" data-item-sku="JS:0A3EN2:57W:OS::1:data-product-title=DIGIBREAK" data-main="//images.jansport.com/is/image/JanSport/JS0A3EN2_57W_front?$WC-FULLIMAGE$" data-part-number="JS0A3EN2" data-product-data="{styleCode:JS0A3EN2,colorCode:57W,colorDescription:watercolor roses floral,analyticsStyleColorCodeCheckEnabled:false}" data-product-desc="The" data-product-name="DIGIBREAK" data-role="swatch" data-variation-id="57W" dedicated="" digibreak="" digital="" features="" floral="" functionality="" id="JS0A3EN2_57W_front" include="" laptop="" lined="" meets="" phone="" pocket="" pocket.="" roses="" silhouette="" sleeve="" soft="" src="//images.jansport.com/is/image/JanSport/JS0A3EN2_57W_front?$32x32$" superbreak="" tablet="" the="" title="JanSport" tricot="" water="" watercolor="" with="" www.jansport.com=""/></button><input attr-box-js="" checked="" class="hide" dot="" id="color-bnt-4-195530" name="attrValue-1" swell="" type="radio" value="BLACK"/><label class="attr-box-label" show-for-sr="">BLACK DOT SWELL</label><button class="attr-box" data-attribute-long-value="" data-attribute-value="BLACK" data-form-button="color-bnt-4-195530" data-onlineonly="false" data-sub-attribute-value="data-s7-image-set-name=JanSport/JS0A3EN2_59D_set" dot="" swelldata-color-identifier="" type="button"><img a="" alt="JanSport" and="" backpack="" backpack.="" backpackdata-product-url="https://www.jansport.com/shop/en/jansport-us/middle-school-backpacks/digibreak-laptop-backpack-js0a3en2" black="" bottle="" classic="" data-badgeattrvalue="" data-badgesrc="" data-description-image="" data-item-sku="JS:0A3EN2:59D:OS::1:data-product-title=DIGIBREAK" data-main="//images.jansport.com/is/image/JanSport/JS0A3EN2_59D_front?$WC-FULLIMAGE$" data-part-number="JS0A3EN2" data-product-data="{styleCode:JS0A3EN2,colorCode:59D,colorDescription:black dot swell,analyticsStyleColorCodeCheckEnabled:false}" data-product-desc="The" data-product-name="DIGIBREAK" data-role="swatch" data-variation-id="59D" dedicated="" digibreak="" digital="" dot="" features="" functionality="" id="JS0A3EN2_59D_front" include="" laptop="" lined="" meets="" phone="" pocket="" pocket.="" silhouette="" sleeve="" soft="" src="//images.jansport.com/is/image/JanSport/JS0A3EN2_59D_front?$32x32$" superbreak="" swell="" tablet="" the="" title="JanSport" tricot="" water="" with="" www.jansport.com=""/></button><input attr-box-js="" checked="" class="hide" dye="" id="color-bnt-5-195530" jay="" name="attrValue-1" type="radio" value="BLUE" yarn=""/><label class="attr-box-label" show-for-sr="">BLUE JAY YARN DYE</label><button class="attr-box" data-attribute-long-value="" data-attribute-value="BLUE" data-form-button="color-bnt-5-195530" data-onlineonly="false" data-sub-attribute-value="data-s7-image-set-name=JanSport/JS0A3EN2_57Q_set" dyedata-color-identifier="" jay="" type="button" yarn=""><img a="" alt="JanSport" and="" backpack="" backpack.="" backpackdata-product-url="https://www.jansport.com/shop/en/jansport-us/middle-school-backpacks/digibreak-laptop-backpack-js0a3en2" blue="" bottle="" classic="" data-badgeattrvalue="" data-badgesrc="" data-description-image="" data-item-sku="JS:0A3EN2:57Q:OS::1:data-product-title=DIGIBREAK" data-main="//images.jansport.com/is/image/JanSport/JS0A3EN2_57Q_front?$WC-FULLIMAGE$" data-part-number="JS0A3EN2" data-product-data="{styleCode:JS0A3EN2,colorCode:57Q,colorDescription:blue jay yarn dye,analyticsStyleColorCodeCheckEnabled:false}" data-product-desc="The" data-product-name="DIGIBREAK" data-role="swatch" data-variation-id="57Q" dedicated="" digibreak="" digital="" dye="" features="" functionality="" id="JS0A3EN2_57Q_front" include="" jay="" laptop="" lined="" meets="" phone="" pocket="" pocket.="" silhouette="" sleeve="" soft="" src="//images.jansport.com/is/image/JanSport/JS0A3EN2_57Q_front?$32x32$" superbreak="" tablet="" the="" title="JanSport" tricot="" water="" with="" www.jansport.com="" yarn=""/></button><input attr-box-js="" checked="" class="hide" grey="" id="color-bnt-6-195530" name="attrValue-1" type="radio" value="SHADY"/><label class="attr-box-label" show-for-sr="">SHADY GREY</label><button class="attr-box" data-attribute-long-value="" data-attribute-value="SHADY" data-form-button="color-bnt-6-195530" data-onlineonly="false" data-sub-attribute-value="data-s7-image-set-name=JanSport/JS0A3EN2_9RS_set" greydata-color-identifier="" type="button"><img a="" alt="JanSport" and="" backpack="" backpack.="" backpackdata-product-url="https://www.jansport.com/shop/en/jansport-us/middle-school-backpacks/digibreak-laptop-backpack-js0a3en2" bottle="" classic="" data-badgeattrvalue="" data-badgesrc="" data-description-image="" data-item-sku="JS:0A3EN2:9RS:OS::1:data-product-title=DIGIBREAK" data-main="//images.jansport.com/is/image/JanSport/JS0A3EN2_9RS_front?$WC-FULLIMAGE$" data-part-number="JS0A3EN2" data-product-data="{styleCode:JS0A3EN2,colorCode:9RS,colorDescription:shady grey,analyticsStyleColorCodeCheckEnabled:false}" data-product-desc="The" data-product-name="DIGIBREAK" data-role="swatch" data-variation-id="9RS" dedicated="" digibreak="" digital="" features="" functionality="" grey="" id="JS0A3EN2_9RS_front" include="" laptop="" lined="" meets="" phone="" pocket="" pocket.="" shady="" silhouette="" sleeve="" soft="" src="//images.jansport.com/is/image/JanSport/JS0A3EN2_9RS_front?$32x32$" superbreak="" tablet="" the="" title="JanSport" tricot="" water="" with="" www.jansport.com=""/></button><input attr-box-js="" checked="" class="hide" id="color-bnt-7-195530" name="attrValue-1" type="radio" value="BLACK/BLACK"/><label class="attr-box-label" show-for-sr="">BLACK/BLACK</label><button class="attr-box" data-attribute-long-value="" data-attribute-value="BLACK/BLACKdata-color-identifier=" data-form-button="color-bnt-7-195530" data-onlineonly="false" data-sub-attribute-value="data-s7-image-set-name=JanSport/JS0A3EN2_17M_set" type="button"><img a="" alt="JanSport" and="" backpack="" backpack.="" backpackdata-product-url="https://www.jansport.com/shop/en/jansport-us/middle-school-backpacks/digibreak-laptop-backpack-js0a3en2" black="" bottle="" classic="" data-badgeattrvalue="" data-badgesrc="" data-description-image="" data-item-sku="JS:0A3EN2:17M:OS::1:data-product-title=DIGIBREAK" data-main="//images.jansport.com/is/image/JanSport/JS0A3EN2_17M_front?$WC-FULLIMAGE$" data-part-number="JS0A3EN2" data-product-data="{styleCode:JS0A3EN2,colorCode:17M,colorDescription:black/black,analyticsStyleColorCodeCheckEnabled:false}" data-product-desc="The" data-product-name="DIGIBREAK" data-role="swatch" data-variation-id="17M" dedicated="" digibreak="" digital="" features="" functionality="" id="JS0A3EN2_17M_front" include="" laptop="" lined="" meets="" phone="" pocket="" pocket.="" silhouette="" sleeve="" soft="" src="//images.jansport.com/is/image/JanSport/JS0A3EN2_17M_front?$32x32$" superbreak="" tablet="" the="" title="JanSport" tricot="" water="" with="" www.jansport.com=""/></button><input attr-box-js="" checked="" class="hide" id="color-bnt-8-195530" name="attrValue-1" posey="" pretty="" sparkle="" target="" type="radio" value="CORAL"/><span class="attr-box-label" show-for-sr="">CORAL SPARKLE PRETTY POSEY</span><button class="attr-box" data-attribute-long-value="" data-attribute-value="CORAL" data-form-button="color-bnt-8-195530" data-onlineonly="false" data-sub-attribute-value="data-s7-image-set-name=JanSport/JS0A3EN2_0JB_set" poseydata-color-identifier="" pretty="" sparkle="" type="button"><img a="" alt="JanSport" and="" backpack="" backpack.="" backpackdata-product-url="https://www.jansport.com/shop/en/jansport-us/middle-school-backpacks/digibreak-laptop-backpack-js0a3en2" bottle="" classic="" coral="" data-badgeattrvalue="" data-badgesrc="" data-description-image="" data-item-sku="JS:0A3EN2:0JB:OS::1:data-product-title=DIGIBREAK" data-main="//images.jansport.com/is/image/JanSport/JS0A3EN2_0JB_front?$WC-FULLIMAGE$" data-part-number="JS0A3EN2" data-product-data="{styleCode:JS0A3EN2,colorCode:0JB,colorDescription:coral sparkle pretty posey,analyticsStyleColorCodeCheckEnabled:false}" data-product-desc="The" data-product-name="DIGIBREAK" data-role="swatch" data-variation-id="0JB" dedicated="" digibreak="" digital="" features="" functionality="" id="JS0A3EN2_0JB_front" include="" laptop="" lined="" meets="" phone="" pocket="" pocket.="" posey="" pretty="" silhouette="" sleeve="" soft="" sparkle="" src="//images.jansport.com/is/image/JanSport/JS0A3EN2_0JB_front?$32x32$" superbreak="" tablet="" the="" title="JanSport" tricot="" water="" with="" www.jansport.com=""/></button><input attr-box-js="" checked="" class="hide" clouds="" id="color-bnt-9-195530" name="attrValue-1" type="radio" value="UNICORN"/><label class="attr-box-label" show-for-sr="">UNICORN CLOUDS</label><button class="attr-box" cloudsdata-color-identifier="" data-attribute-long-value="" data-attribute-value="UNICORN" data-form-button="color-bnt-9-195530" data-onlineonly="false" data-sub-attribute-value="data-s7-image-set-name=JanSport/JS0A3EN2_5J7_set" type="button"><img a="" alt="JanSport" and="" backpack="" backpack.="" backpackdata-product-url="https://www.jansport.com/shop/en/jansport-us/middle-school-backpacks/digibreak-laptop-backpack-js0a3en2" bottle="" classic="" clouds="" data-badgeattrvalue="" data-badgesrc="" data-description-image="" data-item-sku="JS:0A3EN2:5J7:OS::1:data-product-title=DIGIBREAK" data-main="//images.jansport.com/is/image/JanSport/JS0A3EN2_5J7_front?$WC-FULLIMAGE$" data-part-number="JS0A3EN2" data-product-data="{styleCode:JS0A3EN2,colorCode:5J7,colorDescription:unicorn clouds,analyticsStyleColorCodeCheckEnabled:false}" data-product-desc="The" data-product-name="DIGIBREAK" data-role="swatch" data-variation-id="5J7" dedicated="" digibreak="" digital="" features="" functionality="" id="JS0A3EN2_5J7_front" include="" laptop="" lined="" meets="" phone="" pocket="" pocket.="" silhouette="" sleeve="" soft="" src="//images.jansport.com/is/image/JanSport/JS0A3EN2_5J7_front?$32x32$" superbreak="" tablet="" the="" title="JanSport" tricot="" unicorn="" water="" with="" www.jansport.com=""/></button><input attr-box-js="" bouquet="" checked="" class="hide" grey="" id="color-bnt-10-195530" name="attrValue-1" type="radio" value="SUNRISE"/><label class="attr-box-label" show-for-sr="">SUNRISE BOUQUET GREY</label><button bouquet="" class="attr-box" data-attribute-long-value="" data-attribute-value="SUNRISE" data-form-button="color-bnt-10-195530" data-onlineonly="false" data-sub-attribute-value="data-s7-image-set-name=JanSport/JS0A3EN2_4K5_set" greydata-color-identifier="" type="button"><img a="" alt="JanSport" and="" backpack="" backpack.="" backpackdata-product-url="https://www.jansport.com/shop/en/jansport-us/middle-school-backpacks/digibreak-laptop-backpack-js0a3en2" bottle="" bouquet="" classic="" data-badgeattrvalue="" data-badgesrc="" data-description-image="" data-item-sku="JS:0A3EN2:4K5:OS::1:data-product-title=DIGIBREAK" data-main="//images.jansport.com/is/image/JanSport/JS0A3EN2_4K5_front?$WC-FULLIMAGE$" data-part-number="JS0A3EN2" data-product-data="{styleCode:JS0A3EN2,colorCode:4K5,colorDescription:sunrise bouquet grey,analyticsStyleColorCodeCheckEnabled:false}" data-product-desc="The" data-product-name="DIGIBREAK" data-role="swatch" data-variation-id="4K5" dedicated="" digibreak="" digital="" features="" functionality="" grey="" id="JS0A3EN2_4K5_front" include="" laptop="" lined="" meets="" phone="" pocket="" pocket.="" silhouette="" sleeve="" soft="" src="//images.jansport.com/is/image/JanSport/JS0A3EN2_4K5_front?$32x32$" sunrise="" superbreak="" tablet="" the="" title="JanSport" tricot="" water="" with="" www.jansport.com=""/></button></div></div></section>
coral sparkle pretty posey
<div class="c2form_code"><input id="ldicdbcs50689ops" name="ldicdbcs50689ops" onclick="Javascript:autoSubmit(this)" target="" type="checkbox"/><a>Cordless Kit <span class="ldifoc">(3)</span></a></div>
cordless kit
<li><div class="checkbox">\t\t\t\t\t<input class="PM_ASCriterionCheckbox" data-id-criterion-group="6" id="as4c_6_77" name="as4c[6][]" target="" type="checkbox" value="77"/><label class="PM_ASLabelCheckbox"><a class="PM_ASLabelLink" href="#">Cordon <div class="PM_ASCriterionNbProduct">(4)</div>\t\t\t\t\t\t</a></label></div>\t\t\t\t</li>
cordon
<div class="apiNav-focus" id="apiNav-focus"><input id="r-cascades" name="apiNav-focus" type="radio" value="cascades"/><label class="inline">Cascades</label><input id="r-core" name="apiNav-focus" target="" type="radio" value="core"/><a class="inline">Core</a></div>
core
<div class="apiNav-focus" id="apiNav-focus"><input id="r-cascades" name="apiNav-focus" type="radio" value="cascades"/><label class="inline">Cascades</label><input id="r-core" name="apiNav-focus" target="" type="radio" value="core"/><div class="inline">Core</div></div>
core
<li><input class="woof_checkbox_term" data-tax="product_cat" data-term-id="156" id="woof_156_5cc13e156012a" name="core-books-level-1" target="" type="checkbox" value="156" woof_checkbox_term_156=""/><label class="woof_checkbox_label">Core Books<span class="woof_checkbox_count">(33)</span></label><input books="" data-anchor="woof_n_product_cat_core-books-level-1" type="hidden" value="Core"/></li>
core books
<li><input class="woof_checkbox_term" data-tax="product_cat" data-term-id="161" id="woof_161_5cc13e15603e6" name="core-books-level-2" target="" type="checkbox" value="161" woof_checkbox_term_161=""/><span class="woof_checkbox_label">Core Books<span class="woof_checkbox_count">(17)</span></span><input books="" data-anchor="woof_n_product_cat_core-books-level-2" type="hidden" value="Core"/></li>
core books
<li><input class="woof_checkbox_term" data-tax="product_cat" data-term-id="167" id="woof_167_5cc13e1560687" name="core-books-level-3" target="" type="checkbox" value="167" woof_checkbox_term_167=""/><a class="woof_checkbox_label">Core Books<span class="woof_checkbox_count">(24)</span></a><input books="" data-anchor="woof_n_product_cat_core-books-level-3" type="hidden" value="Core"/></li>
core books
<li><input class="woof_checkbox_term" data-tax="product_cat" data-term-id="173" id="woof_173_5cc13e156092c" name="core-books-level-4" target="" type="checkbox" value="173" woof_checkbox_term_173=""/><a class="woof_checkbox_label">Core Books<span class="woof_checkbox_count">(25)</span></a><input books="" data-anchor="woof_n_product_cat_core-books-level-4" type="hidden" value="Core"/></li>
core books
<div class="views-exposed-widget" id="edit-field-core-curriculum-tid-wrapper" views-widget-filter-field_core_curriculum_tid=""><a>Core Curriculum Related Education </a><div class="views-widget"><div class="form-item" form-item-field-core-curriculum-tid="" form-type-select=""><select class="form-select" id="edit-field-core-curriculum-tid" name="field_core_curriculum_tid" target=""><option selected="selected" value="All">- Any -</option><option value="17">Anatomy &amp; Physiology</option><option value="18">BPH</option><option value="19">Business/Communication</option><option value="20">Consults &amp; Emergencies</option><option value="21">Ethics</option><option value="22">FUSE</option><option value="23">Incontinence</option><option value="24">Infertility</option><option value="25">Interstitial Cystitis</option><option value="26">Lap/Robotics</option><option value="27">Oncology-Adult</option><option value="28">Pediatric Urology</option><option value="29">Reconstructive Urology</option><option value="30">Renal Transplant</option><option value="31">Renovascular Diseases</option><option value="32">Research</option><option value="33">Sexual Medicine</option><option value="34">Statistics</option><option value="35">Trauma</option><option value="36">Urinary Incontinence, Pelvic Floor Disorders &amp; Voiding Dysfunction</option><option value="37">Urolithiasis</option><option value="38">Urologic Infections</option><option value="39">Uroradiology</option><option value="214">Review Course</option></select></div></div></div>
core curriculum related education
<li><a>Core offer</a><span>(1)</span><input id="localoffertype-4" name="localoffertype" target="" type="checkbox" value="4"/></li>
core offer
<li cf_invisible="" cflilevel1="" class="cf_catOption" li-tree_0-5=""><input class="cf_flt" id="virtuemart_category_id_93_elid41" name="virtuemart_category_id[]" target="" type="radio" value="41"/><div class=""><span cf_childopt="" class="cf_option" tree_0-5="">Corel</span></div><span class="cf_flt_counter">(21)</span></li>
corel
<aside class="widget" id="archives-7" widget_archive=""><h1 class="widget-title">Cork AUL Posts</h1>\t\t<div class="screen-reader-text">Cork AUL Posts</div><select id="archives-dropdown-7" name="archive-dropdown" target=""><option value="">Select Month</option><option value="https://corkaul.wordpress.com/2019/04/"> April 2019 </option><option value="https://corkaul.wordpress.com/2019/03/"> March 2019 </option><option value="https://corkaul.wordpress.com/2019/02/"> February 2019 </option><option value="https://corkaul.wordpress.com/2019/01/"> January 2019 </option><option value="https://corkaul.wordpress.com/2018/12/"> December 2018 </option><option value="https://corkaul.wordpress.com/2018/11/"> November 2018 </option><option value="https://corkaul.wordpress.com/2018/10/"> October 2018 </option><option value="https://corkaul.wordpress.com/2018/09/"> September 2018 </option><option value="https://corkaul.wordpress.com/2018/08/"> August 2018 </option><option value="https://corkaul.wordpress.com/2018/07/"> July 2018 </option><option value="https://corkaul.wordpress.com/2018/06/"> June 2018 </option><option value="https://corkaul.wordpress.com/2018/05/"> May 2018 </option><option value="https://corkaul.wordpress.com/2018/04/"> April 2018 </option><option value="https://corkaul.wordpress.com/2018/03/"> March 2018 </option><option value="https://corkaul.wordpress.com/2018/02/"> February 2018 </option><option value="https://corkaul.wordpress.com/2018/01/"> January 2018 </option><option value="https://corkaul.wordpress.com/2017/12/"> December 2017 </option><option value="https://corkaul.wordpress.com/2017/11/"> November 2017 </option><option value="https://corkaul.wordpress.com/2017/10/"> October 2017 </option><option value="https://corkaul.wordpress.com/2017/09/"> September 2017 </option><option value="https://corkaul.wordpress.com/2017/08/"> August 2017 </option><option value="https://corkaul.wordpress.com/2017/07/"> July 2017 </option><option value="https://corkaul.wordpress.com/2017/06/"> June 2017 </option><option value="https://corkaul.wordpress.com/2017/05/"> May 2017 </option><option value="https://corkaul.wordpress.com/2017/04/"> April 2017 </option><option value="https://corkaul.wordpress.com/2017/03/"> March 2017 </option><option value="https://corkaul.wordpress.com/2017/02/"> February 2017 </option><option value="https://corkaul.wordpress.com/2017/01/"> January 2017 </option><option value="https://corkaul.wordpress.com/2016/12/"> December 2016 </option><option value="https://corkaul.wordpress.com/2016/11/"> November 2016 </option><option value="https://corkaul.wordpress.com/2016/10/"> October 2016 </option><option value="https://corkaul.wordpress.com/2016/09/"> September 2016 </option><option value="https://corkaul.wordpress.com/2016/08/"> August 2016 </option><option value="https://corkaul.wordpress.com/2016/07/"> July 2016 </option><option value="https://corkaul.wordpress.com/2016/06/"> June 2016 </option><option value="https://corkaul.wordpress.com/2016/05/"> May 2016 </option><option value="https://corkaul.wordpress.com/2016/04/"> April 2016 </option><option value="https://corkaul.wordpress.com/2016/03/"> March 2016 </option><option value="https://corkaul.wordpress.com/2016/02/"> February 2016 </option><option value="https://corkaul.wordpress.com/2016/01/"> January 2016 </option><option value="https://corkaul.wordpress.com/2015/12/"> December 2015 </option><option value="https://corkaul.wordpress.com/2015/11/"> November 2015 </option><option value="https://corkaul.wordpress.com/2015/10/"> October 2015 </option><option value="https://corkaul.wordpress.com/2015/09/"> September 2015 </option><option value="https://corkaul.wordpress.com/2015/08/"> August 2015 </option><option value="https://corkaul.wordpress.com/2015/07/"> July 2015 </option><option value="https://corkaul.wordpress.com/2015/06/"> June 2015 </option><option value="https://corkaul.wordpress.com/2015/05/"> May 2015 </option><option value="https://corkaul.wordpress.com/2015/04/"> April 2015 </option><option value="https://corkaul.wordpress.com/2015/03/"> March 2015 </option><option value="https://corkaul.wordpress.com/2015/02/"> February 2015 </option><option value="https://corkaul.wordpress.com/2015/01/"> January 2015 </option><option value="https://corkaul.wordpress.com/2014/12/"> December 2014 </option><option value="https://corkaul.wordpress.com/2014/11/"> November 2014 </option><option value="https://corkaul.wordpress.com/2014/10/"> October 2014 </option><option value="https://corkaul.wordpress.com/2014/09/"> September 2014 </option><option value="https://corkaul.wordpress.com/2014/08/"> August 2014 </option><option value="https://corkaul.wordpress.com/2014/07/"> July 2014 </option><option value="https://corkaul.wordpress.com/2014/06/"> June 2014 </option></select><script type="text/javascript">/* <![CDATA[ */(function() {var dropdown = document.getElementById( archives-dropdown-7 );function onSelectChange() {if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) {document.location.href = this.options[ this.selectedIndex ].value;}}dropdown.onchange = onSelectChange;})();/* ]]> */</script></aside>
cork aul posts
<li id="ctl00_cpBody_rptDietaryConcern_ctl03_l1"><input id="ctl00_cpBody_rptDietaryConcern_ctl03_ChkVegetarian" name="ctl00$cpBody$rptDietaryConcern$ctl03$ChkVegetarian" target="" type="checkbox"/><div>Corn Free</div><input id="ctl00_cpBody_rptDietaryConcern_ctl03_hdnVegetarianValue" name="ctl00$cpBody$rptDietaryConcern$ctl03$hdnVegetarianValue" type="hidden" value="CF"/><span class="quantity">(4)</span></li>
corn free
<div class="input-radio" sans-serif=""><fieldset><legend id="hsf" style="display:none;">Search Filters</legend><input checked="checked" id="search-filters1" name="sitesearch" type="radio" value="www.lawschool.cornell.edu"/><label>Law School</label><input id="search-filters2" name="sitesearch" target="" type="radio" value="cornell"/><label>Cornell</label></fieldset></div>
cornell
<div id="search-filters"><fieldset class="unstyled"><legend class="hide">Filters:</legend><input checked="checked" id="search-filters1" name="as_sitesearch" type="radio" value="admissions.cornell.edu"/><label>This Site</label><input id="search-filters2" name="as_sitesearch" target="" type="radio" value="*"/><span>Cornell</span><a href="http://www.cornell.edu/search/">more options</a></fieldset></div>
cornell
<div class="radio-container" id="search-filters" search-filters=""><fieldset class="radio"><legend class="hidden" id="search-context-title">Search Context</legend><input checked="checked" id="search-filters2" name="sitesearch" search="" title="site" type="radio" value="site-search"/><label class="secondary-label">This Site</label><input id="search-filters1" name="sitesearch" target="" title="cornell" type="radio" value="http://www.cornell.edu/search"/><label class="secondary-label">Cornell</label></fieldset></div>
cornell
<div id="search-filters"><input checked="" id="search-filters1" name="site" onclick="insertLawLibraryTag()" type="radio" value="law_library"/><label>Law Library</label><inputtype></inputtype><label>Law School</label><input id="search-filters3" name="site" onclick="insertCornellTag()" target="" type="radio" value="default_collection"/><div>Cornell</div></div>
cornell
<div id="search-filters"><input checked="checked" id="search-filters1" name="sitesearch" type="radio" value="career.cornell.edu"/><label>Career Services</label><input id="search-filters2" name="sitesearch" target="" type="radio" value="cornell"/><label>Cornell</label></div>
cornell
<div class="radio-container" id="search-filters" search-filters=""><fieldset class="radio"><legend class="hidden" id="search-context-title">Search Context</legend><input checked="checked" id="search-filters2" name="sitesearch" search="" title="site" type="radio" value="site-search"/><label class="secondary-label">This Site</label><input id="search-filters1" name="sitesearch" target="" title="cornell" type="radio" value="http://www.cornell.edu/search"/><span class="secondary-label">Cornell</span></fieldset></div>
cornell
<div a="" aria-label="Choose" id="search-filters" location="" role="radiogroup" search=""><input checked="checked" id="search-filters1" name="sitesearch" type="radio" value="thissite"/><label>This Site</label><input id="search-filters2" name="sitesearch" target="" type="radio" value="cornell"/><div>Cornell</div><a href="http://www.cornell.edu/search/" options="" title="more">more options</a> </div>
cornell
<div id="search-filters"><input checked="checked" id="search-filters1" name="sitesearch" type="radio" value="career.cornell.edu"/><label>Career Services</label><input id="search-filters2" name="sitesearch" target="" type="radio" value="cornell"/><span>Cornell</span></div>
cornell
<div class="input-radio" sans-serif=""><fieldset><legend id="hsf" style="display:none;">Search Filters</legend><input checked="checked" id="search-filters1" name="sitesearch" type="radio" value="www.lawschool.cornell.edu"/><label>Law School</label><input id="search-filters2" name="sitesearch" target="" type="radio" value="cornell"/><a>Cornell</a></fieldset></div>
cornell
<li class=""><input class="checkbox-filter" id="product_type-corner-basin" name="product_type[]" target="" type="checkbox" value="https://www.italtile.co.za/bathroom-category.html?___store=default&amp;product_type=shower-seat,corner-basin"/><label><a href="https://www.italtile.co.za/bathroom-category.html?___store=default&amp;product_type=shower-seat,corner-basin">Corner Basin</a></label>(1)</li>
corner basin
<li class=""><input class="checkbox-filter" id="product_type-corner-bath" name="product_type[]" target="" type="checkbox" value="https://www.italtile.co.za/bathroom-category.html?___store=default&amp;product_type=shower-seat,corner-bath"/><div><a href="https://www.italtile.co.za/bathroom-category.html?___store=default&amp;product_type=shower-seat,corner-bath">Corner Bath</a></div>(1)</li>
corner bath
<span class="checkBoxList" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures"><input checked="checked" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_0" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$0" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," true="" type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=102&amp;AdListType=ListAds&amp;GeneralFeatures=All" onclick="clickFilterCondition(this," onmouseover="window.status=All" return="" true="">All</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_1" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$1" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=102&amp;AdListType=ListAds&amp;GeneralFeatures=Handicap+Access" onclick="clickFilterCondition(this," onmouseover="window.status=Handicap Access" return="">Handicap Access</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_2" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$2" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=102&amp;AdListType=ListAds&amp;GeneralFeatures=Near+Shopping" onclick="clickFilterCondition(this," onmouseover="window.status=Near Shopping" return="">Near Shopping</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_3" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$3" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=102&amp;AdListType=ListAds&amp;GeneralFeatures=Security+System" onclick="clickFilterCondition(this," onmouseover="window.status=Security System" return="">Security System</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_4" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$4" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=102&amp;AdListType=ListAds&amp;GeneralFeatures=Near+School" onclick="clickFilterCondition(this," onmouseover="window.status=Near School" return="">Near School</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_5" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$5" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=102&amp;AdListType=ListAds&amp;GeneralFeatures=Near+Bus+Route" onclick="clickFilterCondition(this," onmouseover="window.status=Near Bus Route" return="">Near Bus Route</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_6" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$6" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=102&amp;AdListType=ListAds&amp;GeneralFeatures=Golf+Course+Lot" onclick="clickFilterCondition(this," onmouseover="window.status=Golf Course Lot" return="">Golf Course Lot</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_7" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$7" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," target="" type="checkbox"/><div><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=102&amp;AdListType=ListAds&amp;GeneralFeatures=Corner+Lot" onclick="clickFilterCondition(this," onmouseover="window.status=Corner Lot" return="">Corner Lot</a></div><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_8" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$8" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=102&amp;AdListType=ListAds&amp;GeneralFeatures=Cul-de-sac+Location" onclick="clickFilterCondition(this," onmouseover="window.status=Cul-de-sac Location" return="">Cul-de-sac Location</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_9" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$9" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=102&amp;AdListType=ListAds&amp;GeneralFeatures=Waterfront+Property" onclick="clickFilterCondition(this," onmouseover="window.status=Waterfront Property" return="">Waterfront Property</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_10" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$10" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=102&amp;AdListType=ListAds&amp;GeneralFeatures=Family+Room" onclick="clickFilterCondition(this," onmouseover="window.status=Family Room" return="">Family Room</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_11" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$11" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=102&amp;AdListType=ListAds&amp;GeneralFeatures=Workshop" onclick="clickFilterCondition(this," onmouseover="window.status=Workshop" return="">Workshop</a></label></span>
corner lot
<span class="checkBoxList" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures"><input checked="checked" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_0" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$0" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," true="" type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=565&amp;AdListType=ListAds&amp;GeneralFeatures=All" onclick="clickFilterCondition(this," onmouseover="window.status=All" return="" true="">All</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_1" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$1" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=565&amp;AdListType=ListAds&amp;GeneralFeatures=Handicap+Access" onclick="clickFilterCondition(this," onmouseover="window.status=Handicap Access" return="">Handicap Access</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_2" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$2" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=565&amp;AdListType=ListAds&amp;GeneralFeatures=Near+Shopping" onclick="clickFilterCondition(this," onmouseover="window.status=Near Shopping" return="">Near Shopping</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_3" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$3" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=565&amp;AdListType=ListAds&amp;GeneralFeatures=Security+System" onclick="clickFilterCondition(this," onmouseover="window.status=Security System" return="">Security System</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_4" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$4" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=565&amp;AdListType=ListAds&amp;GeneralFeatures=Near+School" onclick="clickFilterCondition(this," onmouseover="window.status=Near School" return="">Near School</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_5" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$5" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=565&amp;AdListType=ListAds&amp;GeneralFeatures=Near+Bus+Route" onclick="clickFilterCondition(this," onmouseover="window.status=Near Bus Route" return="">Near Bus Route</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_6" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$6" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=565&amp;AdListType=ListAds&amp;GeneralFeatures=Golf+Course+Lot" onclick="clickFilterCondition(this," onmouseover="window.status=Golf Course Lot" return="">Golf Course Lot</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_7" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$7" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," target="" type="checkbox"/><a><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=565&amp;AdListType=ListAds&amp;GeneralFeatures=Corner+Lot" onclick="clickFilterCondition(this," onmouseover="window.status=Corner Lot" return="">Corner Lot</a></a><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_8" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$8" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=565&amp;AdListType=ListAds&amp;GeneralFeatures=Cul-de-sac+Location" onclick="clickFilterCondition(this," onmouseover="window.status=Cul-de-sac Location" return="">Cul-de-sac Location</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_9" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$9" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=565&amp;AdListType=ListAds&amp;GeneralFeatures=Waterfront+Property" onclick="clickFilterCondition(this," onmouseover="window.status=Waterfront Property" return="">Waterfront Property</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_10" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$10" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=565&amp;AdListType=ListAds&amp;GeneralFeatures=Family+Room" onclick="clickFilterCondition(this," onmouseover="window.status=Family Room" return="">Family Room</a></label><br/><input false="" id="ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures_11" name="ctl00$ContentPlaceHolder1$FilterAdDefault1$houseAdEditControl1$checkBoxListGeneralFeatures$11" onclick="\&quot;SetCheck('ctl00_ContentPlaceHolder1_FilterAdDefault1_houseAdEditControl1_checkBoxListGeneralFeatures'," type="checkbox"/><label><a false="" href="/BrowseAdListByCategory.aspx?pageNo=1&amp;CurrentCategoryID=565&amp;AdListType=ListAds&amp;GeneralFeatures=Workshop" onclick="clickFilterCondition(this," onmouseover="window.status=Workshop" return="">Workshop</a></label></span>
corner lot
<div class="stats-wrap" clearfix=""><input checked="checked" class="radio" id="visitor-lineup-period0" name="team-lineup-period0" target="" type="radio"/><div class="label" visitor="">Corning Community College</div><div class="stats-box" clearfix="" full="" lineup="" visitor=""><div class="scrollable"><div class="clearfix"><table><caption class="caption"><h2><span class="team-name">Corning Community College</span></h2></caption><thead><tr><th class="col-head" pinned-col="" scope="col" text="">Player</th><th class="col-head" scope="col">MIN</th><th class="col-head" scope="col">FGM-A</th><th class="col-head" scope="col">3PM-A</th><th class="col-head" scope="col">FTM-A</th><th class="col-head" scope="col">OREB</th><th class="col-head" scope="col">DREB</th><th class="col-head" scope="col">REB</th><th class="col-head" scope="col">AST</th><th class="col-head" scope="col">STL</th><th class="col-head" scope="col">BLK</th><th class="col-head" scope="col">TO</th><th class="col-head" scope="col">PF</th><th class="col-head" scope="col">PTS</th></tr></thead><tbody><tr class="group-head"><th class="row-head" pinned-col="" scope="rowgroup" text=""><strong>STARTERS</strong></th><td colspan="13"> </td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">1 - </span><span class="player-name">Taylor Sutryk</span></th><td>40</td><td> 6-14</td><td> 0-3</td><td> 2-2</td><td>2</td><td>4</td><td>6</td><td>2</td><td>3</td><td>0</td><td>2</td><td>2</td><td> 14</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">2 - </span><span class="player-name">Taylor Herberger</span></th><td>38</td><td> 2-12</td><td> 1-9</td><td> 0-0</td><td>3</td><td>4</td><td>7</td><td>4</td><td>3</td><td>1</td><td>10</td><td>3</td><td> 5</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">21 - </span><span class="player-name">Autumn Edwards</span></th><td>32</td><td> 3-8</td><td> 0-1</td><td> 6-6</td><td>1</td><td>2</td><td>3</td><td>2</td><td>2</td><td>0</td><td>3</td><td>1</td><td> 12</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">23 - </span><span class="player-name">Breanna Palmatier</span></th><td>40</td><td> 3-6</td><td> 2-5</td><td> 0-2</td><td>0</td><td>12</td><td>12</td><td>2</td><td>1</td><td>2</td><td>1</td><td>4</td><td> 8</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">24 - </span><span class="player-name">Blair Wampole</span></th><td>32</td><td> 5-13</td><td> 0-2</td><td> 2-2</td><td>2</td><td>10</td><td>12</td><td>2</td><td>1</td><td>7</td><td>1</td><td>1</td><td> 12</td></tr></tbody><tbody><tr class="group-head"><th class="row-head" pinned-col="" scope="rowgroup" text=""><strong>RESERVES</strong></th><td colspan="13"> </td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">20 - </span><span class="player-name">Katelyn Artibee</span></th><td>12</td><td> 2-5</td><td> 0-0</td><td> 0-0</td><td>1</td><td>1</td><td>2</td><td>0</td><td>1</td><td>0</td><td>2</td><td>1</td><td> 4</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">50 - </span><span class="player-name">Bailey McGannon</span></th><td>6</td><td> 0-0</td><td> 0-0</td><td> 0-0</td><td>0</td><td>2</td><td>2</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td> 0</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">TM - </span><span class="player-name">Team</span></th><td></td><td> </td><td> </td><td> </td><td>1</td><td>3</td><td>4</td><td></td><td></td><td></td><td>0</td><td>0</td><td> </td></tr></tbody><tbody><tr class="totals"><th class="row-head" pinned-col="" scope="rowgroup" text="">TOTALS</th><td> </td><td> 21-58</td><td> 3-20</td><td> 10-12</td><td>10</td><td>38</td><td>48</td><td>12</td><td>11</td><td>10</td><td>19</td><td>12</td><td> 55</td></tr><tr class="totals"><td class="pinned-col"> </td><td> </td><td> 36.2%</td><td> 15.0%</td><td> 83.3%</td><td colspan="9"> </td></tr></tbody></table></div></div></div></div>
corning community college
<div class="stats-wrap" clearfix=""><input checked="checked" class="radio" id="visitor-lineup-period1" name="team-lineup-period1" target="" type="radio"/><label class="label" visitor="">Corning Community College</label><div class="stats-box" clearfix="" full="" lineup="" visitor=""><div class="scrollable"><div class="clearfix"><table><caption class="caption"><h2><span class="team-name">Corning Community College</span></h2></caption><thead><tr><th class="col-head" pinned-col="" scope="col" text="">Player</th><th class="col-head" scope="col">MIN</th><th class="col-head" scope="col">FGM-A</th><th class="col-head" scope="col">3PM-A</th><th class="col-head" scope="col">FTM-A</th><th class="col-head" scope="col">OREB</th><th class="col-head" scope="col">DREB</th><th class="col-head" scope="col">REB</th><th class="col-head" scope="col">AST</th><th class="col-head" scope="col">STL</th><th class="col-head" scope="col">BLK</th><th class="col-head" scope="col">TO</th><th class="col-head" scope="col">PF</th><th class="col-head" scope="col">PTS</th></tr></thead><tbody><tr class="group-head"><th class="row-head" pinned-col="" scope="rowgroup" text=""><strong>STARTERS</strong></th><td colspan="13"> </td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">1 - </span><span class="player-name">Taylor Sutryk</span></th><td>10</td><td> 2-3</td><td> 0-0</td><td> 0-0</td><td>1</td><td>1</td><td>2</td><td>0</td><td>0</td><td>0</td><td>1</td><td>0</td><td> 4</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">2 - </span><span class="player-name">Taylor Herberger</span></th><td>10</td><td> 1-3</td><td> 1-3</td><td> 0-0</td><td>2</td><td>3</td><td>5</td><td>1</td><td>2</td><td>1</td><td>3</td><td>1</td><td> 3</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">21 - </span><span class="player-name">Autumn Edwards</span></th><td>10</td><td> 0-2</td><td> 0-1</td><td> 4-4</td><td>0</td><td>0</td><td>0</td><td>1</td><td>1</td><td>0</td><td>1</td><td>1</td><td> 4</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">23 - </span><span class="player-name">Breanna Palmatier</span></th><td>10</td><td> 0-1</td><td> 0-1</td><td> 0-0</td><td>0</td><td>2</td><td>2</td><td>0</td><td>0</td><td>1</td><td>0</td><td>0</td><td> 0</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">24 - </span><span class="player-name">Blair Wampole</span></th><td>8</td><td> 1-3</td><td> 0-0</td><td> 2-2</td><td>1</td><td>1</td><td>2</td><td>0</td><td>0</td><td>3</td><td>0</td><td>0</td><td> 4</td></tr></tbody><tbody><tr class="group-head"><th class="row-head" pinned-col="" scope="rowgroup" text=""><strong>RESERVES</strong></th><td colspan="13"> </td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">20 - </span><span class="player-name">Katelyn Artibee</span></th><td>2</td><td> 0-2</td><td> 0-0</td><td> 0-0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>1</td><td>0</td><td> 0</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">50 - </span><span class="player-name">Bailey McGannon</span></th><td>0</td><td> 0-0</td><td> 0-0</td><td> 0-0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td> 0</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">TM - </span><span class="player-name">Team</span></th><td></td><td> </td><td> </td><td> </td><td>0</td><td>0</td><td>0</td><td></td><td></td><td></td><td>0</td><td>0</td><td> </td></tr></tbody><tbody><tr class="totals"><th class="row-head" pinned-col="" scope="rowgroup" text="">TOTALS</th><td> </td><td> 4-14</td><td> 1-5</td><td> 6-6</td><td>4</td><td>7</td><td>11</td><td>2</td><td>3</td><td>5</td><td>6</td><td>2</td><td> 15</td></tr><tr class="totals"><td class="pinned-col"> </td><td> </td><td> 28.6%</td><td> 20.0%</td><td> 100.0%</td><td colspan="9"> </td></tr></tbody></table></div></div></div></div>
corning community college
<div class="stats-wrap" clearfix=""><input checked="checked" class="radio" id="visitor-lineup-period2" name="team-lineup-period2" target="" type="radio"/><label class="label" visitor="">Corning Community College</label><div class="stats-box" clearfix="" full="" lineup="" visitor=""><div class="scrollable"><div class="clearfix"><table><caption class="caption"><h2><span class="team-name">Corning Community College</span></h2></caption><thead><tr><th class="col-head" pinned-col="" scope="col" text="">Player</th><th class="col-head" scope="col">MIN</th><th class="col-head" scope="col">FGM-A</th><th class="col-head" scope="col">3PM-A</th><th class="col-head" scope="col">FTM-A</th><th class="col-head" scope="col">OREB</th><th class="col-head" scope="col">DREB</th><th class="col-head" scope="col">REB</th><th class="col-head" scope="col">AST</th><th class="col-head" scope="col">STL</th><th class="col-head" scope="col">BLK</th><th class="col-head" scope="col">TO</th><th class="col-head" scope="col">PF</th><th class="col-head" scope="col">PTS</th></tr></thead><tbody><tr class="group-head"><th class="row-head" pinned-col="" scope="rowgroup" text=""><strong>STARTERS</strong></th><td colspan="13"> </td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">1 - </span><span class="player-name">Taylor Sutryk</span></th><td>10</td><td> 0-3</td><td> 0-1</td><td> 0-0</td><td>0</td><td>3</td><td>3</td><td>0</td><td>1</td><td>0</td><td>1</td><td>1</td><td> 0</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">2 - </span><span class="player-name">Taylor Herberger</span></th><td>10</td><td> 1-2</td><td> 0-1</td><td> 0-0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>4</td><td>0</td><td> 2</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">21 - </span><span class="player-name">Autumn Edwards</span></th><td>10</td><td> 0-3</td><td> 0-0</td><td> 2-2</td><td>0</td><td>1</td><td>1</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td> 2</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">23 - </span><span class="player-name">Breanna Palmatier</span></th><td>10</td><td> 2-2</td><td> 1-1</td><td> 0-2</td><td>0</td><td>2</td><td>2</td><td>1</td><td>0</td><td>0</td><td>0</td><td>0</td><td> 5</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">24 - </span><span class="player-name">Blair Wampole</span></th><td>6</td><td> 0-2</td><td> 0-0</td><td> 0-0</td><td>1</td><td>4</td><td>5</td><td>0</td><td>0</td><td>1</td><td>1</td><td>1</td><td> 0</td></tr></tbody><tbody><tr class="group-head"><th class="row-head" pinned-col="" scope="rowgroup" text=""><strong>RESERVES</strong></th><td colspan="13"> </td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">20 - </span><span class="player-name">Katelyn Artibee</span></th><td>2</td><td> 1-1</td><td> 0-0</td><td> 0-0</td><td>0</td><td>1</td><td>1</td><td>0</td><td>1</td><td>0</td><td>0</td><td>1</td><td> 2</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">50 - </span><span class="player-name">Bailey McGannon</span></th><td>2</td><td> 0-0</td><td> 0-0</td><td> 0-0</td><td>0</td><td>1</td><td>1</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td> 0</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">TM - </span><span class="player-name">Team</span></th><td></td><td> </td><td> </td><td> </td><td>1</td><td>0</td><td>1</td><td></td><td></td><td></td><td>0</td><td>0</td><td> </td></tr></tbody><tbody><tr class="totals"><th class="row-head" pinned-col="" scope="rowgroup" text="">TOTALS</th><td> </td><td> 4-13</td><td> 1-3</td><td> 2-4</td><td>1</td><td>12</td><td>13</td><td>1</td><td>2</td><td>1</td><td>6</td><td>3</td><td> 11</td></tr><tr class="totals"><td class="pinned-col"> </td><td> </td><td> 30.8%</td><td> 33.3%</td><td> 50.0%</td><td colspan="9"> </td></tr></tbody></table></div></div></div></div>
corning community college
<div class="stats-wrap" clearfix=""><input checked="checked" class="radio" id="visitor-lineup-period3" name="team-lineup-period3" target="" type="radio"/><span class="label" visitor="">Corning Community College</span><div class="stats-box" clearfix="" full="" lineup="" visitor=""><div class="scrollable"><div class="clearfix"><table><caption class="caption"><h2><span class="team-name">Corning Community College</span></h2></caption><thead><tr><th class="col-head" pinned-col="" scope="col" text="">Player</th><th class="col-head" scope="col">MIN</th><th class="col-head" scope="col">FGM-A</th><th class="col-head" scope="col">3PM-A</th><th class="col-head" scope="col">FTM-A</th><th class="col-head" scope="col">OREB</th><th class="col-head" scope="col">DREB</th><th class="col-head" scope="col">REB</th><th class="col-head" scope="col">AST</th><th class="col-head" scope="col">STL</th><th class="col-head" scope="col">BLK</th><th class="col-head" scope="col">TO</th><th class="col-head" scope="col">PF</th><th class="col-head" scope="col">PTS</th></tr></thead><tbody><tr class="group-head"><th class="row-head" pinned-col="" scope="rowgroup" text=""><strong>STARTERS</strong></th><td colspan="13"> </td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">1 - </span><span class="player-name">Taylor Sutryk</span></th><td>10</td><td> 2-6</td><td> 0-2</td><td> 0-0</td><td>0</td><td>0</td><td>0</td><td>1</td><td>2</td><td>0</td><td>0</td><td>0</td><td> 4</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">2 - </span><span class="player-name">Taylor Herberger</span></th><td>8</td><td> 0-3</td><td> 0-2</td><td> 0-0</td><td>1</td><td>1</td><td>2</td><td>2</td><td>0</td><td>0</td><td>0</td><td>1</td><td> 0</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">21 - </span><span class="player-name">Autumn Edwards</span></th><td>5</td><td> 2-2</td><td> 0-0</td><td> 0-0</td><td>1</td><td>1</td><td>2</td><td>1</td><td>0</td><td>0</td><td>2</td><td>0</td><td> 4</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">23 - </span><span class="player-name">Breanna Palmatier</span></th><td>10</td><td> 1-3</td><td> 1-3</td><td> 0-0</td><td>0</td><td>4</td><td>4</td><td>1</td><td>1</td><td>1</td><td>0</td><td>0</td><td> 3</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">24 - </span><span class="player-name">Blair Wampole</span></th><td>10</td><td> 2-4</td><td> 0-1</td><td> 0-0</td><td>0</td><td>4</td><td>4</td><td>1</td><td>0</td><td>2</td><td>0</td><td>0</td><td> 4</td></tr></tbody><tbody><tr class="group-head"><th class="row-head" pinned-col="" scope="rowgroup" text=""><strong>RESERVES</strong></th><td colspan="13"> </td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">20 - </span><span class="player-name">Katelyn Artibee</span></th><td>5</td><td> 1-2</td><td> 0-0</td><td> 0-0</td><td>1</td><td>0</td><td>1</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td> 2</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">50 - </span><span class="player-name">Bailey McGannon</span></th><td>2</td><td> 0-0</td><td> 0-0</td><td> 0-0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td> 0</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">TM - </span><span class="player-name">Team</span></th><td></td><td> </td><td> </td><td> </td><td>0</td><td>1</td><td>1</td><td></td><td></td><td></td><td>0</td><td>0</td><td> </td></tr></tbody><tbody><tr class="totals"><th class="row-head" pinned-col="" scope="rowgroup" text="">TOTALS</th><td> </td><td> 8-20</td><td> 1-8</td><td> 0-0</td><td>3</td><td>10</td><td>13</td><td>6</td><td>3</td><td>3</td><td>2</td><td>1</td><td> 17</td></tr><tr class="totals"><td class="pinned-col"> </td><td> </td><td> 40.0%</td><td> 12.5%</td><td> 0%</td><td colspan="9"> </td></tr></tbody></table></div></div></div></div>
corning community college
<div class="stats-wrap" clearfix=""><input checked="checked" class="radio" id="visitor-lineup-period4" name="team-lineup-period4" target="" type="radio"/><a class="label" visitor="">Corning Community College</a><div class="stats-box" clearfix="" full="" lineup="" visitor=""><div class="scrollable"><div class="clearfix"><table><caption class="caption"><h2><span class="team-name">Corning Community College</span></h2></caption><thead><tr><th class="col-head" pinned-col="" scope="col" text="">Player</th><th class="col-head" scope="col">MIN</th><th class="col-head" scope="col">FGM-A</th><th class="col-head" scope="col">3PM-A</th><th class="col-head" scope="col">FTM-A</th><th class="col-head" scope="col">OREB</th><th class="col-head" scope="col">DREB</th><th class="col-head" scope="col">REB</th><th class="col-head" scope="col">AST</th><th class="col-head" scope="col">STL</th><th class="col-head" scope="col">BLK</th><th class="col-head" scope="col">TO</th><th class="col-head" scope="col">PF</th><th class="col-head" scope="col">PTS</th></tr></thead><tbody><tr class="group-head"><th class="row-head" pinned-col="" scope="rowgroup" text=""><strong>STARTERS</strong></th><td colspan="13"> </td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">1 - </span><span class="player-name">Taylor Sutryk</span></th><td>10</td><td> 2-2</td><td> 0-0</td><td> 2-2</td><td>1</td><td>0</td><td>1</td><td>1</td><td>0</td><td>0</td><td>0</td><td>1</td><td> 6</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">2 - </span><span class="player-name">Taylor Herberger</span></th><td>10</td><td> 0-4</td><td> 0-3</td><td> 0-0</td><td>0</td><td>0</td><td>0</td><td>1</td><td>1</td><td>0</td><td>3</td><td>1</td><td> 0</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">21 - </span><span class="player-name">Autumn Edwards</span></th><td>7</td><td> 1-1</td><td> 0-0</td><td> 0-0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>1</td><td>0</td><td>0</td><td>0</td><td> 2</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">23 - </span><span class="player-name">Breanna Palmatier</span></th><td>10</td><td> 0-0</td><td> 0-0</td><td> 0-0</td><td>0</td><td>4</td><td>4</td><td>0</td><td>0</td><td>0</td><td>1</td><td>4</td><td> 0</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">24 - </span><span class="player-name">Blair Wampole</span></th><td>8</td><td> 2-4</td><td> 0-1</td><td> 0-0</td><td>0</td><td>1</td><td>1</td><td>1</td><td>1</td><td>1</td><td>0</td><td>0</td><td> 4</td></tr></tbody><tbody><tr class="group-head"><th class="row-head" pinned-col="" scope="rowgroup" text=""><strong>RESERVES</strong></th><td colspan="13"> </td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">20 - </span><span class="player-name">Katelyn Artibee</span></th><td>3</td><td> 0-0</td><td> 0-0</td><td> 0-0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>1</td><td>0</td><td> 0</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">50 - </span><span class="player-name">Bailey McGannon</span></th><td>2</td><td> 0-0</td><td> 0-0</td><td> 0-0</td><td>0</td><td>1</td><td>1</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td> 0</td></tr><tr><th class="row-head" pinned-col="" scope="row" text=""><span class="uniform">TM - </span><span class="player-name">Team</span></th><td></td><td> </td><td> </td><td> </td><td>0</td><td>2</td><td>2</td><td></td><td></td><td></td><td>0</td><td>0</td><td> </td></tr></tbody><tbody><tr class="totals"><th class="row-head" pinned-col="" scope="rowgroup" text="">TOTALS</th><td> </td><td> 5-11</td><td> 0-4</td><td> 2-2</td><td>1</td><td>6</td><td>7</td><td>3</td><td>3</td><td>1</td><td>5</td><td>6</td><td> 12</td></tr><tr class="totals"><td class="pinned-col"> </td><td> </td><td> 45.5%</td><td> 0%</td><td> 100.0%</td><td colspan="9"> </td></tr></tbody></table></div></div></div></div>
corning community college
<div class="field" id="uxAsideContent_ctl01_rowCustomLocation" multiple-select-field=""><label>Location</label><div><span id="uxAsideContent_ctl01_uxCustomLocationId"><input id="uxAsideContent_ctl01_uxCustomLocationId_0" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$0" type="checkbox" value="11"/><label>Bedfordshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_1" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$1" type="checkbox" value="12"/><label>Berkshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_2" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$2" type="checkbox" value="2"/><label>Birmingham</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_3" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$3" type="checkbox" value="3"/><label>Bristol</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_4" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$4" type="checkbox" value="60"/><label>Buckinghamshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_5" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$5" type="checkbox" value="59"/><label>Cambridgeshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_6" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$6" type="checkbox" value="13"/><label>Cheshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_7" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$7" target="" type="checkbox" value="14"/><span>Cornwall</span><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_8" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$8" type="checkbox" value="15"/><label>Cumberland</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_9" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$9" type="checkbox" value="16"/><label>Derbyshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_10" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$10" type="checkbox" value="17"/><label>Devon</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_11" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$11" type="checkbox" value="18"/><label>Dorset</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_12" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$12" type="checkbox" value="19"/><label>Durham</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_13" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$13" type="checkbox" value="20"/><label>Essex</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_14" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$14" type="checkbox" value="49"/><label>Europe</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_15" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$15" type="checkbox" value="21"/><label>Gloucestershire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_16" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$16" type="checkbox" value="58"/><label>Greater London</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_17" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$17" type="checkbox" value="22"/><label>Hampshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_18" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$18" type="checkbox" value="23"/><label>Herefordshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_19" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$19" type="checkbox" value="24"/><label>Hertfordshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_20" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$20" type="checkbox" value="25"/><label>Huntingdonshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_21" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$21" type="checkbox" value="26"/><label>Isle of Man</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_22" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$22" type="checkbox" value="27"/><label>Isle of White</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_23" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$23" type="checkbox" value="28"/><label>Kent</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_24" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$24" type="checkbox" value="29"/><label>Lancashire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_25" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$25" type="checkbox" value="30"/><label>Leicestershire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_26" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$26" type="checkbox" value="4"/><label>Libya</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_27" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$27" type="checkbox" value="31"/><label>Lincolnshire</label><br/><input checked="checked" id="uxAsideContent_ctl01_uxCustomLocationId_28" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$28" type="checkbox" value="10"/><label>London - Central</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_29" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$29" type="checkbox" value="57"/><label>London - North</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_30" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$30" type="checkbox" value="8"/><label>London - North East</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_31" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$31" type="checkbox" value="6"/><label>London - North West</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_32" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$32" type="checkbox" value="9"/><label>London - South East</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_33" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$33" type="checkbox" value="7"/><label>London - South West</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_34" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$34" type="checkbox" value="5"/><label>Manchester</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_35" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$35" type="checkbox" value="32"/><label>Middlesex</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_36" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$36" type="checkbox" value="33"/><label>Norfolk</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_37" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$37" type="checkbox" value="50"/><label>North America</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_38" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$38" type="checkbox" value="34"/><label>Northamptonshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_39" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$39" type="checkbox" value="51"/><label>Northern Ireland</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_40" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$40" type="checkbox" value="36"/><label>Northumberland</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_41" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$41" type="checkbox" value="35"/><label>Nottinghamshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_42" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$42" type="checkbox" value="37"/><label>Oxfordshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_43" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$43" type="checkbox" value="52"/><label>Russia</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_44" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$44" type="checkbox" value="38"/><label>Rutland</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_45" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$45" type="checkbox" value="53"/><label>Scotland</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_46" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$46" type="checkbox" value="39"/><label>Shropshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_47" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$47" type="checkbox" value="40"/><label>Somerset</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_48" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$48" type="checkbox" value="41"/><label>Staffordshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_49" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$49" type="checkbox" value="42"/><label>Suffolk</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_50" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$50" type="checkbox" value="43"/><label>Surrey</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_51" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$51" type="checkbox" value="44"/><label>Sussex</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_52" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$52" type="checkbox" value="54"/><label>The Far East</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_53" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$53" type="checkbox" value="55"/><label>The Middle East</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_54" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$54" type="checkbox" value="1"/><label>United Kingdom</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_55" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$55" type="checkbox" value="61"/><label>USA</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_56" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$56" type="checkbox" value="56"/><label>Wales</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_57" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$57" type="checkbox" value="45"/><label>Warwickshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_58" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$58" type="checkbox" value="46"/><label>Wiltshire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_59" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$59" type="checkbox" value="47"/><label>Worcestershire</label><br/><input id="uxAsideContent_ctl01_uxCustomLocationId_60" name="ctl00$uxAsideContent$ctl01$uxCustomLocationId$60" type="checkbox" value="48"/><label>Yorkshire</label></span></div></div>
cornwall
<li class="hiddenfacet"><span>Cornwall border</span><span>(17)</span><input id="coverage-cornwall" name="coverage" target="" type="checkbox" value="cornwall"/></li>
cornwall border
<li><input id="filter-check-corolla" onclick="\&quot;location.href='https://legacyautosales.org/inventory/model/odyssey/model/corolla'\&quot;" target="" type="checkbox"/> <label class="filter-check"><a href="https://legacyautosales.org/inventory/model/odyssey/model/corolla">COROLLA</a> (1)</label></li>
corolla
<section id="section5"><input id="services-option5" name="services" target="" type="radio"/><div>Corporate</div><aside><ul><li><a corporate="" href="/global/en/what/practices/corporate-law/index.page" title="All">All corporate</a></li><li><a href="/global/en/what/practices/corporate-law/capital-markets.page" markets="" title="Capital">Capital markets</a></li><li><a governance="" href="/global/en/what/practices/corporate-law/corporate-governance.page" title="Corporate">Corporate governance</a></li><li><a href="/global/en/what/practices/corporate-law/corporate-reorganizations.page" reorganizations="" title="Corporate">Corporate reorganizations</a></li><li><a href="/global/en/what/practices/corporate-secretarial-services/index.page" secretarial="" services="" title="Corporate">Corporate secretarial services</a></li><li><a formation="" fund="" href="/global/en/what/practices/financial-law/investment-fund-formation.page" title="Investment">Investment fund formation</a></li><li><a acquisitions="" and="" href="/global/en/what/practices/corporate-law/merger-acquisitions.page" title="Mergers">Mergers and acquisitions (M&amp;A)</a></li><li><a capital="" equity="" href="/global/en/what/practices/corporate-law/private-equity-venture-capital.page" title="Private" venture="">Private equity / venture capital</a></li></ul></aside></section>
corporate
<li><input class="filter-checkbox" data-count="19" data-display="Corporate" data-facet-type="1" data-field-name="" data-id="29152" id="category-filter-4" target="" type="checkbox"/><label><b class="filter">Corporate</b> <b>19</b></label></li>
corporate
<section id="section5"><input id="services-option5" name="services" target="" type="radio"/><label>Corporate</label><aside><ul><li><a corporate="" href="/global/en/what/practices/corporate-law/index.page" title="All">All corporate</a></li><li><a href="/global/en/what/practices/corporate-law/capital-markets.page" markets="" title="Capital">Capital markets</a></li><li><a governance="" href="/global/en/what/practices/corporate-law/corporate-governance.page" title="Corporate">Corporate governance</a></li><li><a href="/global/en/what/practices/corporate-law/corporate-reorganizations.page" reorganizations="" title="Corporate">Corporate reorganizations</a></li><li><a href="/global/en/what/practices/corporate-secretarial-services/index.page" secretarial="" services="" title="Corporate">Corporate secretarial services</a></li><li><a formation="" fund="" href="/global/en/what/practices/financial-law/investment-fund-formation.page" title="Investment">Investment fund formation</a></li><li><a acquisitions="" and="" href="/global/en/what/practices/corporate-law/merger-acquisitions.page" title="Mergers">Mergers and acquisitions (M&amp;A)</a></li><li><a capital="" equity="" href="/global/en/what/practices/corporate-law/private-equity-venture-capital.page" title="Private" venture="">Private equity / venture capital</a></li></ul></aside></section>
corporate
<div class="schnucks-links-group"><style type="text/css">@media screen and (max-width: 767px) {/* all click actions */#schnucks_footer_menu_list_corporate {display: none;}#schnucks_footer_menu_check_corporate:checked ~ #schnucks_footer_menu_list_corporate {display: block;}#schnucks_footer_menu_check_corporate:checked ~ #schnucks_footer_menu_label_corporate:after {transform: rotateX(180deg);}}</style><input id="schnucks_footer_menu_check_corporate" target="" type="checkbox"/><div class="schnucks-links-group-label" id="schnucks_footer_menu_label_corporate">Corporate</div><ul id="schnucks_footer_menu_list_corporate"><li><a href="https://nourish.schnucks.com/about">About</a></li><li><a href="https://www.schnucks.com/Careers-1/">Careers</a></li><li><a href="https://www.schnucks.com/Press-Releases/">Press Releases</a></li><li><a href="https://nourish.schnucks.com/community/">Corporate Policies</a></li><li><a href="http://www.rangeme.com/schnucks">Prospective Suppliers</a></li></ul></div>
corporate
<li><input class="filter-checkbox" data-count="48" data-display="Corporate" data-facet-type="5" data-field-name="company_name" data-id="Corporate" id="company_name-filter-29" target="" type="checkbox"/><span><b class="filter">Corporate</b> <b>48</b></span></li>
corporate
<div><input checked="" class="input-no-border" id="subscriber_account" name="account_type" onclick="\&quot;(this.checked)?location.href='register.php?user_type=1':'';\&quot;" type="radio" value="subscriber"/><label middle="" style="vertical-align:">Become a <a href="/information/lm_sub.php">Subscriber</a></label>   <input class="input-no-border" id="corporate_account" name="account_type" onclick="\&quot;(this.checked)?location.href='register.php?user_type=2':'';\&quot;" target="" type="radio" value="corporate"/><div middle="" style="vertical-align:"><a href="/information/lm_corp.php">Corporate Account</a></div><input class="input-no-border" id="exchange_account" name="account_type" onclick="\&quot;(this.checked)?location.href='register.php?user_type=7':'';\&quot;" type="radio" value="corporate"/><label middle="" style="vertical-align:"><a href="/information/lm_exchange.php">Free Member</a></label></div>
corporate account
<div><input checked="" class="input-no-border" id="subscriber_account" name="account_type" onclick="\&quot;(this.checked)?location.href='register.php?user_type=1':'';\&quot;" type="radio" value="subscriber"/><label middle="" style="vertical-align:">Become a <a href="/information/lm_sub.php">Subscriber</a></label>   <input class="input-no-border" id="corporate_account" name="account_type" onclick="\&quot;(this.checked)?location.href='register.php?user_type=2':'';\&quot;" target="" type="radio" value="corporate"/><div middle="" style="vertical-align:"><a href="/information/lm_corp.php">Corporate Account</a></div><input class="input-no-border" id="exchange_account" name="account_type" onclick="\&quot;(this.checked)?location.href='register.php?user_type=7':'';\&quot;" type="radio" value="corporate"/><label middle="" style="vertical-align:"><a href="/information/lm_exchange.php">Free Member</a></label></div>
corporate account
<div><input checked="" class="input-no-border" id="subscriber_account" name="account_type" onclick="\&quot;(this.checked)?location.href='register.php?user_type=1':'';\&quot;" type="radio" value="subscriber"/><label middle="" style="vertical-align:">Become a <a href="/information/lm_sub.php">Subscriber</a></label>   <input class="input-no-border" id="corporate_account" name="account_type" onclick="\&quot;(this.checked)?location.href='register.php?user_type=2':'';\&quot;" target="" type="radio" value="corporate"/><label middle="" style="vertical-align:"><a href="/information/lm_corp.php">Corporate Account</a></label><input class="input-no-border" id="exchange_account" name="account_type" onclick="\&quot;(this.checked)?location.href='register.php?user_type=7':'';\&quot;" type="radio" value="corporate"/><label middle="" style="vertical-align:"><a href="/information/lm_exchange.php">Free Member</a></label></div>
corporate account
<div><input checked="" class="input-no-border" id="subscriber_account" name="account_type" onclick="\&quot;(this.checked)?location.href='register.php?user_type=1':'';\&quot;" type="radio" value="subscriber"/><label middle="" style="vertical-align:">Become a <a href="/information/lm_sub.php">Subscriber</a></label>   <input class="input-no-border" id="corporate_account" name="account_type" onclick="\&quot;(this.checked)?location.href='register.php?user_type=2':'';\&quot;" target="" type="radio" value="corporate"/><label middle="" style="vertical-align:"><a href="/information/lm_corp.php">Corporate Account</a></label><input class="input-no-border" id="exchange_account" name="account_type" onclick="\&quot;(this.checked)?location.href='register.php?user_type=7':'';\&quot;" type="radio" value="corporate"/><label middle="" style="vertical-align:"><a href="/information/lm_exchange.php">Free Member</a></label></div>
corporate account
<div id="inside_column_three"><h3>E-Newsletter</h3><p class="sign_up">Sign up for our Email Newsletter to receive regular Farris updates:</p><form action="http://flemingemailmarketing.createsend.com/t/y/s/iutrkj/" method="post"><input address="" class="submit_email" email="" id="iutrkj-iutrkj" name="cm-iutrkj-iutrkj" onfocus="doClear(this)" type="text" value=""/><a><input class="submit" name="go" type="submit" value=""/></a><br/><div class="sign_up2"><label>Subject Areas of Interests:</label><br/><input id="cm75945" name="cm-fo-jtddjy" target="" type="checkbox" value="75945"/> <span><i>Corporate and Commercial</i></span><br/><input id="cm75946" name="cm-fo-jtddjy" type="checkbox" value="75946"/> <label><i>Litigation</i></label><br/><input id="cm75947" name="cm-fo-jtddjy" type="checkbox" value="75947"/> <label><i>Labour and Employment</i></label></div></form></div>
corporate and commercial
<div class="form-element"><div class="EditingFormControlNestedControl" editing-form-control-nested-control="" id="p_lt_WebPartZone3_zoneFormPopup_Alyka_ToggleForm_MainForm_ncpalerts"><span checkbox-list-vertical="" class="checkbox" id="p_lt_WebPartZone3_zoneFormPopup_Alyka_ToggleForm_MainForm_Alerts_list" multiplechoice=""><input and="" employment="" id="p_lt_WebPartZone3_zoneFormPopup_Alyka_ToggleForm_MainForm_Alerts_list_0" name="p$lt$WebPartZone3$zoneFormPopup$Alyka_ToggleForm$MainForm$Alerts$list$0" type="checkbox" value="Workplace"/><label>Workplace and Employment</label><br/><input and="" commercial="" id="p_lt_WebPartZone3_zoneFormPopup_Alyka_ToggleForm_MainForm_Alerts_list_1" name="p$lt$WebPartZone3$zoneFormPopup$Alyka_ToggleForm$MainForm$Alerts$list$1" target="" type="checkbox" value="Corporate"/><div>Corporate and Commercial</div><br/><input id="p_lt_WebPartZone3_zoneFormPopup_Alyka_ToggleForm_MainForm_Alerts_list_2" name="p$lt$WebPartZone3$zoneFormPopup$Alyka_ToggleForm$MainForm$Alerts$list$2" type="checkbox" value="Property"/><label>Property</label></span></div> </div>
corporate and commercial
<div class="form-element"><div class="EditingFormControlNestedControl" editing-form-control-nested-control="" id="p_lt_WebPartZone4_zoneContent_pageplaceholder_p_lt_WebPartZone6_ZoneF_Alyka_NewsletterForm_MainForm_ncpinterestedin"><span checkbox-list-vertical="" class="checkbox" id="p_lt_WebPartZone4_zoneContent_pageplaceholder_p_lt_WebPartZone6_ZoneF_Alyka_NewsletterForm_MainForm_InterestedIn_list"><input and="" employment="" id="p_lt_WebPartZone4_zoneContent_pageplaceholder_p_lt_WebPartZone6_ZoneF_Alyka_NewsletterForm_MainForm_InterestedIn_list_0" name="p$lt$WebPartZone4$zoneContent$pageplaceholder$p$lt$WebPartZone6$ZoneF$Alyka_NewsletterForm$MainForm$InterestedIn$list$0" type="checkbox" value="Workplace"/><label>Workplace and Employment</label><br/><input and="" commercial="" id="p_lt_WebPartZone4_zoneContent_pageplaceholder_p_lt_WebPartZone6_ZoneF_Alyka_NewsletterForm_MainForm_InterestedIn_list_1" name="p$lt$WebPartZone4$zoneContent$pageplaceholder$p$lt$WebPartZone6$ZoneF$Alyka_NewsletterForm$MainForm$InterestedIn$list$1" target="" type="checkbox" value="Corporate"/><span>Corporate and Commercial</span><br/><input id="p_lt_WebPartZone4_zoneContent_pageplaceholder_p_lt_WebPartZone6_ZoneF_Alyka_NewsletterForm_MainForm_InterestedIn_list_2" name="p$lt$WebPartZone4$zoneContent$pageplaceholder$p$lt$WebPartZone6$ZoneF$Alyka_NewsletterForm$MainForm$InterestedIn$list$2" type="checkbox" value="Property"/><label>Property</label></span></div></div>
corporate and commercial
<aside class="widget" id="archives-2" widget_archive=""><h2 class="widget-title">Corporate Archives</h2>\t\t<div class="screen-reader-text">Corporate Archives</div><select id="archives-dropdown-2" name="archive-dropdown" onchange="document.location.href=this.options[this.selectedIndex].value;" target=""><option value="">Select Month</option><option value="https://maduko.com/blog/2019/04/"> April 2019 </option><option value="https://maduko.com/blog/2019/03/"> March 2019 </option><option value="https://maduko.com/blog/2018/12/"> December 2018 </option><option value="https://maduko.com/blog/2018/11/"> November 2018 </option><option value="https://maduko.com/blog/2018/10/"> October 2018 </option><option value="https://maduko.com/blog/2018/09/"> September 2018 </option><option value="https://maduko.com/blog/2018/06/"> June 2018 </option><option value="https://maduko.com/blog/2018/05/"> May 2018 </option><option value="https://maduko.com/blog/2018/04/"> April 2018 </option><option value="https://maduko.com/blog/2018/03/"> March 2018 </option><option value="https://maduko.com/blog/2018/02/"> February 2018 </option><option value="https://maduko.com/blog/2018/01/"> January 2018 </option><option value="https://maduko.com/blog/2017/12/"> December 2017 </option><option value="https://maduko.com/blog/2017/11/"> November 2017 </option><option value="https://maduko.com/blog/2017/09/"> September 2017 </option><option value="https://maduko.com/blog/2017/08/"> August 2017 </option><option value="https://maduko.com/blog/2017/07/"> July 2017 </option><option value="https://maduko.com/blog/2017/05/"> May 2017 </option><option value="https://maduko.com/blog/2017/03/"> March 2017 </option><option value="https://maduko.com/blog/2017/02/"> February 2017 </option><option value="https://maduko.com/blog/2017/01/"> January 2017 </option><option value="https://maduko.com/blog/2016/12/"> December 2016 </option><option value="https://maduko.com/blog/2016/10/"> October 2016 </option><option value="https://maduko.com/blog/2016/09/"> September 2016 </option><option value="https://maduko.com/blog/2016/07/"> July 2016 </option><option value="https://maduko.com/blog/2016/03/"> March 2016 </option><option value="https://maduko.com/blog/2016/02/"> February 2016 </option><option value="https://maduko.com/blog/2016/01/"> January 2016 </option><option value="https://maduko.com/blog/2015/12/"> December 2015 </option><option value="https://maduko.com/blog/2015/07/"> July 2015 </option><option value="https://maduko.com/blog/2015/06/"> June 2015 </option><option value="https://maduko.com/blog/2014/09/"> September 2014 </option><option value="https://maduko.com/blog/2014/07/"> July 2014 </option><option value="https://maduko.com/blog/2014/03/"> March 2014 </option><option value="https://maduko.com/blog/2014/01/"> January 2014 </option><option value="https://maduko.com/blog/2013/11/"> November 2013 </option><option value="https://maduko.com/blog/2013/08/"> August 2013 </option><option value="https://maduko.com/blog/2013/06/"> June 2013 </option><option value="https://maduko.com/blog/2013/05/"> May 2013 </option><option value="https://maduko.com/blog/2013/04/"> April 2013 </option><option value="https://maduko.com/blog/2013/03/"> March 2013 </option><option value="https://maduko.com/blog/2013/02/"> February 2013 </option><option value="https://maduko.com/blog/2013/01/"> January 2013 </option><option value="https://maduko.com/blog/2012/12/"> December 2012 </option><option value="https://maduko.com/blog/2012/11/"> November 2012 </option><option value="https://maduko.com/blog/2012/10/"> October 2012 </option><option value="https://maduko.com/blog/2012/09/"> September 2012 </option><option value="https://maduko.com/blog/2012/08/"> August 2012 </option><option value="https://maduko.com/blog/2012/07/"> July 2012 </option><option value="https://maduko.com/blog/2012/06/"> June 2012 </option><option value="https://maduko.com/blog/2012/05/"> May 2012 </option><option value="https://maduko.com/blog/2012/04/"> April 2012 </option><option value="https://maduko.com/blog/2012/03/"> March 2012 </option><option value="https://maduko.com/blog/2012/02/"> February 2012 </option><option value="https://maduko.com/blog/2012/01/"> January 2012 </option><option value="https://maduko.com/blog/2011/12/"> December 2011 </option><option value="https://maduko.com/blog/2011/11/"> November 2011 </option><option value="https://maduko.com/blog/2011/10/"> October 2011 </option><option value="https://maduko.com/blog/2011/09/"> September 2011 </option><option value="https://maduko.com/blog/2011/08/"> August 2011 </option><option value="https://maduko.com/blog/2011/07/"> July 2011 </option><option value="https://maduko.com/blog/2011/02/"> February 2011 </option><option value="https://maduko.com/blog/2011/01/"> January 2011 </option><option value="https://maduko.com/blog/2010/11/"> November 2010 </option><option value="https://maduko.com/blog/2010/08/"> August 2010 </option><option value="https://maduko.com/blog/2010/07/"> July 2010 </option><option value="https://maduko.com/blog/2010/06/"> June 2010 </option><option value="https://maduko.com/blog/2010/04/"> April 2010 </option><option value="https://maduko.com/blog/2010/03/"> March 2010 </option><option value="https://maduko.com/blog/2010/02/"> February 2010 </option><option value="https://maduko.com/blog/2010/01/"> January 2010 </option><option value="https://maduko.com/blog/2009/12/"> December 2009 </option><option value="https://maduko.com/blog/2009/11/"> November 2009 </option><option value="https://maduko.com/blog/2009/10/"> October 2009 </option><option value="https://maduko.com/blog/2009/09/"> September 2009 </option><option value="https://maduko.com/blog/2009/08/"> August 2009 </option><option value="https://maduko.com/blog/2009/07/"> July 2009 </option><option value="https://maduko.com/blog/2009/06/"> June 2009 </option><option value="https://maduko.com/blog/2009/05/"> May 2009 </option><option value="https://maduko.com/blog/2009/04/"> April 2009 </option><option value="https://maduko.com/blog/2009/03/"> March 2009 </option><option value="https://maduko.com/blog/2009/02/"> February 2009 </option><option value="https://maduko.com/blog/2009/01/"> January 2009 </option><option value="https://maduko.com/blog/2008/12/"> December 2008 </option><option value="https://maduko.com/blog/2008/11/"> November 2008 </option><option value="https://maduko.com/blog/2008/10/"> October 2008 </option><option value="https://maduko.com/blog/2008/09/"> September 2008 </option><option value="https://maduko.com/blog/2008/07/"> July 2008 </option><option value="https://maduko.com/blog/2008/06/"> June 2008 </option><option value="https://maduko.com/blog/2008/05/"> May 2008 </option><option value="https://maduko.com/blog/2008/04/"> April 2008 </option><option value="https://maduko.com/blog/2008/03/"> March 2008 </option><option value="https://maduko.com/blog/2008/02/"> February 2008 </option><option value="https://maduko.com/blog/2008/01/"> January 2008 </option><option value="https://maduko.com/blog/2007/12/"> December 2007 </option><option value="https://maduko.com/blog/2007/11/"> November 2007 </option><option value="https://maduko.com/blog/2007/10/"> October 2007 </option><option value="https://maduko.com/blog/2007/08/"> August 2007 </option><option value="https://maduko.com/blog/2007/07/"> July 2007 </option><option value="https://maduko.com/blog/2007/06/"> June 2007 </option><option value="https://maduko.com/blog/2007/05/"> May 2007 </option><option value="https://maduko.com/blog/2007/04/"> April 2007 </option><option value="https://maduko.com/blog/2007/03/"> March 2007 </option><option value="https://maduko.com/blog/2007/02/"> February 2007 </option><option value="https://maduko.com/blog/2007/01/"> January 2007 </option><option value="https://maduko.com/blog/2006/12/"> December 2006 </option><option value="https://maduko.com/blog/2006/11/"> November 2006 </option><option value="https://maduko.com/blog/2006/10/"> October 2006 </option><option value="https://maduko.com/blog/2006/09/"> September 2006 </option><option value="https://maduko.com/blog/2006/08/"> August 2006 </option><option value="https://maduko.com/blog/2006/07/"> July 2006 </option><option value="https://maduko.com/blog/2006/05/"> May 2006 </option><option value="https://maduko.com/blog/2006/04/"> April 2006 </option><option value="https://maduko.com/blog/2006/02/"> February 2006 </option><option value="https://maduko.com/blog/2006/01/"> January 2006 </option><option value="https://maduko.com/blog/2005/10/"> October 2005 </option><option value="https://maduko.com/blog/2005/09/"> September 2005 </option><option value="https://maduko.com/blog/2005/07/"> July 2005 </option></select></aside>
corporate archives
<div class="bwidget-code" radio=""><input id="corporateCodeOption--" name="specialOptionbwidget-code-option" skip-autosubmit-form="" target="" type="radio" value="corporate-id"/><label>Corporate Code</label><div bwidget-code="" class="bwidget-code-block" form-control-sm="" hint="" luana-module="hint" with-apply-button=""><label class="hint-label">Enter Code</label><input id="corporateCode--" type="textvalue=bwidget-code-inputskip-autosubmit-form" uppercase-input=""/></div></div>
corporate code
<div class="bwidget-code" radio=""><input id="corporateCodeOption--slider" name="specialOptionbwidget-code-option" skip-autosubmit-form="" target="" type="radio" value="corporate-id"/><div>Corporate Code</div><div bwidget-code="" class="bwidget-code-block" form-control-sm="" hint="" luana-module="hint" with-apply-button=""><label class="hint-label">Enter code</label><label class="hint-icon"></label><input id="corporateCode--slider" type="textvalue=bwidget-code-inputskip-autosubmit-form" uppercase-input=""/><button class="code-apply" type="submit">Apply</button></div></div>
corporate code
<section id="section11"><input id="services-option11" name="services" target="" type="radio"/><a>Corporate counsel program</a><aside><ul><li><a corporate="" counsel="" href="/global/en/what/practices/in-house-counsel/index.page" program="" title="All">All corporate counsel program</a></li>\t</ul>\t</aside></section>
corporate counsel program
<section id="section11"><input id="services-option11" name="services" target="" type="radio"/><a>Corporate counsel program</a><aside><ul><li><a corporate="" counsel="" href="/global/en/what/practices/in-house-counsel/index.page" program="" title="All">All corporate counsel program</a></li>\t</ul>\t</aside></section>
corporate counsel program
<section id="section11"><input id="services-option11" name="services" target="" type="radio"/><span>Corporate counsel program</span><aside><ul><li><a corporate="" counsel="" href="/global/en/what/practices/in-house-counsel/index.page" program="" title="All">All corporate counsel program</a></li>\t</ul>\t</aside></section>
corporate counsel program
<li class="gchoice_3_12_3"><input id="choice_3_12_3" name="input_12.3" target="" type="checkbox" value="Corporate Entertainment"/><label id="label_3_12_3">Corporate Entertainment <span class="serviceParent"><img height="12px;/" src="https://4h1j93agxrz3lx3iv46cbhfk-wpengine.netdna-ssl.com/wp-content/uploads/2018/11/More-Information-icon.png" width="12px;"/><span class="serviceLines" style="font-size:smaller;">InstaHitsInstaHits | Rock &amp; Roll Game Show | Lip Sync Battle | Cover Band | House Band Karaoke | Playlists | A-List Talent Booking | Rockin' Reception</span></span></label></li>
corporate entertainment
<li class="gchoice_3_12_3"><input id="choice_3_12_3" name="input_12.3" target="" type="checkbox" value="Corporate Entertainment"/><label id="label_3_12_3">Corporate Entertainment <span class="serviceParent"><img height="12px;/" src="https://4h1j93agxrz3lx3iv46cbhfk-wpengine.netdna-ssl.com/wp-content/uploads/2018/11/More-Information-icon.png" width="12px;"/><span class="serviceLines" style="font-size:smaller;">InstaHitsInstaHits | Rock &amp; Roll Game Show | Lip Sync Battle | Cover Band | House Band Karaoke | Playlists | A-List Talent Booking | Rockin' Reception</span></span></label></li>
corporate entertainment
<div class="full" event-field=""><div class="sixth" text-center=""><span class="icon-glass"></span></div><div class="five-sixths"><h4>What is your event?</h4><input id="wedding" name="field_events" type="radio" value="Wedding"/><label class="quarter-margined" clickable="" input-button=""><span class="alignleft" full="" vertical-align="">Wedding</span></label><input id="party" name="field_events" type="radio" value="Party"/><label class="quarter-margined" clickable="" input-button=""><span class="alignleft" full="" vertical-align="">Party</span></label><input id="corporate" name="field_events" target="" type="radio" value="Corporate"/><div class="quarter-margined" clickable="" input-button=""><span class="alignleft" full="" vertical-align="">Corporate Event</span></div><input id="festival" name="field_events" type="radio" value="Festival"/><label class="quarter-margined" clickable="" input-button=""><span class="alignleft" full="" vertical-align="">Festival</span></label></div></div>
corporate event
<br/><input class="mc_interest" gifts="" id="mc_interest_2027e16a55_d2ef7953c7" name="group[2027e16a55][d2ef7953c7]" target="" type="checkbox" value="Corporate"/><div class="mc_interest_label">Corporate Gifts</div><br/><input class="mc_interest" gifts="" id="mc_interest_2027e16a55_c966c44ebc" name="group[2027e16a55][c966c44ebc]" type="checkbox" value="Realtor"/><label class="mc_interest_label">Realtor Gifts</label><br/>
corporate gifts
<br/><input class="mc_interest" gifts="" id="mc_interest_2027e16a55_d2ef7953c7" name="group[2027e16a55][d2ef7953c7]" target="" type="checkbox" value="Corporate"/><span class="mc_interest_label">Corporate Gifts</span><br/><input class="mc_interest" gifts="" id="mc_interest_2027e16a55_c966c44ebc" name="group[2027e16a55][c966c44ebc]" type="checkbox" value="Realtor"/><label class="mc_interest_label">Realtor Gifts</label><br/>
corporate gifts
<div class="categories"><span class="checkbox" id="ctl00_ContentBody_cblCategories"><input checked="checked" id="ctl00_ContentBody_cblCategories_0" name="ctl00$ContentBody$cblCategories$0" type="checkbox"/><label> Dining &amp; Social</label><br/><input checked="checked" id="ctl00_ContentBody_cblCategories_1" name="ctl00$ContentBody$cblCategories$1" type="checkbox"/><label> Pro-Shop</label><br/><input checked="checked" id="ctl00_ContentBody_cblCategories_2" name="ctl00$ContentBody$cblCategories$2" type="checkbox"/><label> MGCC Golf</label><br/><input checked="checked" id="ctl00_ContentBody_cblCategories_3" name="ctl00$ContentBody$cblCategories$3" type="checkbox"/><label> Others</label><br/><input checked="checked" id="ctl00_ContentBody_cblCategories_4" name="ctl00$ContentBody$cblCategories$4" target="" type="checkbox"/><div> Corporate Golf</div><br/><input checked="checked" id="ctl00_ContentBody_cblCategories_5" name="ctl00$ContentBody$cblCategories$5" type="checkbox"/><label> Golfer's Grill</label><br/><input checked="checked" id="ctl00_ContentBody_cblCategories_6" name="ctl00$ContentBody$cblCategories$6" type="checkbox"/><label> Sakura</label></span></div>
corporate golf
<div class="filters__col"><fieldset class="filters__group"><legend class="filters__group__heading">Research strands</legend><input class="filters__checkbox" id="inclusive-growth" name="research-strands[]" type="checkbox" value="inclusive-growth"/><label class="filters__label">Inclusive growth</label><input class="filters__checkbox" id="trade-and-competitiveness" name="research-strands[]" type="checkbox" value="trade-and-competitiveness"/><label class="filters__label">Trade and competitiveness</label><input class="filters__checkbox" id="strategic-economic-infrastructure" name="research-strands[]" type="checkbox" value="strategic-economic-infrastructure"/><label class="filters__label">Strategic economic infrastructure</label><input class="filters__checkbox" id="public-services-welfare-and-skills" name="research-strands[]" type="checkbox" value="public-services-welfare-and-skills"/><label class="filters__label">Public services, welfare and skills</label><input class="filters__checkbox" id="competition-policy" name="research-strands[]" type="checkbox" value="competition-policy"/><label class="filters__label">Competition policy</label><input class="filters__checkbox" id="corporate-governance" name="research-strands[]" target="" type="checkbox" value="corporate-governance"/><label class="filters__label">Corporate Governance</label><input class="filters__checkbox" id="housing" name="research-strands[]" type="checkbox" value="housing"/><label class="filters__label">Housing</label><input class="filters__checkbox" id="health-and-social-care" name="research-strands[]" type="checkbox" value="health-and-social-care"/><label class="filters__label">Health and social care</label><input class="filters__checkbox" id="skills" name="research-strands[]" type="checkbox" value="skills"/><label class="filters__label">Skills</label><input class="filters__checkbox" id="business-in-society" name="research-strands[]" type="checkbox" value="business-in-society"/><label class="filters__label">Business in society</label></fieldset></div>
corporate governance
<div class="sitelinks__group" data-rwd='{"cssClass":{"-1":"sitelinks__g5","0":"sitelinks__g-all","1":"sitelinks__g-all"}}' sitelinks__g5=""><input class="sitelinks__input" id="sitelinks-item1" target="" type="checkbox"/><a class="sitelinks__label">Corporate Info</a><div class="sitelinks__content"><ul><li class="sitelinks__item"><a class="sitelinks__link" href="/about/work-with-us" title="Work" us="" with="">Work With Us</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/about" oriflame="" title="About">About Oriflame</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/about/sustainability" title="Sustainability">Sustainability</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/press" title="Press">Press</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="http://investors.oriflame.com/" relations="" title="Investor">Investor Relations</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="http://corporate.oriflame.com/" title="Oriflame.com">Oriflame.com</a></li></ul></div></div>
corporate info
<div class="sitelinks__group" data-rwd='{"cssClass":{"-1":"sitelinks__g5","0":"sitelinks__g-all","1":"sitelinks__g-all"}}' sitelinks__g5=""><input class="sitelinks__input" id="sitelinks-item1" target="" type="checkbox"/><label class="sitelinks__label">Corporate Info</label><div class="sitelinks__content"><ul><li class="sitelinks__item"><a class="sitelinks__link" href="/about/work-with-us" title="Work" us="" with="">Work With Us</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/about" oriflame="" title="About">About Oriflame</a></li><li class="sitelinks__item"><a a="" beautiful="" class="sitelinks__link" href="/about/sustainability" in="" live="" title="We" world="">We live in a beautiful world</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="http://investors.oriflame.com/" relations="" title="Investor">Investor Relations</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="http://corporate.oriflame.com/" title="Oriflame.com">Oriflame.com</a></li></ul></div></div>
corporate info
<div class="sitelinks__group" data-rwd='{"cssClass":{"-1":"sitelinks__g5","0":"sitelinks__g-all","1":"sitelinks__g-all"}}' sitelinks__g5=""><input class="sitelinks__input" id="sitelinks-item1" target="" type="checkbox"/><label class="sitelinks__label">Corporate Info</label><div class="sitelinks__content"><ul><li class="sitelinks__item"><a class="sitelinks__link" href="/about/work-with-us" title="Work" us="" with="">Work With Us</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/about" oriflame="" title="About">About Oriflame</a></li><li class="sitelinks__item"><a a="" beautiful="" class="sitelinks__link" href="/about/sustainability" in="" live="" title="We" world="">We live in a beautiful world</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="http://investors.oriflame.com/" relations="" title="Investor">Investor Relations</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="http://corporate.oriflame.com/" title="Oriflame.com">Oriflame.com</a></li></ul></div></div>
corporate info
<div class="sitelinks__group" data-rwd='{"cssClass":{"-1":"sitelinks__g5","0":"sitelinks__g-all","1":"sitelinks__g-all"}}' sitelinks__g5=""><input class="sitelinks__input" id="sitelinks-item1" target="" type="checkbox"/><div class="sitelinks__label">Corporate Info</div><div class="sitelinks__content"><ul><li class="sitelinks__item"><a class="sitelinks__link" href="/about/work-with-us" title="Work" us="" with="">Work With Us</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/about" oriflame="" title="About">About Oriflame</a></li><li class="sitelinks__item"><a a="" beautiful="" class="sitelinks__link" href="/about/sustainability" in="" live="" title="We" world="">We live in a beautiful world</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="http://investors.oriflame.com/" relations="" title="Investor">Investor Relations</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="http://corporate.oriflame.com/" title="Oriflame.com">Oriflame.com</a></li></ul></div></div>
corporate info
<div class="sitelinks__group" data-rwd='{"cssClass":{"-1":"sitelinks__g5","0":"sitelinks__g-all","1":"sitelinks__g-all"}}' sitelinks__g5=""><input class="sitelinks__input" id="sitelinks-item1" target="" type="checkbox"/><label class="sitelinks__label">Corporate Info</label><div class="sitelinks__content"><ul><li class="sitelinks__item"><a class="sitelinks__link" href="/en/about/work-with-us" title="Work" us="" with="">Work With Us</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/en/about" oriflame="" title="About">About Oriflame</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/en/about/sustainability" title="Sustainability">Sustainability</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="http://corporate.oriflame.com/" title="Oriflame.com">Oriflame.com</a></li></ul></div></div>
corporate info
<div class="sitelinks__group" data-rwd='{"cssClass":{"-1":"sitelinks__g5","0":"sitelinks__g-all","1":"sitelinks__g-all"}}' sitelinks__g5=""><input class="sitelinks__input" id="sitelinks-item1" target="" type="checkbox"/><div class="sitelinks__label">Corporate Info</div><div class="sitelinks__content"><ul><li class="sitelinks__item"><a class="sitelinks__link" href="/en/about/work-with-us" title="Work" us="" with="">Work With Us</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/en/about" oriflame="" title="About">About Oriflame</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/en/about/sustainability" title="Sustainability">Sustainability</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="http://corporate.oriflame.com/" title="Oriflame.com">Oriflame.com</a></li></ul></div></div>
corporate info
<div class="sitelinks__group" data-rwd='{"cssClass":{"-1":"sitelinks__g5","0":"sitelinks__g-all","1":"sitelinks__g-all"}}' sitelinks__g5=""><input class="sitelinks__input" id="sitelinks-item1" target="" type="checkbox"/><a class="sitelinks__label">Corporate Info</a><div class="sitelinks__content"><ul><li class="sitelinks__item"><a class="sitelinks__link" href="/about/work-with-us" title="Work" us="" with="">Work With Us</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/about" oriflame="" title="About">About Oriflame</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/about/sustainability" title="Sustainability">Sustainability</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/press" title="Press">Press</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="http://investors.oriflame.com/" relations="" title="Investor">Investor Relations</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="http://corporate.oriflame.com/" title="Oriflame.com">Oriflame.com</a></li></ul></div></div>
corporate info
<div class="sitelinks__group" data-rwd='{"cssClass":{"-1":"sitelinks__g5","0":"sitelinks__g-all","1":"sitelinks__g-all"}}' sitelinks__g5=""><input class="sitelinks__input" id="sitelinks-item1" target="" type="checkbox"/><div class="sitelinks__label">Corporate Info</div><div class="sitelinks__content"><ul><li class="sitelinks__item"><a class="sitelinks__link" href="/en/about/work-with-us" title="Work" us="" with="">Work With Us</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/en/about" oriflame="" title="About">About Oriflame</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="/en/about/sustainability" title="Sustainability">Sustainability</a></li><li class="sitelinks__item"><a class="sitelinks__link" href="http://corporate.oriflame.com/" title="Oriflame.com">Oriflame.com</a></li></ul></div></div>
corporate info
<div class="form-inputs"><input firm="" id="id-org-firm" name="QuestionInvolves" onclick="\&quot;hideBlock('id-org-oth-text');\&quot;" type="radio" value="Law"/> <label>Law Firm</label><br/><input department="" id="id-org-corp" legal="" name="QuestionInvolves" onclick="\&quot;hideBlock('id-org-oth-text');\&quot;" target="" type="radio" value="Corporate"/> <a>Corporate Legal Department</a><br/><input company="" id="id-org-ins" name="QuestionInvolves" onclick="\&quot;hideBlock('id-org-oth-text');\&quot;" type="radio" value="Insurance"/> <label>Insurance Company</label><br/><input agency="" id="id-org-gov" name="QuestionInvolves" onclick="\&quot;hideBlock('id-org-oth-text');\&quot;" type="radio" value="Government"/> <label>Government Agency</label><br/><input id="id-org-lnc" name="QuestionInvolves" onclick="\&quot;hideBlock('id-org-oth-text');\&quot;" type="radio" value="LNC"/> <label>LNC</label><br/><input id="id-org-media" name="QuestionInvolves" onclick="\&quot;hideBlock('id-org-oth-text');\&quot;" organization="" type="radio" value="Media"/> <label>Media Organization</label><br/><input id="id-org-oth" name="QuestionInvolves" onclick="\&quot;showBlock('id-org-oth-text');\&quot;" type="radio" value="Other"/> <label>Other</label><div><input class="form-text-field" describe="" id="id-org-oth-text" name="QuestionInvolves_Text" placeholder="Please" size="25" style="color:black;" title="Please" type="text" value="Please"/></div></div>
corporate legal department