(function () { var ENDPOINT = "https://app.cash4pawn.com/api/functions/trackEvent"; function getSessionId() { try { var sid = sessionStorage.getItem("c4p_session_id"); if (!sid) { sid = "sess_" + Date.now() + "_" + Math.random().toString(36).slice(2, 10); sessionStorage.setItem("c4p_session_id", sid); } return sid; } catch (e) { return "sess_" + Date.now(); } } function getDeviceType() { var ua = navigator.userAgent; if (/tablet|ipad/i.test(ua)) return "tablet"; if (/mobi|android|iphone/i.test(ua)) return "mobile"; return "desktop"; } function trackPageView() { var event = { event_type: "page_view", source: "wix", page_url: window.location.href, page_path: window.location.pathname, page_title: document.title, session_id: getSessionId(), referrer: document.referrer, user_agent: navigator.userAgent, device_type: getDeviceType(), }; fetch(ENDPOINT, { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ events: [event] }), mode: "cors", }).catch(function () {}); } if (document.readyState === "complete") { trackPageView(); } else { window.addEventListener("load", trackPageView); } var lastPath = window.location.pathname; setInterval(function () { if (window.location.pathname !== lastPath) { lastPath = window.location.pathname; trackPageView(); } }, 1000); })();
top of page

Cash for D.j Equipment / Pawn Your Audio Equipment NEW / USED / VIN

Dec 28, 2017
1 min read

WE BUY / PAWN / CASH LOANS Acoustical Treatments / Amplifiers / Audio/MIDI Interfaces / Cables, Snakes & Interconnects Cases, Racks & Bags / Digital DJ Controllers / DJ Equipment Packages / DJ Mixers DJ Turntables / DJ Turntable Parts & Accs / DJ & Monitoring Headphones / Live & Studio Mixers Microphones / Power Conditioners / Preamps & Channel Strips / Recorders / Samplers & Sequencers Signal Processors/Rack Effects / Software, Loops & Samples / Speakers & Monitors Speaker Drivers & Horns / Stands, Mounts & Holders / Studio/Live Equipment Packages Synthesizers / Parts & Accessories / Vintage Pro Audio Equipment / Other Pro Audio Equipment TEL: 954-884-2274 ADDRESS: 736 RIVERSIDE DR, CORAL SPRINGS, FL 33071

 
 
Featured Posts
Recent Posts
Search By Tags
Follow Us
  • Facebook Classic
  • Twitter Classic
  • Google Classic
bottom of page