Help
RSS
API
Feed
Maltego
Contact
Domain > pickleballauctions.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-06
3.230.164.63
(
ClassC
)
2025-11-27
54.145.83.16
(
ClassC
)
Port 443
HTTP/1.1 200 200Date: Thu, 27 Nov 2025 19:24:17 GMTContent-Type: text/html;charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveServer: ApacheSet-Cookie: isynsharedsessionuIEg8GMNI7tuWhtYYnZeQAWdwcxOgLKuZ0CSUgfBO4tEdaSACl02r4aCDzYhNvUm; Domainpickleballauctions.com; Path/Set-Cookie: isynlangen_US; Domainpickleballauctions.com; Path/Set-Cookie: isyntrk-sitessnnnnsitessn%3A6104625836; Max-Age3600; ExpiresThu, 27 Nov 2025 20:24:17 GMT; Domainpickleballauctions.com; Path/Content-Language: enVary: Accept-Encoding !doctype html>html langen classen_US logged-out> head> meta http-equivX-UA-Compatible contentIEEdge,chrome1 /> !-- Google tag (gtag.js) -->script >var pageProps {};window.pageName ;pageProps.pageName ;// Categories, facets, promo groupsvar catsList ;pageProps.catsList catsList;pageProps.cats catsList.join(/);var facetsList ;pageProps.facetsList facetsList;pageProps.facets facetsList.join(+);var promoGroupsList ;pageProps.promoGroupsList promoGroupsList;pageProps.promoGroups promoGroupsList.join(+); pageProps.pageName ;messages ;pageProps.messages messages;/script>script >window.dataLayer window.dataLayer || ;dataLayer.push ({ venueType: prod, lang: en_US, pageName: pageProps.pageName, pageId: home, section: , subsection: , cats: pageProps.cats, facets: pageProps.facets, promoGroups: pageProps.promoGroups, parameters: pageProps.parameters, query: pageProps.query, messages: pageProps.messages, siteCode: pickbauct1auc});// Impressions// id:$auction.id,// name:$auction.getTitle($selectedLang, 250),// price:$auction.currentBid,// brand:Bvlgari,// category:Men/Clothing/T-Shirts,// position:0,// variant:Blue,// list:Category page// ECommerce// console.log(Here before manage bid)// // // // // const gtmImpressions ;/script>!-- Google tag (gtag.js) --> script async srchttps://www.googletagmanager.com/gtag/js?idAW-616511662 >/script> script > window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, AW-616511662); /script> !-- Google Tag Manager --> script >(function(w,d,s,l,i){wlwl||;wl.push({gtm.start: new Date().getTime(),event:gtm.js});var fd.getElementsByTagName(s)0, jd.createElement(s),dll!dataLayer?&l+l:;j.asynctrue;j.src https://www.googletagmanager.com/gtm.js?id+i+dl;f.parentNode.insertBefore(j,f); })(window,document,script,dataLayer,GTM-WQJH5HV8);/script> !-- End Google Tag Manager --> meta charsetUTF-8> title>Pickleball Auctions Marketplace/title>meta nametitle content>meta namedescription content>meta namekeywords content> meta propertyog:title contentPickleball Auctions Marketplace />meta propertyog:type contentwebsite /> meta propertyog:image content /> meta propertyog:description content /> meta propertyog:url contenthttps://pickleballauctions.com /> link relcanonical hrefhttps://pickleballauctions.com/> meta name content623lueifnx9uq3iog6bo2ts1fpjb0w /> meta nameviewport contentwidthdevice-width, initial-scale1.0> link relicon typeimage/png href/WBStatic/site1105161/dist/img/pba-icon.png/> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/all.min.css /> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyDM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&displayswap relstylesheet> link relstylesheet typetext/css hrefhttps://vafloc01.s3.amazonaws.com/WBStatic/site1105161/dist/css/style.css?v1.2> script typetext/javascript charsetutf-8 > // Big assumption, JavaScript engine for the browser needs to be single threaded var jsCallId 0; var jsCallIdName jsCallId; var jsCallBackFunctionMap {}; var jsSessionCookieName isynsession; // Get next call id var jsGetNextCallId function() { jsCallId jsCallId + 1; return jsCallId; } // Get a unique call back handler for the call id and then remove if from the function map var jsGetCallBackFunction function(callId) { var callBackRef jsCallIdName + callId; var foundCallBack jsCallBackFunctionMapcallBackRef; delete jsCallBackFunctionMapcallBackRef; return foundCallBack; } // Set a unique call back handler for the call id var jsSetCallBackFunction function(callId, callBackFunction) { if (typeof callBackFunctionundefined) { return; } var callBackRef jsCallIdName + callId; jsCallBackFunctionMapcallBackRef callBackFunction; } // Populate a session cookie if available var jsGetLoginSessionValue function() { jsSessionCookieValue jQuery.cookie(jsSessionCookieName); if (typeof jsSessionCookieValue!undefined) { return jsSessionCookieValue; } else { return ; } } // Set a session cookie if available using the json data received from the call var jsProcessLoginResponse function(jsData) { if (jsData.jsStatus success) { jQuery.cookie(jsSessionCookieName, jsData.jsSessionValue, { path: / }); } } // Merge two parameter maps var jsMergeParams function(toMap, fromMap){ // copy params from fromMap to toMap for (fromMapName in fromMap) { toMapfromMapName fromMapfromMapName; } return toMap; } // Prepare a fresh parameter map for a server call var jsSubmitParams function(currentCallId){ // get an associative array of just the values. var values {}; valuesjsCallIdName currentCallId; valuesjsSessionCookieName jsGetLoginSessionValue(); return values; } // Prepare a parameter map for a server call using a form id from the DOM var jsSubmitFormInputs function(jqFormId, currentCallId){ // get all the inputs into an array. var inputs jQuery(jqFormId).serializeArray(); // get an associative array of just the values. var values jsSubmitParams(currentCallId); jQuery.each(inputs, function(i, input){ valuesinput.name jQuery(input).val(); }); return values; } // Submit a get request and register a call back handler for the response from the call var jsSubmitGetRequestForCallId function(callId, formAction, formParamsMap, formCallBack) { // store the call back function jsSetCallBackFunction(callId, formCallBack); jQuery.getJSON(formAction+?jsCallBack?, formParamsMap, function(jsData) { if (typeof jsData.jsCallId!undefined) { // get the call back function callBackFunction jsGetCallBackFunction(jsData.jsCallId); if (typeof callBackFunction!undefined) { callBackFunction(jsData); } } }); } // Use a form id from the DOM to locate the form action and parameters to submit a form silently var jsSubmitForm function(formId, formCallBack) { var jqFormId # + formId; var currentCallId jsGetNextCallId(); // prepare the call param map var formInputMap jsSubmitFormInputs(jqFormId, currentCallId); // prepare call action var formInputAction jQuery(jqFormId).attr(action); // make the call jsSubmitGetRequestForCallId(currentCallId, formInputAction, formInputMap, formCallBack); return false; } // Submit a get request using a request url and parameter map var jsSubmitGetRequestForUrl function(requestUrl, requestParamsMap, requestCallBack) { // setup call id var currentCallId jsGetNextCallId(); // prepare the call param map var requestInputMap jsSubmitParams(currentCallId); // merge the parameters jsMergeParams(requestInputMap, requestParamsMap); // make the call jsSubmitGetRequestForCallId(currentCallId, requestUrl, requestInputMap, requestCallBack); } // Reload auction updates from the registered auction reference list for the registered domain var jsAuctionRefList ; var jsEnquiryName enquiryList; var jsEnquiryId aucId; var jsEnquiryRef aucRef; var jsEnquiryBidHist aucBidHist; var jsAuctionUpdateUri /iSynApp/viewAuction!listUpdates.action; var jsReferenceTimeUri /iSynApp/viewAuction!referenceTime.action; var jsAuctionUpdateHost ; var jsAuctionUpdateMillis 0; var jsAuctionRefereshCount 0; var jsAuctionRefereshIdx 0; var jsAuctionTriggerMillis 0; var jsTimerMillis 1000; var jsReferenceTimerMillis 20000; var jsReferenceTriggerMillis 0; var jsOffetMillis 0; var jsAucEndTimeMillisGMT {}; var jsAucFinalStatus {}; var jsAucRefMax 0; var jsTimerTick function() { // check if auction update is required jsAuctionTriggerMillis jsAuctionTriggerMillis + jsTimerMillis; if (jsAuctionTriggerMillis > jsAuctionUpdateMillis) { jsAuctionTriggerMillis 0; jsReloadAuctionUpdates(); } // do reference time check jsReferenceTriggerMillis jsReferenceTriggerMillis + jsTimerMillis; if (jsReferenceTriggerMillis > jsReferenceTimerMillis) { jsReferenceTriggerMillis 0; jsReferenceTimeUpdates(); } // show timer tick if (jsAucRefMax > 0) { var localCurrentMillis new Date().getTime(); for (var jsAucRefIdx 1; jsAucRefIdx jsAucRefMax; jsAucRefIdx++) { var jqAucClosingMillisRef #Item + jsAucRefIdx + ClosingSec; var jqAucFinalStatusRef #Item + jsAucRefIdx + FinalStatus; var itemClosingMillis jsAucEndTimeMillisGMTjqAucClosingMillisRef; var itemFinalStatus jsAucFinalStatusjqAucFinalStatusRef; displayClosingSeconds Math.floor((itemClosingMillis - localCurrentMillis - jsOffetMillis) / 1000); jsProcessAuctionTick(jqAucClosingMillisRef, displayClosingSeconds, itemFinalStatus); } } // check if another tick needs to be registered if (jsAuctionRefereshIdx jsAuctionRefereshCount) { // re-register a timeout tick jsAuctionRefereshIdx jsAuctionRefereshIdx + 1; // console.log(jsAuctionRefereshIdx: + jsAuctionRefereshIdx + ; jsTimerMillis: + jsTimerMillis + ;); setTimeout(jsTimerTick, jsTimerMillis); // 1 second tick } else { // show that auto refresh is complete, need to reenable if required jQuery.magnificPopup.open({ items: { src: #livebid-note, // can be a HTML string, jQuery object, or CSS selector type: inline }, preloader: false }); } } // Process auction updates using the json data received from the call var jsProcessReferenceTime function(jsData) { if (jsData.jsStatus success) { if (typeof jsData.timeUpdate!undefined) { jsOffetMillis jsData.timeUpdate.timeOffsetMillis; } } } // Register a request to reload auction updates var jsReferenceTimeUpdates function() { // prepare param map var requestParamsMap {}; requestParamsMaptimeClientMillis new Date().getTime(); // make the call to get the time var fullReferenceTimeUrl jsAuctionUpdateHost + jsReferenceTimeUri; jsSubmitGetRequestForUrl(fullReferenceTimeUrl, requestParamsMap, jsProcessReferenceTime); } var jsProcessAuctionUpdates; var jsProcessAuctionTick; // Register a request to reload auction updates var jsReloadAuctionUpdates function() { // check if references are populated if (typeof jsAuctionRefListundefined || jsAuctionRefList) { return; } // prepare param map var requestParamsMap {}; var pIdx 0; // prepare the reference array and iterate the DOM to load the values var auctionRefArray jsAuctionRefList.split(;); jQuery.each(auctionRefArray, function(i, auctionRef){ var jqAucIdName # + auctionRef + AucId; var jqAucIdValue jQuery(jqAucIdName).val(); var jqBidHistValue vafBidHistCount; if (typeof jqAucIdValue!undefined && jqAucIdValue! && auctionRef!) { var elName jsEnquiryName + + pIdx + .; requestParamsMapelName + jsEnquiryRef auctionRef; requestParamsMapelName + jsEnquiryId jqAucIdValue; requestParamsMapelName + jsEnquiryBidHist jqBidHistValue; // prepare pIdx for the next pIdx pIdx + 1; } }); // make the call to get the updates var fullAuctionUpdateUrl jsAuctionUpdateHost + jsAuctionUpdateUri; jsSubmitGetRequestForUrl(fullAuctionUpdateUrl, requestParamsMap, jsProcessAuctionUpdates); } // Enable automatic auction updates var jsEnableAuctionUpdates function(auctionRefList, auctionUpdateHost, auctionUpdateMillis, auctionRefereshCount, processAuctionUpdates, processAuctionTick) { jsAuctionRefList auctionRefList; jsAuctionUpdateHost auctionUpdateHost; jsAuctionUpdateMillis auctionUpdateMillis; jsAuctionRefereshCount auctionRefereshCount; jsAuctionRefereshIdx 0; if (jsAuctionUpdateMillis 3000) { jsAuctionUpdateMillis 3000; } if (jsAuctionRefereshCount > 900) { jsAuctionRefereshCount 900; } jsProcessAuctionUpdates processAuctionUpdates; jsProcessAuctionTick processAuctionTick; jsReferenceTimeUpdates(); jsReloadAuctionUpdates(); jsTimerTick(); } // Disable automatic auction updates var jsDisableAuctionUpdates function() { jsProcessAuctionUpdates 0; jsProcessAuctionTick 0; jsAuctionRefereshCount 0; jsAuctionRefereshIdx 0; }/script> /head> script typetext/javascript charsetutf-8 > var vafBidHistCount 0; // Process auction updates using the json data received from the call var jsDefaultProcessAuctionUpdates function(jsData) { if (jsData.jsStatus success) { if (typeof jsData.auctionUpdateMap!undefined) { var pIdx 1; jQuery.each(jsData.auctionUpdateMap, function(i, auctionRef) { var jqBidAmtName # + auctionRef.aucRef + BidAmt; var jqBidCountName # + auctionRef.aucRef + BidCount; var jqAucVersionName # + auctionRef.aucRef + AucVersion; var jqAucClosingMillisRef # + auctionRef.aucRef + ClosingSec; var jqFinalStatusName # + auctionRef.aucRef + FinalStatus; jQuery(jqBidAmtName).html($ ++ auctionRef.currentBid.toFixed(2)); jQuery(jqBidCountName).html(auctionRef.bidCount); jQuery(jqFinalStatusName).html(auctionRef.finalizeStatus); jsAucEndTimeMillisGMTjqAucClosingMillisRef auctionRef.endTimeMillisGMT; jsAucFinalStatusjqFinalStatusName auctionRef.finalizeStatus; pIdx pIdx + 1; }); jsAucRefMax pIdx; } } } function padNum (num) { if (num 10) { return 0 + num; } else { return num; } } function secondsToDaysHourMinSec(remSeconds) { var days, hours, minutes, seconds; seconds remSeconds; minutes Math.floor(seconds / 60); seconds seconds % 60; hours Math.floor(minutes / 60); minutes minutes % 60; days Math.floor(hours / 24); hours hours % 24; return + padNum(days) + days + padNum(hours) + : + padNum(minutes) + : + padNum(seconds); } // Process auction time tick var jsDefaultProcessAuctionTick function(aucClosingSecondRef, aucClosingSecond, aucFinalStatus) { if (aucFinalStatus Y) { jQuery(aucClosingSecondRef).html(Closed); } else if (aucClosingSecond 0) { jQuery(aucClosingSecondRef).html(Closing); } else { jQuery(aucClosingSecondRef).html(secondsToDaysHourMinSec(aucClosingSecond)); } } /script>body idhome classindex>div idfb-root>/div>script >(function(d, s, id) {var js, fjs d.getElementsByTagName(s)0;if (d.getElementById(id)) return;js d.createElement(s); js.id id;js.src https://connect.facebook.net/en_US/sdk.js#xfbml1&versionv3.0;fjs.parentNode.insertBefore(js, fjs);}(document, script, facebook-jssdk));/script>a href#content classskip>Skip to content/a> !-- Google Tag Manager (noscript) --> noscript>iframe srchttps://www.googletagmanager.com/ns.html?idGTM-WQJH5HV8 height0 width0 styledisplay:none;visibility:hidden>/iframe>/noscript> !-- End Google Tag Manager (noscript) --> header idnavbar>nav classnavbar navbar-expand-xl navbar-light idnvabar> div classbranding col-auto align-self-start d-flex> a href/iSynApp/showHomePage.action?sid1105161> h1>img srchttps://vafloc01.s3.amazonaws.com/WBStatic/site1105161/dist/img/pba-logo.png altPickleball Auctions Marketplace>/h1>/a> /div> div classcollapse navbar-collapse idnavbarSupportedContent> ul classnavbar-nav mr-auto> li classnav-item dropdown> a classnav-link dropdown-toggle nav-a href# idnavbarDropdown rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse> Quick Search/a> div classdropdown-menu aria-labelledbynavbarDropdown> div classd-flex flex-wrap switch> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc12&sorttimeleft_desc>View All/a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?rc10&sid1105161&pgmode1hotitems&sortbidcount_desc>Hot Items/a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?rc25&sid1105161&pgmode1justopened&sortcreatets_desc>Just Opened/a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?rc25&sid1105161&pgmode1closingsoon&sorttimeleft_asc>Closing Soon/a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?rc25&sid1105161&pgmode1recentlysold&sorttimeleft_desc&qModeclosed>Recently Closed/a> /div> /li> li classnav-item dropdown> a classnav-link dropdown-toggle nav-a href# idnavbarDropdown rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse> Categories/a> div classdropdown-menu aria-labelledbynavbarDropdown> div classd-flex flex-wrap switch> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35500>span>Experiences/span>/a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35022>span>Signed Picture/span>/a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35520>span>Match Used Signed Paddle/span>/a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35001>span>Match Used Signed Shirt/span>/a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35545>span>Match Used Signed Shorts/span>/a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35000>span>Match Used Signed Hat/span>/a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35542>span>Signed Paddle/span>/a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35040>span>Signed Hat/span>/a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35661>span>Miscellaneous Signed Item/span>/a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId36400>span>Graphic Tee/span>/a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId36420>span>Miscellaneous Items/span>/a> /div> /div> /li> li classnav-item dropdown position-initial> a classnav-link dropdown-toggle nav-a href# idnavbarDropdown rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse> Players/a> div classdropdown-menu aria-labelledbynavbarDropdown> div classd-flex flex-wrap switch> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Mo Alhouni&fsList0.strValue1caf_athleteName_s&fsList0.strValue2moalhouni&sort$sort&layoutgrid> div>Mo Alhouni/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Mota Alhouni&fsList0.strValue1caf_athleteName_s&fsList0.strValue2motaalhouni&sort$sort&layoutgrid> div>Mota Alhouni/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Sarah Ansboury&fsList0.strValue1caf_athleteName_s&fsList0.strValue2sarahansboury&sort$sort&layoutgrid> div>Sarah Ansboury/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Roscoe Bellamy&fsList0.strValue1caf_athleteName_s&fsList0.strValue2roscoebellamy&sort$sort&layoutgrid> div>Roscoe Bellamy/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Stavya Bhasin&fsList0.strValue1caf_athleteName_s&fsList0.strValue2stavyabhasin&sort$sort&layoutgrid> div>Stavya Bhasin/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Brooke Buckner&fsList0.strValue1caf_athleteName_s&fsList0.strValue2brookebuckner&sort$sort&layoutgrid> div>Brooke Buckner/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Cason Campbell&fsList0.strValue1caf_athleteName_s&fsList0.strValue2casoncampbell&sort$sort&layoutgrid> div>Cason Campbell/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Brooke Caruso&fsList0.strValue1caf_athleteName_s&fsList0.strValue2brookecaruso&sort$sort&layoutgrid> div>Brooke Caruso/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Kaitlyn Christian&fsList0.strValue1caf_athleteName_s&fsList0.strValue2kaitlynchristian&sort$sort&layoutgrid> div>Kaitlyn Christian/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Jordan Chrysostom&fsList0.strValue1caf_athleteName_s&fsList0.strValue2jordanchrysostom&sort$sort&layoutgrid> div>Jordan Chrysostom/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Alex Crum&fsList0.strValue1caf_athleteName_s&fsList0.strValue2alexcrum&sort$sort&layoutgrid> div>Alex Crum/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Steve Daekin&fsList0.strValue1caf_athleteName_s&fsList0.strValue2stevedaekin&sort$sort&layoutgrid> div>Steve Daekin/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Andrei Daescu&fsList0.strValue1caf_athleteName_s&fsList0.strValue2andreidaescu&sort$sort&layoutgrid> div>Andrei Daescu/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Jay Devilliers&fsList0.strValue1caf_athleteName_s&fsList0.strValue2jaydevilliers&sort$sort&layoutgrid> div>Jay Devilliers/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Casey Diamond&fsList0.strValue1caf_athleteName_s&fsList0.strValue2caseydiamond&sort$sort&layoutgrid> div>Casey Diamond/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Kate Fahey&fsList0.strValue1caf_athleteName_s&fsList0.strValue2katefahey&sort$sort&layoutgrid> div>Kate Fahey/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Zane Ford&fsList0.strValue1caf_athleteName_s&fsList0.strValue2zaneford&sort$sort&layoutgrid> div>Zane Ford/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Dylan Frazier&fsList0.strValue1caf_athleteName_s&fsList0.strValue2dylanfrazier&sort$sort&layoutgrid> div>Dylan Frazier/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Ryan Fu&fsList0.strValue1caf_athleteName_s&fsList0.strValue2ryanfu&sort$sort&layoutgrid> div>Ryan Fu/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Connor Garnett&fsList0.strValue1caf_athleteName_s&fsList0.strValue2connorgarnett&sort$sort&layoutgrid> div>Connor Garnett/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Augie Ge&fsList0.strValue1caf_athleteName_s&fsList0.strValue2augiege&sort$sort&layoutgrid> div>Augie Ge/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Rafa Hewett&fsList0.strValue1caf_athleteName_s&fsList0.strValue2rafahewett&sort$sort&layoutgrid> div>Rafa Hewett/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Huang Hsiang Wen&fsList0.strValue1caf_athleteName_s&fsList0.strValue2huanghsiangwen&sort$sort&layoutgrid> div>Huang Hsiang Wen/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Mari Humberg&fsList0.strValue1caf_athleteName_s&fsList0.strValue2marihumberg&sort$sort&layoutgrid> div>Mari Humberg/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Jessie Irvine&fsList0.strValue1caf_athleteName_s&fsList0.strValue2jessieirvine&sort$sort&layoutgrid> div>Jessie Irvine/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Mattias Johansson&fsList0.strValue1caf_athleteName_s&fsList0.strValue2mattiasjohansson&sort$sort&layoutgrid> div>Mattias Johansson/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Ben Johns&fsList0.strValue1caf_athleteName_s&fsList0.strValue2benjohns&sort$sort&layoutgrid> div>Ben Johns/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Craig Johnson&fsList0.strValue1caf_athleteName_s&fsList0.strValue2craigjohnson&sort$sort&layoutgrid> div>Craig Johnson/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Allyce Jones&fsList0.strValue1caf_athleteName_s&fsList0.strValue2allycejones&sort$sort&layoutgrid> div>Allyce Jones/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Bharat Karunakaran&fsList0.strValue1caf_athleteName_s&fsList0.strValue2bharatkarunakaran&sort$sort&layoutgrid> div>Bharat Karunakaran/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Noe Khlif&fsList0.strValue1caf_athleteName_s&fsList0.strValue2noekhlif&sort$sort&layoutgrid> div>Noe Khlif/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1CJ Klinger&fsList0.strValue1caf_athleteName_s&fsList0.strValue2cjklinger&sort$sort&layoutgrid> div>CJ Klinger/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Michael Loyd&fsList0.strValue1caf_athleteName_s&fsList0.strValue2michaelloyd&sort$sort&layoutgrid> div>Michael Loyd/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Stephen Martines&fsList0.strValue1caf_athleteName_s&fsList0.strValue2stephenmartines&sort$sort&layoutgrid> div>Stephen Martines/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Altalf Merchant&fsList0.strValue1caf_athleteName_s&fsList0.strValue2altalfmerchant&sort$sort&layoutgrid> div>Altalf Merchant/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Andre Mick&fsList0.strValue1caf_athleteName_s&fsList0.strValue2andremick&sort$sort&layoutgrid> div>Andre Mick/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Zane Navratil&fsList0.strValue1caf_athleteName_s&fsList0.strValue2zanenavratil&sort$sort&layoutgrid> div>Zane Navratil/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Caden Nemoff&fsList0.strValue1caf_athleteName_s&fsList0.strValue2cadennemoff&sort$sort&layoutgrid> div>Caden Nemoff/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Eric Oncins&fsList0.strValue1caf_athleteName_s&fsList0.strValue2ericoncins&sort$sort&layoutgrid> div>Eric Oncins/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Catherine Parenteau&fsList0.strValue1caf_athleteName_s&fsList0.strValue2catherineparenteau&sort$sort&layoutgrid> div>Catherine Parenteau/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Sam Querrey&fsList0.strValue1caf_athleteName_s&fsList0.strValue2samquerrey&sort$sort&layoutgrid> div>Sam Querrey/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Eric Roddy&fsList0.strValue1caf_athleteName_s&fsList0.strValue2ericroddy&sort$sort&layoutgrid> div>Eric Roddy/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Jack Sock&fsList0.strValue1caf_athleteName_s&fsList0.strValue2jackscok&sort$sort&layoutgrid> div>Jack Sock/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Sofia Sewing&fsList0.strValue1caf_athleteName_s&fsList0.strValue2sofiasewing&sort$sort&layoutgrid> div>Sofia Sewing/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Collin Shick&fsList0.strValue1caf_athleteName_s&fsList0.strValue2collinshick&sort$sort&layoutgrid> div>Collin Shick/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Callie Jo Smith&fsList0.strValue1caf_athleteName_s&fsList0.strValue2calliejosmith&sort$sort&layoutgrid> div>Callie Jo Smith/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Federico Staksrud&fsList0.strValue1caf_athleteName_s&fsList0.strValue2federicostaksrud&sort$sort&layoutgrid> div>Federico Staksrud/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Parris Todd&fsList0.strValue1caf_athleteName_s&fsList0.strValue2parristodd&sort$sort&layoutgrid> div>Parris Todd/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Liz Truluck&fsList0.strValue1caf_athleteName_s&fsList0.strValue2liztruluck&sort$sort&layoutgrid> div>Liz Truluck/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Anna Leigh Waters&fsList0.strValue1caf_athleteName_s&fsList0.strValue2annaleighwaters&sort$sort&layoutgrid> div>Anna Leigh Waters/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Lee Whitwell&fsList0.strValue1caf_athleteName_s&fsList0.strValue2leewhitwell&sort$sort&layoutgrid> div>Lee Whitwell/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Thomas Wilson&fsList0.strValue1caf_athleteName_s&fsList0.strValue2thomaswilson&sort$sort&layoutgrid> div>Thomas Wilson/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1Darrian DJ Young&fsList0.strValue1caf_athleteName_s&fsList0.strValue2darriandjyoung&sort$sort&layoutgrid> div>Darrian DJ Young/div> /a> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1athletes&pgcust1None&fsList0.strValue1caf_athleteName_s&fsList0.strValue2none&sort$sort&layoutgrid> div>None/div> /a> /div> /div> /li> li classnav-item dropdown> a classnav-link dropdown-toggle nav-a href# idnavbarDropdown rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse> Events/a> div classdropdown-menu aria-labelledbynavbarDropdown> div classd-flex flex-wrap switch> /div> /div> /li> li classnav-item dropdown> a classnav-link dropdown-toggle nav-a href# idnavbarDropdown rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse> Charities/a> div classdropdown-menu aria-labelledbynavbarDropdown> div classd-flex flex-wrap switch> a classdropdown-item col-sm-6 col-md-3 href/iSynApp/allAuction.action?sid1105161&rc10&pgmode1charity&pgcust1Pickle Breakers&fsList0.strValue1caf_charityName_s&fsList0.strValue2pickleBreakers&sort$sort&layoutgrid> div>Pickle Breakers/div> /a> /div> /div> /li> li classnav-item> a classnav-link nav-a href/iSynApp/allProduct.action?sid1105161&rc12>Buy Now span classsr-only>(current)/span>/a> /li> li classnav-item authenticate> a classnav-link nav-a target_blank hrefhttps://pickleballcertifiedauthentic.com/>Authentication/a> /li> /ul> /div> div classd-flex m-0 text-right p-0 align-items-center justify-content-end> button classpr-3 pl-2 stylebackground: none; border: none; onClickshowSearchBar() idsearch-input-btn>svg width20px height20px viewBox0 0 1024 1024 classicon version1.1 xmlnshttp://www.w3.org/2000/svg fillwhite strokewhite stroke-width0.01024>g idSVGRepo_bgCarrier stroke-whiteidth0>/g>g idSVGRepo_tracerCarrier stroke-linecapround stroke-linejoinround>/g>g idSVGRepo_iconCarrier>path dM448 768A320 320 0 1 0 448 128a320 320 0 0 0 0 640z m297.344-76.992l214.592 214.592-54.336 54.336-214.592-214.592a384 384 0 1 1 54.336-54.336z fillwhite>/path>/g>/svg>/button> button classpr-2 pl-2 stylebackground: none; border: none;>div classminiCart idminiCart> /div>/button> button classnavbar-toggler navbar-dark border-0 typebutton data-togglecollapse data-target#navbarSupportedContent aria-controlsnavbarSupportedContent aria-expandedfalse aria-labelToggle navigation> span classnavbar-toggler-icon>/span> /button> p classpb-0 pl-3 pr-2 signIn m-0>a href/iSynApp/appUserLogin!input.action?sid1105161>sign in/a>/p> /div>/nav>div classcontainer-fluid d-none mb-2 py-2 search-container idsearchContainer>form classsite-search w-50 mx-auto d-flex justify-content-center idsearch_form action/iSynApp/allAuction.action methodget> input typehidden namesid value1105161 /> input typehidden namenoSiteFilter valueY /> input typehidden nameselectedCatId value34620 /> input typehidden namerc value10 /> input typehidden namesort valuetimeleft_asc /> input typehidden namequeryfield valuetitle /> input typehidden namepgmode1 valuesearch /> label classsr-only bg-light forsearch-query-0>Search/label> div classinput-group col-md-6 idauto-search-cntr> input classform-control form-control-lg auto-search pl-3 pt-2 idsearch-query-0 typesearch namequery placeholderSearch...> button classsearchBtn typesubmit>i classfa fa-search>/i>span classsr-only>Go/span>/button> /div> ul idsearch_results_cntr styleoverflow-y:scroll; classhidden search-result> div classw-100 d-flex justify-content-end>a href# classorange-font pr-3 pl-3 stylebackground: none; border: none; margin-top:-10px; onClickcloseSearchMenu()> i classfa fa-times>/i> /a>/div> div idloadingIcon classloadingIcon> div classloadingio-spinner-rolling-oy9j8001tab> div classldio-bg2dcpmwzxk> div>/div> /div> /div> /div> div idsearch_results classsearch-result-inner d-flex flex-column flex-md-row> /div> /ul>/form>button classbtn btn-secondary mx-auto d-flex mt-2 close-search onClickshowSearchBar()>Close/button>/div>style>.searchTitle{ font-weight: 900;padding: 0; margin-left: 20px; display: block; width: 100%;}/style>style typetext/css>@keyframes ldio-bg2dcpmwzxk { 0% { transform: translate(-50%,-50%) rotate(0deg); } 100% { transform: translate(-50%,-50%) rotate(360deg); }}.ldio-bg2dcpmwzxk div { position: absolute; width: 30px; height: 30px; border: 5px solid #e4812f; border-top-color: transparent; border-radius: 50%;}.ldio-bg2dcpmwzxk div { animation: ldio-bg2dcpmwzxk 1.2195121951219512s linear infinite; top: 30px; left: 30px}.search-list{height:auto!important;}.loadingio-spinner-rolling-oy9j8001tab { width: 60px; height: 60px; display: inline-block; overflow: hidden; background: none;}.ldio-bg2dcpmwzxk { width: 100%; height: 100%; position: relative; transform: translateZ(0) scale(1); backface-visibility: hidden; transform-origin: 0 0; /* see note above */}.search-result .search-list-cntnr ul{height:unset!important;}.search-result .search-list-cntnr ul{overflow:revert;}@media only screen and (max-width: 991px) { .search-result .custHalfWdth {width:100%;}}.ldio-bg2dcpmwzxk div { box-sizing: content-box; }/* generated by https://loading.io/ *//style>script > const searchInput document.getElementById(search-query-0); const searchResults document.getElementById(search_results); const searchResultsCntr document.getElementById(search_results_cntr); const loadIcon document.getElementById(loadingIcon); let allAuctionData let allProductsData const searchInputCntr document.getElementById(auto-search-cntr); searchInput.addEventListener(click, ()>{ searchInput.placeholderType at least three characters }) searchInput.addEventListener(blur, ()>{ if(searchInputCntr.classList.contains(col-md-10)){ //searchInputCntr.classList.remove(col-md-10); //searchInputCntr.classList.add(col-md-6); } }) searchInput.addEventListener(keyup, async (e) > { searchResultsCntr.classList.remove(hidden); const closeBtn document.createElement(div) closeBtn.innerHTML ` a href# classpr-3 pl-3 stylebackground: none; border: none; onClickcloseSearchMenu()> i classfa fa-times>/i> /a>` let searchValue e.currentTarget.value.toLowerCase(); let encodedSearchVal encodeURIComponent(searchValue) console.log(searchValue, searchValue) console.log(encodedSearchVal, encodedSearchVal) searchValue searchValue.replaceAll(, ') searchValue searchValue.replaceAll(, ") if(searchValue.length>2){ const liveUrl `/iSynApp/allAuction.action?sid1105161&rc100&sortbidcount_desc&qt0.qModewor&qt0.typefieldsearch&qt0.nametitle&qt0.value1${encodedSearchVal}`; const auctionUrl `${liveUrl}&viewTypeapi`; const prodAllUrl `/iSynApp/allProduct.action?sid1105161&rc100&qt0.qModewor&qt0.typefieldsearch&qt0.nametitle&qt0.value1${encodedSearchVal}`; const productUrl `${prodAllUrl}&viewTypeapi`; const response await fetch(auctionUrl); const data await response.json(); const responseProduct await fetch(productUrl); const productData await responseProduct.json(); let ProdData productData.items.map((item) > item); let newProdData ...ProdData let auctionData data.items.map((item) > item); let newAucData ...auctionData let allObj {} const auctMatches newAucData.filter(data>{ const regex new RegExp(`${searchValue}`, gi); return data.title.toLowerCase().match(regex) || data.title.toLowerCase().match(regex) }) const prodMatches newProdData.filter(data>{ const regex new RegExp(`${searchValue}`, gi); return data.title.toLowerCase().match(regex) || data.title.toLowerCase().match(regex) }) if( prodMatches.length>0 ){ allObj.allProduct ...prodMatches }else{ allObj.allProduct false } if( auctMatches.length>0 ){ allObj.allAuction ...auctMatches }else{ allObj.allAuction false } setTimeout(()>{ console.log(loadIcon:, loadIcon.classList) loadIcon.classList.add(hidden) searchResults.innerHTML ; let amntToShow 10 if (/Mobi/.test(navigator.userAgent)){ amntToShow 3 } let charToShow 40 /* ALL AUCTIONS*/ if(allObj.allAuction){ const auctionListLi document.createElement(li) if(allObj.allProduct){ auctionListLi.className search-list-cntnr custHalfWdth }else{ auctionListLi.className search-list-cntnr custfullWdth } const auctionList document.createElement(ul) const auctionTitle document.createElement(li) if(allObj.allAuction.length > amntToShow){ auctionTitle.innerHTML `Auctions span stylefont-weight: normal;>a href${liveUrl}&rs0>(showing ${amntToShow} of ${allObj.allAuction.length})/a>/span>` }else{ auctionTitle.innerHTML `Auctions span stylefont-weight: normal;>a href${liveUrl}&rs0>(${allObj.allAuction.length})/a>/span>` } auctionTitle.className searchTitle auctionListLi.appendChild(auctionTitle) if(allObj.allAuction.length > amntToShow){ /* adding title to the auctions */ allObj.allAuction.slice(0, amntToShow).forEach(item>{ const listElement document.createElement(li) listElement.className search-list if(item.title.length > charToShow){ listElement.innerHTML` a href${item.url} title${item.title}> img src${item.imgThumb} alt${item.title} > div> h5>${item.title.slice(0, charToShow)}.../h5> p> Current Bid: $${item.currentBid}/p> /div> /a> ` }else{ listElement.innerHTML` a href${item.url} title${item.title}> img src${item.imgThumb} alt${item.title} > div> h5>${item.title}/h5> p> Current Bid: $${item.currentBid}/p> /div> /a> ` } auctionList.appendChild(listElement) }) const vieMoreAuctions document.createElement(li) vieMoreAuctions.className search-list vieMoreAuctions.innerHTML` a href${liveUrl}&rs0>View All (${allObj.allAuction.length-amntToShow} more) /a> ` auctionList.appendChild(vieMoreAuctions) auctionListLi.appendChild(auctionList) searchResults.appendChild(auctionListLi) }else{ allObj.allAuction.forEach(item>{ const listElement document.createElement(li) listElement.className search-list if(item.title.length > charToShow){ listElement.innerHTML` a href${item.url} title${item.title}> img src${item.imgThumb} alt${item.title} > div> h5>${item.title.slice(0, charToShow)}.../h5> p> Current Bid: $${item.currentBid}/p> /div> /a> ` }else{ listElement.innerHTML` a href${item.url} title${item.title}> img src${item.imgThumb} alt${item.title} > div> h5>${item.title}/h5> p> Current Bid: $${item.currentBid}/p> /div> /a> ` } auctionList.appendChild(listElement) }) auctionListLi.appendChild(auctionList) searchResults.appendChild(auctionListLi) } } /* ALL AUCTIONS*/ /* ALL PRODUCTS*/ if(allObj.allProduct){ const prodListLi document.createElement(li) if(allObj.allAuction){ prodListLi.className search-list-cntnr custHalfWdth }else{ prodListLi.className search-list-cntnr custfullWdth } const prodList document.createElement(ul) const prodTitle document.createElement(li) if(allObj.allProduct.length > amntToShow){ prodTitle.innerHTML `Buy Now span stylefont-weight: normal;>a href${prodAllUrl}&rs0>(showing ${amntToShow} of ${allObj.allProduct.length})/a>/span>` }else{ prodTitle.innerHTML `Buy Now span stylefont-weight: normal;> a href${prodAllUrl}&rs0>(${allObj.allProduct.length}) /a>/span>` } prodTitle.className searchTitle prodListLi.appendChild(prodTitle) if(allObj.allProduct.length > amntToShow){ /* adding title to the auctions */ allObj.allProduct.slice(0, amntToShow).forEach(item>{ const listElement document.createElement(li) listElement.className search-list if(item.title.length > charToShow){ listElement.innerHTML` a href${item.url} title${item.title}> img src${item.imgThumb} alt${item.title} > div> h5>${item.title.slice(0, charToShow)}.../h5> p> Price: $${item.price}/p> /div> /a> ` }else{ listElement.innerHTML` a href${item.url} title${item.title}> img src${item.imgThumb} alt${item.title} > div> h5>${item.title}/h5> p> Price: $${item.price}/p> /div> /a> ` } prodList.appendChild(listElement) }) const vieMoreAuctions document.createElement(li) vieMoreAuctions.className search-list vieMoreAuctions.innerHTML` a href${prodAllUrl}&rs0>View All (${allObj.allProduct.length-amntToShow} more) /a>` prodList.appendChild(vieMoreAuctions) prodListLi.appendChild(prodList) searchResults.appendChild(prodListLi) }else{ allObj.allProduct.forEach(item>{ const listElement document.createElement(li) listElement.className search-list listElement.innerHTML` a href${item.url}> img src${item.imgThumb} alt> div> h5>${item.title}/h5> p>Price: $${item.price}/p> /div> /a> ` prodList.appendChild(listElement) }) prodListLi.appendChild(prodList) searchResults.appendChild(prodListLi) } } /* ALL PRODUCTS*/ if(!allObj.allProduct && !allObj.allAuction){ searchResults.innerHTML no results found; console.log(loadingIcon contain, loadIcon.classList.contains(hidden)) } }, 1000) } else { searchResults.innerHTML ; searchResultsCntr.classList.add(hidden); if(loadIcon.classList.contains(hidden)){ loadIcon.classList.remove(hidden) } } /* else{ searchResults.innerHTML no results found; setTimeout(() > { }, 3000) } /*/ })/script>/header>style> /*header .dropdown-menu {width:auto!important;}*/ header .dropdown-menu {width:100%!important;} .navbar, .navbar-nav .nav-item {height:85.99px;} .navbar-nav .nav-item{position:initial; display:flex; align-items:center;} .navbar{background-color:#084887 !important} ul.nav li.dropdown:hover > ul.dropdown-menu { display: block; }@media only screen and (max-width: 1200px) { header .navbar-collapse { position: absolute; width: 100%; top: 100%; background-color: white !important; z-index: 100; padding-left: 10px; padding-right: 10px; left: 0; border-bottom-left-radius: 1px solid #C8C8C8; border-bottom-right-radius: 1px solid #C8C8C8; border: 1px solid #C8C8C8; } .navbar, .navbar-nav .nav-item {height:auto;} .navbar-nav .nav-item{display:block; align-items:center;} .switch{flex-direction:column;}} /style>script >const showSearchBar ()>{ let searchBar document.querySelector(#searchContainer) if(searchBar.classList.contains(d-none)){ searchBar.classList.remove(d-none) searchBar.classList.add(d-block) } else{ searchBar.classList.remove(d-block) searchBar.classList.add(d-none) }}/script> div classindex-carousel hero pb-3 idcontent> div idcarouselExampleIndicators classcarousel slide data-ridecarousel> ol classcarousel-indicators> li data-target#carouselExampleIndicators data-slide-to0 classactive>/li> li data-target#carouselExampleIndicators data-slide-to1 classactive>/li> li data-target#carouselExampleIndicators data-slide-to2 classactive>/li> /ol> div classcarousel-inner> div classcarousel-item active> a classcarousel-link index-carousel-link desktop-only-carousal hrefhttps://pickleballauctions.com/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35520> img styleobject-fit:cover;max-height: 60vh; classd-block w-100 srchttps://vafloc02.s3.amazonaws.com/isyn/images/f328/img-4413328-f.jpg alt> /a> a classcarousel-link index-carousel-link mobile-only-carousal hrefhttps://pickleballauctions.com/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35520> img styleobject-fit:cover; classd-block w-100 srchttps://vafloc02.s3.amazonaws.com/isyn/images/f328/img-4413328-f.jpg alt> /a> /div> div classcarousel-item > a classcarousel-link index-carousel-link desktop-only-carousal hrefhttps://pickleballauctions.com/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35001> img styleobject-fit:cover;max-height: 60vh; classd-block w-100 srchttps://vafloc02.s3.amazonaws.com/isyn/images/f299/img-4413299-f.jpg alt> /a> a classcarousel-link index-carousel-link mobile-only-carousal hrefhttps://pickleballauctions.com/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35001> img styleobject-fit:cover; classd-block w-100 srchttps://vafloc02.s3.amazonaws.com/isyn/images/f299/img-4413299-f.jpg alt> /a> /div> div classcarousel-item > a classcarousel-link index-carousel-link desktop-only-carousal hrefhttps://pickleballauctions.com/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35661> img styleobject-fit:cover;max-height: 60vh; classd-block w-100 srchttps://vafloc02.s3.amazonaws.com/isyn/images/f420/img-4413420-f.jpg alt> /a> a classcarousel-link index-carousel-link mobile-only-carousal hrefhttps://pickleballauctions.com/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35661> img styleobject-fit:cover; classd-block w-100 srchttps://vafloc02.s3.amazonaws.com/isyn/images/f420/img-4413420-f.jpg alt> /a> /div> /div> /div>/div> div classmultiple-items col-lg-8 text-center align-items-center mx-auto justify-content-center> /div>div classcontainer idcontent-index> div classmb-1> input typehidden idslickSTS value4/> div classauctions-home-banner d-flex justify-content-between mb-3 p-2> div classtitle-image d-flex align-items-center> h2 classmr-1 mb-0>Hot Items/h2> div>img srchttps://vafloc01.s3.amazonaws.com/WBStatic/site1105161/dist/img/racket.png atlHot Items>/div> /div> a classalign-self-center href/iSynApp/allAuction.action?rc10&sid1105161&pgmode1hotitems&sortbidcount_desc>View All/a> /div> div class slick-carousal > div classcol-md-6 col-lg-4 col-xl-3 mb-3 col-6> div classcard item-list__item item-list__item--$itemType> !-- Auction finalized: div idItem1FinalStatus>N/div> --> input idItem1AucId typehidden value5952516> input idItem1AucVersion typehidden value com.isyn.auction.Auction@17ee2982. version> div classitem-list__item__image card-img-top> a classproduct-link data-titleFree 2 Year Membership to Zane Navratils Transition Zone Pickleball Membership data-id5952516 data-price25.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5952516&pgmode1&pgcust1&pgmode3livebid&>img srchttps://vafloc02.s3.amazonaws.com/isyn/images/f764/img-4579764-m.jpg altPhoto of Free 2 Year Membership to Zane Navratils Transition Zone Pickleball Membership>/a> /div> div classtime-left p-1 text-center> div classitem-list__item__time-timeleft> span classitem-details-term >b>Ends:/b>/span> span classitem-details-value text-secondary> span idItem1ClosingSec>--/span> /span> /div> /div> div classitem-list__item__content card-body pb-0 > h2 classitem-list__item__title card-title text-left mb-0>a classproduct-link data-titleFree 2 Year Membership to Zane Navratils Transition Zone Pickleball Membership data-id5952516 data-price25.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5952516&pgmode1&pgcust1&pgmode3livebid&>Free 2 Year Membership to Zane Navratils Transition Zone Pickleball Membership/a>/h2> div classd-flex flex-column card-detail> div classalign-items-center text-left> div classitem-list__item__current-bid list-item-bids mb-2 pt-1 pb-2> span classitem-details-term text-sm>b>Bids:/b>/span> span classitem-details-value text-sm>span classfw-600 idItem1BidCount>1/span>/span> /div> /div> div classmb-2 mb-sm-0 align-items-start text-left d-flex> div classitem-list__item__current-bid > span classitem-details-term text-sm>b>Current Bid/b>/span> span classitem-details-value h5> span classfw-600 idItem1BidAmt>$25.00 /span> /span> /div> /div> /div> /div> div classd-none d-sm-block mt-2 w-100 border-0 card-body pb-3 pt-0 position-relative> div classd-flex justify-content-between> div classw-100> a data-titleFree 2 Year Membership to Zane Navratils Transition Zone Pickleball Membership data-id5952516 data-price25.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5952516&pgmode1&pgcust1&pgmode3livebid& classbtn btn-primary w-100 item-list__item__button rounded>Bid Now/a> /div> /div> /div> /div>/div> div classcol-md-6 col-lg-4 col-xl-3 mb-3 col-6> div classcard item-list__item item-list__item--$itemType> !-- Auction finalized: div idItem2FinalStatus>N/div> --> input idItem2AucId typehidden value5952736> input idItem2AucVersion typehidden value com.isyn.auction.Auction@1f864fbd. version> div classitem-list__item__image card-img-top> a classproduct-link data-title$250 Diadem Gift Card data-id5952736 data-price50.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5952736&pgmode1$pgmode1&pgcust1&pgmode3livebid&>img srchttps://vafloc02.s3.amazonaws.com/isyn/images/f716/img-4579716-m.jpg altPhoto of $250 Diadem Gift Card>/a> /div> div classtime-left p-1 text-center> div classitem-list__item__time-timeleft> span classitem-details-term >b>Ends:/b>/span> span classitem-details-value text-secondary> span idItem2ClosingSec>--/span> /span> /div> /div> div classitem-list__item__content card-body pb-0 > h2 classitem-list__item__title card-title text-left mb-0>a classproduct-link data-title$250 Diadem Gift Card data-id5952736 data-price50.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5952736&pgmode1$pgmode1&pgcust1&pgmode3livebid&>$250 Diadem Gift Card/a>/h2> div classd-flex flex-column card-detail> div classalign-items-center text-left> div classitem-list__item__current-bid list-item-bids mb-2 pt-1 pb-2> span classitem-details-term text-sm>b>Bids:/b>/span> span classitem-details-value text-sm>span classfw-600 idItem2BidCount>1/span>/span> /div> /div> div classmb-2 mb-sm-0 align-items-start text-left d-flex> div classitem-list__item__current-bid > span classitem-details-term text-sm>b>Current Bid/b>/span> span classitem-details-value h5> span classfw-600 idItem2BidAmt>$50.00 /span> /span> /div> /div> /div> /div> div classd-none d-sm-block mt-2 w-100 border-0 card-body pb-3 pt-0 position-relative> div classd-flex justify-content-between> div classw-100> a data-title$250 Diadem Gift Card data-id5952736 data-price50.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5952736&pgmode1$pgmode1&pgcust1&pgmode3livebid& classbtn btn-primary w-100 item-list__item__button rounded>Bid Now/a> /div> /div> /div> /div>/div> div classcol-md-6 col-lg-4 col-xl-3 mb-3 col-6> div classcard item-list__item item-list__item--$itemType> !-- Auction finalized: div idItem3FinalStatus>N/div> --> input idItem3AucId typehidden value5973384> input idItem3AucVersion typehidden value com.isyn.auction.Auction@703f6633. version> div classitem-list__item__image card-img-top> a classproduct-link data-titlePrivate Lesson for 4 people with the #1 Senior Pro Pickleball Player in the world - Lee Whitwell. This 3 hour lesson will be at Paradise Pickleball in Palm Desert , CA. data-id5973384 data-price400.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5973384&pgmode1$pgmode1&pgcust1&pgmode3livebid&>img srchttps://vafloc02.s3.amazonaws.com/isyn/images/f344/img-4583344-m.jpg altPhoto of Private Lesson for 4 people with the #1 Senior Pro Pickleball Player in the world - Lee Whitwell. This 3 hour lesson will be at Paradise Pickleball in Palm Desert , CA.>/a> /div> div classtime-left p-1 text-center> div classitem-list__item__time-timeleft> span classitem-details-term >b>Ends:/b>/span> span classitem-details-value text-secondary> span idItem3ClosingSec>--/span> /span> /div> /div> div classitem-list__item__content card-body pb-0 > h2 classitem-list__item__title card-title text-left mb-0>a classproduct-link data-titlePrivate Lesson for 4 people with the #1 Senior Pro Pickleball Player in the world - Lee Whitwell. This 3 hour lesson will be at Paradise Pickleball in Palm Desert , CA. data-id5973384 data-price400.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5973384&pgmode1$pgmode1&pgcust1&pgmode3livebid&>Private Lesson for 4 people with the #1 Senior Pro Pickleball Player in the world - Lee Whitwell. This 3 hour lesson will be at Paradise Pickleball in Palm Desert , CA./a>/h2> div classd-flex flex-column card-detail> div classalign-items-center text-left> div classitem-list__item__current-bid list-item-bids mb-2 pt-1 pb-2> span classitem-details-term text-sm>b>Bids:/b>/span> span classitem-details-value text-sm>span classfw-600 idItem3BidCount>1/span>/span> /div> /div> div classmb-2 mb-sm-0 align-items-start text-left d-flex> div classitem-list__item__current-bid > span classitem-details-term text-sm>b>Current Bid/b>/span> span classitem-details-value h5> span classfw-600 idItem3BidAmt>$400.00 /span> /span> /div> /div> /div> /div> div classd-none d-sm-block mt-2 w-100 border-0 card-body pb-3 pt-0 position-relative> div classd-flex justify-content-between> div classw-100> a data-titlePrivate Lesson for 4 people with the #1 Senior Pro Pickleball Player in the world - Lee Whitwell. This 3 hour lesson will be at Paradise Pickleball in Palm Desert , CA. data-id5973384 data-price400.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5973384&pgmode1$pgmode1&pgcust1&pgmode3livebid& classbtn btn-primary w-100 item-list__item__button rounded>Bid Now/a> /div> /div> /div> /div>/div> div classcol-md-6 col-lg-4 col-xl-3 mb-3 col-6> div classcard item-list__item item-list__item--$itemType> !-- Auction finalized: div idItem4FinalStatus>N/div> --> input idItem4AucId typehidden value5909647> input idItem4AucVersion typehidden value com.isyn.auction.Auction@6d3b0abe. version> div classitem-list__item__image card-img-top> a classproduct-link data-titleNoe Khlif Match Used Signed Shirt - MLP Grand Finals data-id5909647 data-price150.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5909647&pgmode1$pgmode1&pgcust1&pgmode3livebid&>img srchttps://vafloc02.s3.amazonaws.com/isyn/images/f418/img-4400418-m.jpg altPhoto of Noe Khlif Match Used Signed Shirt - MLP Grand Finals>/a> /div> div classtime-left p-1 text-center> div classitem-list__item__time-timeleft> span classitem-details-term >b>Ends:/b>/span> span classitem-details-value text-secondary> span idItem4ClosingSec>--/span> /span> /div> /div> div classitem-list__item__content card-body pb-0 > h2 classitem-list__item__title card-title text-left mb-0>a classproduct-link data-titleNoe Khlif Match Used Signed Shirt - MLP Grand Finals data-id5909647 data-price150.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5909647&pgmode1$pgmode1&pgcust1&pgmode3livebid&>Noe Khlif Match Used Signed Shirt - MLP Grand Finals/a>/h2> div classd-flex flex-column card-detail> div classalign-items-center text-left> div classitem-list__item__current-bid list-item-bids mb-2 pt-1 pb-2> span classitem-details-term text-sm>b>Bids:/b>/span> span classitem-details-value text-sm>span classfw-600 idItem4BidCount>0/span>/span> /div> /div> div classmb-2 mb-sm-0 align-items-start text-left d-flex> div classitem-list__item__current-bid > span classitem-details-term text-sm>b>Current Bid/b>/span> span classitem-details-value h5> span classfw-600 idItem4BidAmt>$150.00 /span> /span> /div> /div> /div> /div> div classd-none d-sm-block mt-2 w-100 border-0 card-body pb-3 pt-0 position-relative> div classd-flex justify-content-between> div classw-100> a data-titleNoe Khlif Match Used Signed Shirt - MLP Grand Finals data-id5909647 data-price150.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5909647&pgmode1$pgmode1&pgcust1&pgmode3livebid& classbtn btn-primary w-100 item-list__item__button rounded>Bid Now/a> /div> /div> /div> /div>/div> /div> /div> div classrow stylemargin-bottom:40px;> div classcol-md-6 mb-2 mb-md-2> div classw-100> a hrefhttps://pickleballauctions.com/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35520>img classw-100 srchttps://vafloc02.s3.amazonaws.com/isyn/images/f129/img-4405129-f.jpg/>/a> /div> /div> div classcol-md-6> div classw-100> a href>img classw-100 srchttps://vafloc02.s3.amazonaws.com/isyn/images/f697/img-4411697-f.jpg/>/a> /div> /div> /div> div classmb-1> div classauctions-home-banner d-flex justify-content-between mb-3 p-2> div classtitle-image d-flex align-items-center> h2 classmr-1 mb-0>Closing Soon/h2> div>img srchttps://vafloc01.s3.amazonaws.com/WBStatic/site1105161/dist/img/racket.png atlHot Items>/div> /div> a classalign-self-center href/iSynApp/allAuction.action?rc25&sid1105161&pgmode1closingsoon&sorttimeleft_asc>View All/a> /div> div class slick-carousal > div classcol-md-6 col-lg-4 col-xl-3 mb-3 col-6> div classcard item-list__item item-list__item--$itemType> !-- Auction finalized: div idItem5FinalStatus>N/div> --> input idItem5AucId typehidden value5973205> input idItem5AucVersion typehidden value com.isyn.auction.Auction@755f253. version> div classitem-list__item__image card-img-top> a classproduct-link data-titleBen Johns Signed Paddle data-id5973205 data-price250.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5973205&pgmode1$pgmode1&pgcust1&pgmode3livebid&>img srchttps://vafloc02.s3.amazonaws.com/isyn/images/f363/img-4583363-m.jpg altPhoto of Ben Johns Signed Paddle>/a> /div> div classtime-left p-1 text-center> div classitem-list__item__time-timeleft> span classitem-details-term >b>Ends:/b>/span> span classitem-details-value text-secondary> span idItem5ClosingSec>--/span> /span> /div> /div> div classitem-list__item__content card-body pb-0 > h2 classitem-list__item__title card-title text-left mb-0>a classproduct-link data-titleBen Johns Signed Paddle data-id5973205 data-price250.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5973205&pgmode1$pgmode1&pgcust1&pgmode3livebid&>Ben Johns Signed Paddle/a>/h2> div classd-flex flex-column card-detail> div classalign-items-center text-left> div classitem-list__item__current-bid list-item-bids mb-2 pt-1 pb-2> span classitem-details-term text-sm>b>Bids:/b>/span> span classitem-details-value text-sm>span classfw-600 idItem5BidCount>0/span>/span> /div> /div> div classmb-2 mb-sm-0 align-items-start text-left d-flex> div classitem-list__item__current-bid > span classitem-details-term text-sm>b>Current Bid/b>/span> span classitem-details-value h5> span classfw-600 idItem5BidAmt>$250.00 /span> /span> /div> /div> /div> /div> div classd-none d-sm-block mt-2 w-100 border-0 card-body pb-3 pt-0 position-relative> div classd-flex justify-content-between> div classw-100> a data-titleBen Johns Signed Paddle data-id5973205 data-price250.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5973205&pgmode1$pgmode1&pgcust1&pgmode3livebid& classbtn btn-primary w-100 item-list__item__button rounded>Bid Now/a> /div> /div> /div> /div>/div> div classcol-md-6 col-lg-4 col-xl-3 mb-3 col-6> div classcard item-list__item item-list__item--$itemType> !-- Auction finalized: div idItem6FinalStatus>N/div> --> input idItem6AucId typehidden value5973231> input idItem6AucVersion typehidden value com.isyn.auction.Auction@4b1b3dab. version> div classitem-list__item__image card-img-top> a classproduct-link data-titleDirk Nowitzki, Terrell Owens, J.D. Martinez, Tfue, Anna Bright and others signed paddle data-id5973231 data-price200.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5973231&pgmode1$pgmode1&pgcust1&pgmode3livebid&>img srchttps://vafloc02.s3.amazonaws.com/isyn/images/f578/img-4583578-m.jpg altPhoto of Dirk Nowitzki, Terrell Owens, J.D. Martinez, Tfue, Anna Bright and others signed paddle>/a> /div> div classtime-left p-1 text-center> div classitem-list__item__time-timeleft> span classitem-details-term >b>Ends:/b>/span> span classitem-details-value text-secondary> span idItem6ClosingSec>--/span> /span> /div> /div> div classitem-list__item__content card-body pb-0 > h2 classitem-list__item__title card-title text-left mb-0>a classproduct-link data-titleDirk Nowitzki, Terrell Owens, J.D. Martinez, Tfue, Anna Bright and others signed paddle data-id5973231 data-price200.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5973231&pgmode1$pgmode1&pgcust1&pgmode3livebid&>Dirk Nowitzki, Terrell Owens, J.D. Martinez, Tfue, Anna Bright and others signed paddle/a>/h2> div classd-flex flex-column card-detail> div classalign-items-center text-left> div classitem-list__item__current-bid list-item-bids mb-2 pt-1 pb-2> span classitem-details-term text-sm>b>Bids:/b>/span> span classitem-details-value text-sm>span classfw-600 idItem6BidCount>0/span>/span> /div> /div> div classmb-2 mb-sm-0 align-items-start text-left d-flex> div classitem-list__item__current-bid > span classitem-details-term text-sm>b>Current Bid/b>/span> span classitem-details-value h5> span classfw-600 idItem6BidAmt>$200.00 /span> /span> /div> /div> /div> /div> div classd-none d-sm-block mt-2 w-100 border-0 card-body pb-3 pt-0 position-relative> div classd-flex justify-content-between> div classw-100> a data-titleDirk Nowitzki, Terrell Owens, J.D. Martinez, Tfue, Anna Bright and others signed paddle data-id5973231 data-price200.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5973231&pgmode1$pgmode1&pgcust1&pgmode3livebid& classbtn btn-primary w-100 item-list__item__button rounded>Bid Now/a> /div> /div> /div> /div>/div> div classcol-md-6 col-lg-4 col-xl-3 mb-3 col-6> div classcard item-list__item item-list__item--$itemType> !-- Auction finalized: div idItem7FinalStatus>N/div> --> input idItem7AucId typehidden value5973381> input idItem7AucVersion typehidden value com.isyn.auction.Auction@6e683632. version> div classitem-list__item__image card-img-top> a classproduct-link data-titleAnna Leigh Waters Autographed AL Hat data-id5973381 data-price80.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5973381&pgmode1$pgmode1&pgcust1&pgmode3livebid&>img srchttps://vafloc02.s3.amazonaws.com/isyn/images/f805/img-4582805-m.jpg altPhoto of Anna Leigh Waters Autographed AL Hat>/a> /div> div classtime-left p-1 text-center> div classitem-list__item__time-timeleft> span classitem-details-term >b>Ends:/b>/span> span classitem-details-value text-secondary> span idItem7ClosingSec>--/span> /span> /div> /div> div classitem-list__item__content card-body pb-0 > h2 classitem-list__item__title card-title text-left mb-0>a classproduct-link data-titleAnna Leigh Waters Autographed AL Hat data-id5973381 data-price80.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5973381&pgmode1$pgmode1&pgcust1&pgmode3livebid&>Anna Leigh Waters Autographed AL Hat/a>/h2> div classd-flex flex-column card-detail> div classalign-items-center text-left> div classitem-list__item__current-bid list-item-bids mb-2 pt-1 pb-2> span classitem-details-term text-sm>b>Bids:/b>/span> span classitem-details-value text-sm>span classfw-600 idItem7BidCount>0/span>/span> /div> /div> div classmb-2 mb-sm-0 align-items-start text-left d-flex> div classitem-list__item__current-bid > span classitem-details-term text-sm>b>Current Bid/b>/span> span classitem-details-value h5> span classfw-600 idItem7BidAmt>$80.00 /span> /span> /div> /div> /div> /div> div classd-none d-sm-block mt-2 w-100 border-0 card-body pb-3 pt-0 position-relative> div classd-flex justify-content-between> div classw-100> a data-titleAnna Leigh Waters Autographed AL Hat data-id5973381 data-price80.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5973381&pgmode1$pgmode1&pgcust1&pgmode3livebid& classbtn btn-primary w-100 item-list__item__button rounded>Bid Now/a> /div> /div> /div> /div>/div> div classcol-md-6 col-lg-4 col-xl-3 mb-3 col-6> div classcard item-list__item item-list__item--$itemType> !-- Auction finalized: div idItem8FinalStatus>N/div> --> input idItem8AucId typehidden value5952720> input idItem8AucVersion typehidden value com.isyn.auction.Auction@504468a0. version> div classitem-list__item__image card-img-top> a classproduct-link data-titlePrivate Lesson for 4 people with "Coach To The Stars" Matt Manasse. This 1 hour lesson will be at either a private pickleball court in Beverly Hills, CA or at Santa Monica Pickleball Center. data-id5952720 data-price500.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5952720&pgmode1$pgmode1&pgcust1&pgmode3livebid&>img srchttps://vafloc02.s3.amazonaws.com/isyn/images/f869/img-4575869-m.jpg altPhoto of Private Lesson for 4 people with "Coach To The Stars" Matt Manasse. This 1 hour lesson will be at either a private pickleball court in Beverly Hills, CA or at Santa Monica Pickleball Center.>/a> /div> div classtime-left p-1 text-center> div classitem-list__item__time-timeleft> span classitem-details-term >b>Ends:/b>/span> span classitem-details-value text-secondary> span idItem8ClosingSec>--/span> /span> /div> /div> div classitem-list__item__content card-body pb-0 > h2 classitem-list__item__title card-title text-left mb-0>a classproduct-link data-titlePrivate Lesson for 4 people with "Coach To The Stars" Matt Manasse. This 1 hour lesson will be at either a private pickleball court in Beverly Hills, CA or at Santa Monica Pickleball Center. data-id5952720 data-price500.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5952720&pgmode1$pgmode1&pgcust1&pgmode3livebid&>Private Lesson for 4 people with "Coach To The Stars" Matt Manasse. This 1 hour lesson will be at either a private pickleball court in Beverly Hills, CA or at Santa Monica Pickleball Center./a>/h2> div classd-flex flex-column card-detail> div classalign-items-center text-left> div classitem-list__item__current-bid list-item-bids mb-2 pt-1 pb-2> span classitem-details-term text-sm>b>Bids:/b>/span> span classitem-details-value text-sm>span classfw-600 idItem8BidCount>0/span>/span> /div> /div> div classmb-2 mb-sm-0 align-items-start text-left d-flex> div classitem-list__item__current-bid > span classitem-details-term text-sm>b>Current Bid/b>/span> span classitem-details-value h5> span classfw-600 idItem8BidAmt>$500.00 /span> /span> /div> /div> /div> /div> div classd-none d-sm-block mt-2 w-100 border-0 card-body pb-3 pt-0 position-relative> div classd-flex justify-content-between> div classw-100> a data-titlePrivate Lesson for 4 people with "Coach To The Stars" Matt Manasse. This 1 hour lesson will be at either a private pickleball court in Beverly Hills, CA or at Santa Monica Pickleball Center. data-id5952720 data-price500.0 data-listNameindex-popular href/iSynApp/auctionDisplay.action?auctionId5952720&pgmode1$pgmode1&pgcust1&pgmode3livebid& classbtn btn-primary w-100 item-list__item__button rounded>Bid Now/a> /div> /div> /div> /div>/div> /div> /div> div classrow stylemargin-bottom:40px;> div classcol-md-6 mb-2 mb-md-2> div classw-100> a hrefhttps://pickleballauctions.com/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35001>img classw-100 srchttps://vafloc02.s3.amazonaws.com/isyn/images/f785/img-4411785-f.jpg/>/a> /div> /div> div classcol-md-6> div classw-100> a hrefhttps://pickleballauctions.com/iSynApp/allAuction.action?sid1105161&rc10&sort$sort&pgmode1catpage&layoutgrid&selectedCatId35022>img classw-100 srchttps://vafloc02.s3.amazonaws.com/isyn/images/f844/img-4411844-f.jpg/>/a> /div> /div> /div> div classmb-1> /div> /div>div class email-sign-up d-flex flex-column justify-content-center align-items-center position-relative> h2>JOIN OUR COMMUNITY/h2> p>Get early Access to new releases, exclusive discounts and the latest collections in Pickleball Auctions!/p> img classd-none d-lg-block srchttps://vafloc01.s3.amazonaws.com/WBStatic/site1105161/dist/img/half-ball.png altPickBall Image> div idmc_embed_shell classrow col-6> link href//cdn-images.mailchimp.com/embedcode/classic-061523.css relstylesheet typetext/css> style typetext/css> /* #mc_embed_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif; width: 600px;} /* Add your own Mailchimp form style overrides in your site stylesheet or in this style block. We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ #mc_embed_signup .mc-field-group{width:300px; padding-bottom:0; min-height:40px; height:40px;} #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{font-size:12px; color:black; position:absolute; top:-32px;} #mc_embed_signup .button{padding:5px 15px!important; margin:0!important; height:40px; color:white; background-color:#FFBA08;} #mc_embed_signup .button:focus, #mc_embed_signup .button:hover{background-color:#FFC93D; color:white;} #mc_embed_signup .mc-field-group input{height:40px;} #mc_embed_signup div#mce-responses {width:125%} #mc_embed_signup #mce-success-response {color: white; background-color: #6fcf6f; padding: 0; padding: 5px; /* margin: 0; */ /* margin-top: 0; */ text-align: center; border-radius: 5px; color: #004900;} #mc_embed_signup div#mce-responses{top:-56px;} #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error{border:1px solid black;} .required{color:black;} @media only screen and (max-width: 705px){ .button-div,#mc_embed_signup .button,#mc_embed_signup .mc-field-group,.clear{width:325px} .email-sign-up p{width:90%} .mc-field-group label{font-style: italic;}} /style> div idmc_embed_signup classw-100> form actionhttps://pickleballauctions.us13.list-manage.com/subscribe/post?u551dca181614a1ed92217de86&id2ed9d57170&f_id0041d1ecf0 methodpost idmc-embedded-subscribe-form namemc-embedded-subscribe-form classvalidate d-flex target_blank> div idmc_embed_signup_scroll classw-100> div classd-flex flex-column flex-md-row justify-content-center align-items-center> div classmc-field-group> label formce-EMAIL styleleft:5px; top:0; color:black; font-size:10px; font-style: italic; classposition-absolute>Enter your email/label> input typeemail nameEMAIL classrequired email idmce-EMAIL required value> div idmce-responses classclear m-0 p-0 position-absolute> div classresponse idmce-error-response styledisplay: none;>/div> div classresponse idmce-success-response styledisplay: none;>/div> /div> /div> div classclear ml-0 ml-md-2 mt-2 mt-md-0 button-div> input typesubmit namesubscribe idmc-embedded-subscribe classbutton valueSIGN-UP> /div> /div> div aria-hiddentrue styleposition: absolute; left: -5000px;> input typetext nameb_551dca181614a1ed92217de86_2ed9d57170 tabindex-1 value> /div> /div>/form>/div>script typetext/javascript src//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js >/script>script typetext/javascript>(function($) {window.fnames new Array(); window.ftypes new Array();fnames0EMAIL;ftypes0email;fnames1FNAME;ftypes1text;fnames2LNAME;ftypes2text;fnames3ADDRESS;ftypes3address;fnames4PHONE;ftypes4phone;fnames5BIRTHDAY;ftypes5birthday;fnames6COMPANY;ftypes6text;}(jQuery));var $mcj jQuery.noConflict(true);/script>/div>/div> footer classmain-footer container-fluid> div classstoreBkg> div classwrapper opcContainer> div idstoreapp>/div> /div> /div> nav classfooter-nav d-flex justify-content-between flex-column flex-sm-row> div classd-flex justify-content-between flex-column flex-sm-row> div classcol-sm-6 col-md-6 col-lg-6 text-center> ul classnav flex-column> li classnav-item>h2 classnav-link>Customer Service/h2>/li> li classnav-item> a href/iSynApp/appAccount.action?sid1105161 classnav-link>Account/a>/li> li classnav-item> a href/iSynApp/showPage.action?sid1105161&pageNamefaq classnav-link>FAQ/a>/li> li classnav-item> a href/iSynApp/manageUserEmail!showEmailContactUsForm.action?sid1105161 classnav-link>Contact Us/a>/li> /ul> /div> div classcol-sm-6 col-md-6 col-lg-6 text-center> ul classnav flex-column> li classnav-item>h2 classnav-link>Information/h2>/li> li classnav-item> a href/iSynApp/showPage.action?sid1105161&pageNameprivacy target_blank classnav-link>Privacy Policy/a>/li> li classnav-item> a href/iSynApp/showPage.action?sid1105161&pageNameterms target_blank classnav-link>Terms & Conditions/a>/li> li classnav-item> a href/iSynApp/showPage.action?sid1105161&pageNamesitemap classnav-link>Site Map/a>/li> /ul> /div> /div> div classcol-sm-6 col-md-6 col-lg-3 text-center mb-4> h2 classnav-link>Follow Us/h2> div classfooter-social-links> a target$_blank hrefhttps://www.facebook.com/pickleballauctions classfb-color social-logo pl-2 pr-2 >svg width20px height20px viewBox-5 0 20 20 version1.1 xmlnshttp://www.w3.org/2000/svg xmlns:xlinkhttp://www.w3.org/1999/xlink fillwhite>g idSVGRepo_bgCarrier stroke-width0>/g>g idSVGRepo_tracerCarrier stroke-linecapround stroke-linejoinround>/g>g idSVGRepo_iconCarrier> title>facebook #176/title> desc>Created with Sketch./desc> defs> /defs> g idPage-1 stroke-width0.0002 fillnone fill-ruleevenodd> g idDribbble-Light-Preview transformtranslate(-385.000000, -7399.000000) fillwhite> g idicons transformtranslate(56.000000, 160.000000)> path dM335.821282,7259 L335.821282,7250 L338.553693,7250 L339,7246 L335.821282,7246 L335.821282,7244.052 C335.821282,7243.022 335.847593,7242 337.286884,7242 L338.744689,7242 L338.744689,7239.14 C338.744689,7239.097 337.492497,7239 336.225687,7239 C333.580004,7239 331.923407,7240.657 331.923407,7243.7 L331.923407,7246 L329,7246 L329,7250 L331.923407,7250 L331.923407,7259 L335.821282,7259 Z idfacebook-#176> /path> /g> /g> /g> /g>/svg>span classsr-only>Facebook/span>/a> a target$_blank hrefhttps://x.com/pballauctions classsocial-logo twt-color pl-2 pr-2>svg width20 height20 viewBox0 0 21 22 fillnone xmlnshttp://www.w3.org/2000/svg> path fill-ruleevenodd clip-ruleevenodd dM0.128579 21.8122C0.19938 21.709 1.83728 19.2694 3.7688 16.391C5.70008 13.5126 7.48645 10.8507 7.7384 10.4754C7.99035 10.1004 8.19636 9.78588 8.19636 9.77667C8.19636 9.76747 8.10259 9.64923 7.98798 9.51379C7.87337 9.37835 7.55039 8.99504 7.27026 8.66189C6.99013 8.32874 6.51821 7.76736 6.22127 7.4141C5.92433 7.06084 5.40196 6.4396 5.06027 6.03304C4.71881 5.62647 4.10457 4.89597 3.69539 4.40921C2.42997 2.90385 2.2474 2.68652 1.28413 1.53855C0.769814 0.92555 0.276574 0.339449 0.188014 0.235991C0.0994531 0.132532 0.0272312 0.0373116 0.0272312 0.0239849C0.0272312 0.00848007 0.350217 0 0.937464 0H1.8477L2.84838 1.19328C3.39869 1.84965 3.94166 2.49559 4.05485 2.62885C4.29969 2.91694 6.16633 5.13923 6.32309 5.32943C6.38323 5.40211 6.47037 5.50582 6.51702 5.5596C6.56367 5.61339 6.93093 6.05 7.33301 6.52974C7.73532 7.00947 8.07536 7.41361 8.08885 7.42815C8.10235 7.44244 8.31523 7.69588 8.56197 7.99148C8.8087 8.28683 9.01827 8.52863 9.0275 8.52863C9.03674 8.52863 10.3045 6.65064 11.8446 4.35518C13.3847 2.05971 14.6724 0.141012 14.706 0.0913429L14.7671 0.000967026L17.8895 0.000484467C20.457 0 21.0097 0.00557137 20.9998 0.0317402C20.9893 0.0596027 19.4935 2.29207 15.6558 8.00771C12.8931 12.1223 12.5256 12.6752 12.5363 12.7031C12.5465 12.7304 12.9227 13.1806 15.3968 16.1264C15.8211 16.6316 16.4062 17.3286 16.6968 17.6751C16.9873 18.0216 17.2809 18.3705 17.3489 18.4504C17.4168 18.5304 17.7744 18.9556 18.1436 19.3954C18.5125 19.8351 19.14 20.5824 19.5378 21.0558C19.9356 21.5292 20.2757 21.9356 20.2934 21.9583C20.324 21.9976 20.2721 22 19.4014 22H18.477L18.0657 21.5094C17.5184 20.8564 16.5291 19.6789 16.248 19.3462C16.124 19.1991 15.9691 19.0145 15.904 18.9355C15.8389 18.8568 15.7103 18.7044 15.6184 18.597C15.5265 18.4897 15.0634 17.9385 14.5893 17.3722C14.1152 16.8058 13.7207 16.3372 13.7127 16.3304C13.7046 16.3236 13.6031 16.2032 13.4868 16.0624C13.2834 15.8163 13.0767 15.5698 12.1276 14.4439C11.7111 13.9496 11.6898 13.9283 11.6547 13.9739C11.6346 14 10.4139 15.8165 8.94226 18.0104L6.26649 21.9995H3.13325L0 22L0.128579 21.8122ZM2.57394 20.5041C2.59738 20.4673 3.18297 19.6086 3.87488 18.5958C5.18719 16.6749 10.3443 9.12249 13.6611 4.26432C14.721 2.71196 15.6009 1.42782 15.6167 1.4111C15.6392 1.38711 15.948 1.38202 17.0586 1.38687L18.4718 1.39317L14.7738 6.80837C12.7397 9.78661 9.79495 14.0989 8.22974 16.391L5.38397 20.5584L3.95752 20.5647L2.53108 20.571L2.5737 20.5041 fillwhite>/path> /svg>/a> a target$_blank href https://www.instagram.com/pickleballauctions/ classsocial-logo inst-color pl-2 pr-2>svg width20px height20px viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg>g idSVGRepo_bgCarrier stroke-width0>/g>g idSVGRepo_tracerCarrier stroke-linecapround stroke-linejoinround>/g>g idSVGRepo_iconCarrier> path fill-ruleevenodd clip-ruleevenodd dM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z fillwhite>/path> path dM18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z fillwhite>/path> path fill-ruleevenodd clip-ruleevenodd dM1.65396 4.27606C1 5.55953 1 7.23969 1 10.6V13.4C1 16.7603 1 18.4405 1.65396 19.7239C2.2292 20.8529 3.14708 21.7708 4.27606 22.346C5.55953 23 7.23969 23 10.6 23H13.4C16.7603 23 18.4405 23 19.7239 22.346C20.8529 21.7708 21.7708 20.8529 22.346 19.7239C23 18.4405 23 16.7603 23 13.4V10.6C23 7.23969 23 5.55953 22.346 4.27606C21.7708 3.14708 20.8529 2.2292 19.7239 1.65396C18.4405 1 16.7603 1 13.4 1H10.6C7.23969 1 5.55953 1 4.27606 1.65396C3.14708 2.2292 2.2292 3.14708 1.65396 4.27606ZM13.4 3H10.6C8.88684 3 7.72225 3.00156 6.82208 3.0751C5.94524 3.14674 5.49684 3.27659 5.18404 3.43597C4.43139 3.81947 3.81947 4.43139 3.43597 5.18404C3.27659 5.49684 3.14674 5.94524 3.0751 6.82208C3.00156 7.72225 3 8.88684 3 10.6V13.4C3 15.1132 3.00156 16.2777 3.0751 17.1779C3.14674 18.0548 3.27659 18.5032 3.43597 18.816C3.81947 19.5686 4.43139 20.1805 5.18404 20.564C5.49684 20.7234 5.94524 20.8533 6.82208 20.9249C7.72225 20.9984 8.88684 21 10.6 21H13.4C15.1132 21 16.2777 20.9984 17.1779 20.9249C18.0548 20.8533 18.5032 20.7234 18.816 20.564C19.5686 20.1805 20.1805 19.5686 20.564 18.816C20.7234 18.5032 20.8533 18.0548 20.9249 17.1779C20.9984 16.2777 21 15.1132 21 13.4V10.6C21 8.88684 20.9984 7.72225 20.9249 6.82208C20.8533 5.94524 20.7234 5.49684 20.564 5.18404C20.1805 4.43139 19.5686 3.81947 18.816 3.43597C18.5032 3.27659 18.0548 3.14674 17.1779 3.0751C16.2777 3.00156 15.1132 3 13.4 3Z fillwhite>/path> /g>/svg>span classsr-only>Instagram/span>/a> /div> /div> /nav> div classd-flex justify-content-center stylealign-items: center;> a hrefhttp://www.commercedynamics.com/?utm_sourcePBA&utm_mediumFooter%20logo&utm_campaignPBA target_blank> div classd-flex justify-content-center> div classfloat_block> div classcd_logo>img srchttps://vafloc01.s3.amazonaws.com/WBStatic/site1105161/dist/img/powered-by-cd-white.png altcommerce dynamics marketplace height42 />/div> /div> /div> /a>/div> div classfineprint highlight text-center text-sm> p>©2024 Pickleball Auctions Marketplace. All rights reserved/p> /div> /footer> input typehidden idstatic-path-search value$_SATIC_PATH/>script typemodule > import { createApp,ref } from https://unpkg.com/vue@3.3.4/dist/vue.esm-browser.js; //import { createApp } from https://unpkg.com/vue@3/dist/vue.esm-browser.prod.js; //import PageFooter from /iSynApp/showPageSimple.action?viewTypejs&pageNameOPCcompfoot; const someElement ref() import MiniCart from /iSynApp/showPageSimple.action?viewTypejs&pageNameOPMiniCart; var miniCart createApp(MiniCart).mount(#miniCart); import PageStore from /iSynApp/showPageSimple.action?viewTypejs&pageNameOPStore; var storeapp createApp(PageStore).mount(#storeapp); /script> script > var isynGlobal { headerApp: null, checkoutApp: null, miniCart: null, storeapp: null, };/script> script srchttps://vafloc01.s3.amazonaws.com/WBStatic/site1105161/dist/js/libs-min.js?v1.2 >/script> script srchttps://vafloc01.s3.amazonaws.com/WBStatic/site1105161/dist/js/main-min.js?v1.2 >/script> script typetext/javascript > $(document).ready(function(){ if(x.matches){ }else{ $(.big_img).imagezoomsl({ zoomrange: 3, 3 }) } }) let x window.matchMedia((max-width: 901px)) /script> div idpop-bully classmodal fade roledialog> div classmodal-dialog> div classmodal-content> div classmodal-header> h4>WHAT IS A STRAIGHT BID?/h4> button typebutton classclose data-dismissmodal>×/button> /div> div classmodal-body> p>A straight bid is a one-time amount, that represents the price you are committing to bid. The price that is entered as a straight bid can be any amount that is equal to, or greater than the current amount plus the minimum increment. br> This amount will become the new current bid amount of the item (i.e. the item is $100. A straight bid is placed at $200. The item price is now $200). br> If there is a maximum bid on the item, the greater of the straight bid and maximum bid will be the highest bid amount. br> If a straight bid and a maximum bid are placed at the same value, the bid that is placed earlier will become the winning bid./p> /div> /div> /div>/div>div idpop-max classmodal fade roledialog> div classmodal-dialog> div classmodal-content> div classmodal-header> h4>WHAT IS A MAXIMUM BID?/h4> button typebutton classclose data-dismissmodal>×/button> /div> div classmodal-body> p>This system offers a convenient bidding system option, so you dont have to continuously login to re-bid. When you place a maximum bid, you are entering the highest price you are willing to pay for an item. Your maximum bid is kept confidential until it is exceeded by another bidder. br>When a maximum bid is placed, the system will place bids on your behalf at the bid increment amount above the current high bid. The system will bid by the increment to ensure you remain the highest bidder or to meet the reserve price (if applicable), up to your maximum bid amount. br> If and only if duplicate maximum bids are entered, the customer who entered the maximum bid first will get priority and will be the winning bidder. br>If another bidder places a higher bid above your maximum bid, you will be emailed to login and place another bid. /p> /div> /div> /div>/div>div classmodal fade idauto-extend tabindex-1 roledialog aria-labelledbyauto-extend-title aria-hiddentrue> div classmodal-dialog roledocument> div classmodal-content> div classmodal-header> h5 classmodal-title idauto-extend-title>What is Auto Bid Extend?/h5> button typebutton classclose data-dismissmodal aria-labelClose> span aria-hiddentrue>×/span> /button> /div> div classmodal-body> p>The Auto Bid Extend feature ensures that bidders will always have a chance to challenge bids placed in the final seconds of an auction. When indicated on a listing page, if a bid is placed during the last 5 minutes of an auction, the auction will automatically extend for an additional 5 minutes from the time of the latest bid. The auction will close once all bidding activity has stopped for a period of 5 minutes./p> /div> /div> /div>/div> div roledialog aria-labelledbydialog1Title aria-modaltrue idlivebid-note classmfp-hide> h5 iddialog1Title>Real Time Bid Refresh is no longer active on the site/h5> p>Click Reactivate below to enable Real Time Bid Refresh and see the most recent bidding activity, or click Cancel to keep it disabled. Please visit the a href$faqURL>FAQ page/a> to learn more about Real Time Bid Refresh./p> a href#>button classrefresh-page btn btn-primary>Reactivate/button>/a> button idmy-custom-close classbtn btn-secondary>Cancel/button> /div> script typetext/javascript charsetutf-8 > jQuery( document ).ready(function() { jsEnableAuctionUpdates(Item1;Item2;Item3;Item4;Item5;Item6;Item7;Item8;, https://pickleballauctions.com, 20000, 720, jsDefaultProcessAuctionUpdates, jsDefaultProcessAuctionTick); }); /script> style>.modal-header{background-color:#909CC2;color:white;}.modal-header h4{margin:0!important;}.modal-header button{color:white;}/style>/html>!-- iSyn Generated By:a08zn2; cache:Empty actlist,Not enabled -->
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]