        <style>
          .fg-wrap{--fg-gap:16px;--fg-cols:4}
          @media (min-width:640px){.fg-wrap{--fg-cols:4}}
          .fg-grid{display:grid;grid-template-columns:repeat(var(--fg-cols),minmax(0,1fr));gap:var(--fg-gap)}
          .fg-card{border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.06)}
          .fg-thumb{display:block;aspect-ratio:16/10;width:100%;height:auto;object-fit:cover;transition:box-shadow .25s ease}
          .fg-card:hover .fg-thumb{box-shadow:0 0 15px rgba(0,123,255,.8)}
          .fg-title{margin:.5rem .75rem .75rem;font-weight:600;font-size:.95rem;line-height:1.3}
          .fg-breadcrumb{margin:0 0 1rem;font-size:.95rem}
          .fg-breadcrumb a{color:#0a66c2;text-decoration:none}
          .fg-breadcrumb a:hover{text-decoration:underline}
          .fg-gallery .fg-thumb{aspect-ratio:auto}
          .fg-gallery .fg-card{box-shadow:none;background:transparent}
          /* Lightbox */
          .fg-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);display:none;align-items:center;justify-content:center;z-index:9999}
          .fg-lightbox.is-open{display:flex}
          .fg-lightbox img{max-width:95vw;max-height:90vh}
          .fg-lightbox .fg-close{position:absolute;top:14px;right:18px;font-size:28px;color:#fff;cursor:pointer}
          .fg-lightbox .fg-nav{position:absolute;top:50%;transform:translateY(-50%);font-size:28px;color:#fff;cursor:pointer;user-select:none}
          .fg-lightbox .fg-prev{left:18px}.fg-lightbox .fg-next{right:18px}
          .fg-debug{font-size:11px;opacity:.65;word-break:break-all;margin:.25rem .5rem .5rem}
        </style>
        <div class="fg-lightbox" id="fg-lightbox" aria-hidden="true">
          <span class="fg-close" aria-label="Close">×</span>
          <span class="fg-nav fg-prev" aria-label="Previous">‹</span>
          <img src="" alt="">
          <span class="fg-nav fg-next" aria-label="Next">›</span>
        </div>
        <script>
        (function(){
          const box = document.getElementById('fg-lightbox');
          if(!box) return;
          const img = box.querySelector('img');
          const prev = box.querySelector('.fg-prev');
          const next = box.querySelector('.fg-next');
          const close = box.querySelector('.fg-close');
          let group = [], idx = 0;

          function open(g, i){
            group = g; idx = i; img.src = group[idx]; box.classList.add('is-open'); box.setAttribute('aria-hidden','false');
          }
          function show(d){
            idx = (idx + d + group.length) % group.length;
            img.src = group[idx];
          }
          function hide(){ box.classList.remove('is-open'); box.setAttribute('aria-hidden','true'); img.src=''; }

          document.addEventListener('click', function(e){
            const a = e.target.closest('a[data-fg-lightbox]');
            if(!a) return;
            e.preventDefault();
            const wrap = a.closest('[data-fg-group]');
            const links = wrap ? Array.from(wrap.querySelectorAll('a[data-fg-lightbox]')) : [a];
            const hrefs = links.map(x => x.getAttribute('href'));
            const i = links.indexOf(a);
            open(hrefs, i);
          });

          next.addEventListener('click', ()=>show(1));
          prev.addEventListener('click', ()=>show(-1));
          close.addEventListener('click', hide);
          box.addEventListener('click', (e)=>{ if(e.target===box) hide(); });
          document.addEventListener('keydown', (e)=>{
            if(!box.classList.contains('is-open')) return;
            if(e.key==='Escape') hide();
            if(e.key==='ArrowRight') show(1);
            if(e.key==='ArrowLeft') show(-1);
          });
        })();
        </script>
    {"id":2220,"date":"2025-08-11T04:18:34","date_gmt":"2025-08-11T11:18:34","guid":{"rendered":"https:\/\/biblefreak.org\/Marbles\/?page_id=2220"},"modified":"2025-08-11T05:04:26","modified_gmt":"2025-08-11T12:04:26","slug":"gallery","status":"publish","type":"page","link":"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/","title":{"rendered":"Gallery"},"content":{"rendered":"<div class=\"fg-wrap\"><div class=\"fg-grid\"><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2008%20JABO%20Eagles%20%28aka%20Dirty%20Jobs%29%20Run\" aria-label=\"Open album 2008 JABO Eagles (aka Dirty Jobs) Run\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2008%20JABO%20Eagles%20%28aka%20Dirty%20Jobs%29%20Run\/images\/001.jpg\" alt=\"2008 JABO Eagles (aka Dirty Jobs) Run cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2008 JABO Eagles (aka Dirty Jobs) Run<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2008%20JABO%20Joker%20I%20Box%20Set%202017\" aria-label=\"Open album 2008 JABO Joker I Box Set 2017\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2008%20JABO%20Joker%20I%20Box%20Set%202017\/IMG_8248.JPG\" alt=\"2008 JABO Joker I Box Set 2017 cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2008 JABO Joker I Box Set 2017<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2008%20Joker%20I%20JERK%20Sets%2005-18-08\" aria-label=\"Open album 2008 Joker I JERK Sets 05-18-08\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2008%20Joker%20I%20JERK%20Sets%2005-18-08\/images\/joker1_001.jpg\" alt=\"2008 Joker I JERK Sets 05-18-08 cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2008 Joker I JERK Sets 05-18-08<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2008%20Lutz%20Cranberry%20Type%20IV\" aria-label=\"Open album 2008 Lutz Cranberry Type IV\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2008%20Lutz%20Cranberry%20Type%20IV\/images\/img_00594a.jpg\" alt=\"2008 Lutz Cranberry Type IV cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2008 Lutz Cranberry Type IV<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2008%20Peltier%20Mansion%20Run\" aria-label=\"Open album 2008 Peltier Mansion Run\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2008%20Peltier%20Mansion%20Run\/images\/img_5769.jpg\" alt=\"2008 Peltier Mansion Run cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2008 Peltier Mansion Run<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2008-JABO_Joker_2nd_Run_Blood_Vipers\" aria-label=\"Open album 2008-JABO_Joker_2nd_Run_Blood_Vipers\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2008-JABO_Joker_2nd_Run_Blood_Vipers\/images\/BloodViper_a.jpg\" alt=\"2008-JABO_Joker_2nd_Run_Blood_Vipers cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2008-JABO_Joker_2nd_Run_Blood_Vipers<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2008Sammy\" aria-label=\"Open album 2008Sammy\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2008Sammy\/images\/042.jpg\" alt=\"2008Sammy cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2008Sammy<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2009-omegas\" aria-label=\"Open album 2009-omegas\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2009-omegas\/images\/004.jpg\" alt=\"2009-omegas cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2009-omegas<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2010%20JABO%20Joker%20Eclipse%20Run%20July%2014th\" aria-label=\"Open album 2010 JABO Joker Eclipse Run July 14th\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2010%20JABO%20Joker%20Eclipse%20Run%20July%2014th\/images\/img_8021.jpg\" alt=\"2010 JABO Joker Eclipse Run July 14th cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2010 JABO Joker Eclipse Run July 14th<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2010%20JABO%20Joker%20Frankie%20Box%20Set%202017\" aria-label=\"Open album 2010 JABO Joker Frankie Box Set 2017\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2010%20JABO%20Joker%20Frankie%20Box%20Set%202017\/IMG_8765.jpg\" alt=\"2010 JABO Joker Frankie Box Set 2017 cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2010 JABO Joker Frankie Box Set 2017<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2010%20JABO%20Joker%20Odyssey%20Run%20June%202012\" aria-label=\"Open album 2010 JABO Joker Odyssey Run June 2012\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2010%20JABO%20Joker%20Odyssey%20Run%20June%202012\/images\/img_8244.jpg\" alt=\"2010 JABO Joker Odyssey Run June 2012 cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2010 JABO Joker Odyssey Run June 2012<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2010%20Joker%20Finale%20Pre%20Wash%20November%2017th\" aria-label=\"Open album 2010 Joker Finale Pre Wash November 17th\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2010%20Joker%20Finale%20Pre%20Wash%20November%2017th\/images\/img_7080.jpg\" alt=\"2010 Joker Finale Pre Wash November 17th cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2010 Joker Finale Pre Wash November 17th<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2011%20JABO%20Buckeye%20Run%20February%208th\" aria-label=\"Open album 2011 JABO Buckeye Run February 8th\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2011%20JABO%20Buckeye%20Run%20February%208th\/images\/img_7101.jpg\" alt=\"2011 JABO Buckeye Run February 8th cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2011 JABO Buckeye Run February 8th<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2011-WVMCC\" aria-label=\"Open album 2011-WVMCC\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2011-WVMCC\/images\/img_5792.jpg\" alt=\"2011-WVMCC cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2011-WVMCC<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2017%20D.A.S.%20May%2023rd%20Memorial%20Day\" aria-label=\"Open album 2017 D.A.S. May 23rd Memorial Day\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2017%20D.A.S.%20May%2023rd%20Memorial%20Day\/images\/img_8197.jpg\" alt=\"2017 D.A.S. May 23rd Memorial Day cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2017 D.A.S. May 23rd Memorial Day<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2017%20D.A.S.%20Moon%20Dog%2003302017\" aria-label=\"Open album 2017 D.A.S. Moon Dog 03302017\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2017%20D.A.S.%20Moon%20Dog%2003302017\/1024-2017-04-06.jpg\" alt=\"2017 D.A.S. Moon Dog 03302017 cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2017 D.A.S. Moon Dog 03302017<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2017%20D.A.S.%20Phoenix%20Rising%20May\" aria-label=\"Open album 2017 D.A.S. Phoenix Rising May\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2017%20D.A.S.%20Phoenix%20Rising%20May\/images\/0001.jpg\" alt=\"2017 D.A.S. Phoenix Rising May cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2017 D.A.S. Phoenix Rising May<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=2017%20D.A.S.%20RDR%20III%2002252017\" aria-label=\"Open album 2017 D.A.S. RDR III 02252017\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/2017%20D.A.S.%20RDR%20III%2002252017\/2017-03-09a.jpg\" alt=\"2017 D.A.S. RDR III 02252017 cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">2017 D.A.S. RDR III 02252017<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=BigChiefClayMarbles\" aria-label=\"Open album BigChiefClayMarbles\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/BigChiefClayMarbles\/images\/004.jpg\" alt=\"BigChiefClayMarbles cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">BigChiefClayMarbles<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=BloodViperJokerII\" aria-label=\"Open album BloodViperJokerII\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/BloodViperJokerII\/images\/000.jpg\" alt=\"BloodViperJokerII cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">BloodViperJokerII<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=Christmas2010\" aria-label=\"Open album Christmas2010\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/Christmas2010\/images\/029.jpg\" alt=\"Christmas2010 cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">Christmas2010<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=CrystalFloaters\" aria-label=\"Open album CrystalFloaters\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/CrystalFloaters\/images\/001.jpg\" alt=\"CrystalFloaters cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">CrystalFloaters<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=DavesGift2010\" aria-label=\"Open album DavesGift2010\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/DavesGift2010\/images\/001.jpg\" alt=\"DavesGift2010 cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">DavesGift2010<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=FrankieFlameBox\" aria-label=\"Open album FrankieFlameBox\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/FrankieFlameBox\/images\/img_6692.jpg\" alt=\"FrankieFlameBox cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">FrankieFlameBox<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=GobiStormRemelt\" aria-label=\"Open album GobiStormRemelt\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/GobiStormRemelt\/images\/img_7140.jpg\" alt=\"GobiStormRemelt cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">GobiStormRemelt<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=images\" aria-label=\"Open album images\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/images\/bg.gif\" alt=\"images cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">images<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=JABO-Exotics\" aria-label=\"Open album JABO-Exotics\"><div class=\"fg-thumb\" style=\"display:flex;align-items:center;justify-content:center;background:#f3f6f9;height:0;padding-top:62%;font-weight:600;color:#345;\">No image<\/div><\/a><div class=\"fg-title\">JABO-Exotics<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=JABO%20Blue%20Boy%20Box\" aria-label=\"Open album JABO Blue Boy Box\"><div class=\"fg-thumb\" style=\"display:flex;align-items:center;justify-content:center;background:#f3f6f9;height:0;padding-top:62%;font-weight:600;color:#345;\">No image<\/div><\/a><div class=\"fg-title\">JABO Blue Boy Box<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=JABOEXP\" aria-label=\"Open album JABOEXP\"><div class=\"fg-thumb\" style=\"display:flex;align-items:center;justify-content:center;background:#f3f6f9;height:0;padding-top:62%;font-weight:600;color:#345;\">No image<\/div><\/a><div class=\"fg-title\">JABOEXP<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=JABO%20Oxblood%20Joker%20II\" aria-label=\"Open album JABO Oxblood Joker II\"><div class=\"fg-thumb\" style=\"display:flex;align-items:center;justify-content:center;background:#f3f6f9;height:0;padding-top:62%;font-weight:600;color:#345;\">No image<\/div><\/a><div class=\"fg-title\">JABO Oxblood Joker II<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=JABO_2008_Joker_I_Cranberry_Types\" aria-label=\"Open album JABO_2008_Joker_I_Cranberry_Types\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/JABO_2008_Joker_I_Cranberry_Types\/IMG_4057.JPG\" alt=\"JABO_2008_Joker_I_Cranberry_Types cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">JABO_2008_Joker_I_Cranberry_Types<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=JABO_Eagles_2008\" aria-label=\"Open album JABO_Eagles_2008\"><div class=\"fg-thumb\" style=\"display:flex;align-items:center;justify-content:center;background:#f3f6f9;height:0;padding-top:62%;font-weight:600;color:#345;\">No image<\/div><\/a><div class=\"fg-title\">JABO_Eagles_2008<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=JABO_Omega_2009\" aria-label=\"Open album JABO_Omega_2009\"><div class=\"fg-thumb\" style=\"display:flex;align-items:center;justify-content:center;background:#f3f6f9;height:0;padding-top:62%;font-weight:600;color:#345;\">No image<\/div><\/a><div class=\"fg-title\">JABO_Omega_2009<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=JABO_Sammy_Sparkle-Big_Brother_2008\" aria-label=\"Open album JABO_Sammy_Sparkle-Big_Brother_2008\"><div class=\"fg-thumb\" style=\"display:flex;align-items:center;justify-content:center;background:#f3f6f9;height:0;padding-top:62%;font-weight:600;color:#345;\">No image<\/div><\/a><div class=\"fg-title\">JABO_Sammy_Sparkle-Big_Brother_2008<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=JokerGoldMedal\" aria-label=\"Open album JokerGoldMedal\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/JokerGoldMedal\/images\/img_5531.jpg\" alt=\"JokerGoldMedal cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">JokerGoldMedal<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=JokerIV\" aria-label=\"Open album JokerIV\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/JokerIV\/images\/img_5437.jpg\" alt=\"JokerIV cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">JokerIV<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=JokerOrbit\" aria-label=\"Open album JokerOrbit\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/JokerOrbit\/images\/001.jpg\" alt=\"JokerOrbit cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">JokerOrbit<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=JokerOrbitCrystals\" aria-label=\"Open album JokerOrbitCrystals\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/JokerOrbitCrystals\/images\/003.jpg\" alt=\"JokerOrbitCrystals cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">JokerOrbitCrystals<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=JokerPremiumCrystals\" aria-label=\"Open album JokerPremiumCrystals\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/JokerPremiumCrystals\/images\/jokerlot252a.jpg\" alt=\"JokerPremiumCrystals cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">JokerPremiumCrystals<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=Landscaping\" aria-label=\"Open album Landscaping\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/Landscaping\/images\/IMG_1993.JPG\" alt=\"Landscaping cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">Landscaping<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=MMM-Christmas\" aria-label=\"Open album MMM-Christmas\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/MMM-Christmas\/images\/052.jpg\" alt=\"MMM-Christmas cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">MMM-Christmas<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=RainbowBoxes_2011\" aria-label=\"Open album RainbowBoxes_2011\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/RainbowBoxes_2011\/images\/img_7209.jpg\" alt=\"RainbowBoxes_2011 cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">RainbowBoxes_2011<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=RainbowSilverOxblood\" aria-label=\"Open album RainbowSilverOxblood\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/RainbowSilverOxblood\/images\/img_5078.jpg\" alt=\"RainbowSilverOxblood cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">RainbowSilverOxblood<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=Randon%20Image%20Sets%20and%20SALEs\" aria-label=\"Open album Randon Image Sets and SALEs\"><div class=\"fg-thumb\" style=\"display:flex;align-items:center;justify-content:center;background:#f3f6f9;height:0;padding-top:62%;font-weight:600;color:#345;\">No image<\/div><\/a><div class=\"fg-title\">Randon Image Sets and SALEs<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=Sammy%20Hogue%20Set\" aria-label=\"Open album Sammy Hogue Set\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/Sammy%20Hogue%20Set\/images\/img_0002.jpg\" alt=\"Sammy Hogue Set cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">Sammy Hogue Set<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=Videos\" aria-label=\"Open album Videos\"><div class=\"fg-thumb\" style=\"display:flex;align-items:center;justify-content:center;background:#f3f6f9;height:0;padding-top:62%;font-weight:600;color:#345;\">No image<\/div><\/a><div class=\"fg-title\">Videos<\/div><\/article><article class=\"fg-card\"><a href=\"https:\/\/biblefreak.org\/Marbles\/jabo-gallery\/gallery\/?album=WhataTribute2010\" aria-label=\"Open album WhataTribute2010\"><img class=\"fg-thumb\" src=\"https:\/\/biblefreak.org\/marbles\/web\/MibID\/WhataTribute2010\/images\/2010_12_16a.jpg\" alt=\"WhataTribute2010 cover\" loading=\"lazy\" decoding=\"async\"><\/a><div class=\"fg-title\">WhataTribute2010<\/div><\/article><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":1377,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"jetpack_post_was_ever_published":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-2220","page","type-page","status-publish","hentry"],"jetpack_shortlink":"https:\/\/wp.me\/P4eG3a-zO","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/biblefreak.org\/Marbles\/wp-json\/wp\/v2\/pages\/2220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/biblefreak.org\/Marbles\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/biblefreak.org\/Marbles\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/biblefreak.org\/Marbles\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/biblefreak.org\/Marbles\/wp-json\/wp\/v2\/comments?post=2220"}],"version-history":[{"count":3,"href":"https:\/\/biblefreak.org\/Marbles\/wp-json\/wp\/v2\/pages\/2220\/revisions"}],"predecessor-version":[{"id":2224,"href":"https:\/\/biblefreak.org\/Marbles\/wp-json\/wp\/v2\/pages\/2220\/revisions\/2224"}],"up":[{"embeddable":true,"href":"https:\/\/biblefreak.org\/Marbles\/wp-json\/wp\/v2\/pages\/1377"}],"wp:attachment":[{"href":"https:\/\/biblefreak.org\/Marbles\/wp-json\/wp\/v2\/media?parent=2220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}