Skip to content

Instantly share code, notes, and snippets.

@JeremyEnglert
Created July 31, 2020 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeremyEnglert/793c408d53033bd070d05b6c4f1a3584 to your computer and use it in GitHub Desktop.
Save JeremyEnglert/793c408d53033bd070d05b6c4f1a3584 to your computer and use it in GitHub Desktop.
import scrapy
from scrapy.http import FormRequest
from datetime import datetime
class TSNSpider(scrapy.Spider):
startTime = datetime.now()
name = 'tsnspider'
custom_settings = {
'CONCURRENT_REQUESTS': 100,
'CONCURRENT_REQUESTS_PER_DOMAIN': 100,
'LOG_ENABLED': False
}
start_urls = [
'https://theshownation.com//mlb20/items/64bb4061482a669cede062dfe81b88e9',
'https://theshownation.com//mlb20/items/d01016b522179c23b1a4830a85a8c1a3',
'https://theshownation.com//mlb20/items/21ac90c376d8daa6ca4252a894ee1361',
'https://theshownation.com//mlb20/items/13df48a47c642c3bd1548d2a8226035d',
'https://theshownation.com//mlb20/items/1e344f02ca8df0c4cc9313a9964755e0',
'https://theshownation.com//mlb20/items/d15288d9955379f7bde91577c9177310',
'https://theshownation.com//mlb20/items/83de89957f167ec84dc58d7de6e69757',
'https://theshownation.com//mlb20/items/3811144c4ecfaedd25d117c92fe210b0',
'https://theshownation.com//mlb20/items/dd4da5c7a142b0bd99706d4f2aea61c9',
'https://theshownation.com//mlb20/items/6815c9384724ce2c0fdef2dea3a2279f',
'https://theshownation.com//mlb20/items/e5e63e1b118dabdbd6b5d2e7cf43b72c',
'https://theshownation.com//mlb20/items/acbb442d0145ef4921b6dc5cdde84e5b',
'https://theshownation.com//mlb20/items/1cc4307315de94f1f6652be3ae91dbe6',
'https://theshownation.com//mlb20/items/70217dd96da535e0b862ae12245c8906',
'https://theshownation.com//mlb20/items/ba9be94b9a84fd28d757834ac32c0d60',
'https://theshownation.com//mlb20/items/87876ca731b4c56b3f48110c953e0401',
'https://theshownation.com//mlb20/items/d3a5264ea817ce57b3c026e6c15671cd',
'https://theshownation.com//mlb20/items/21ce4b60b04414517d01abe505f76da9',
'https://theshownation.com//mlb20/items/582ca5172eb531ba24fbeaf043de3d0d',
'https://theshownation.com//mlb20/items/558ade3a9b173b4c3eaf7caec3c66381',
'https://theshownation.com//mlb20/items/4f9416948e4b30b534daf0ec5564013b',
'https://theshownation.com//mlb20/items/b4c3abd5e532da75629dde3fa7e0b7e2',
'https://theshownation.com//mlb20/items/14a479deceed671970598341ad622e82',
'https://theshownation.com//mlb20/items/9c635fe772c9b9d27470d6a7b5ae69f2',
'https://theshownation.com//mlb20/items/98e91749e0199da4b939761492530d23',
'https://theshownation.com//mlb20/items/f9cb3124b5a22b133f21273ef2cb0695',
'https://theshownation.com//mlb20/items/8c0f210dc24f021fbfc4b912fd41a8aa',
'https://theshownation.com//mlb20/items/eaded4ffac1061e8ed9daea37561e941',
'https://theshownation.com//mlb20/items/c863dbb08e838f7637ab6d9fa1da2091',
'https://theshownation.com//mlb20/items/ffa54840a3c240e0725c16c7fa48281c',
'https://theshownation.com//mlb20/items/032e7adc3adb4f1dad0d19cc5c14494d',
'https://theshownation.com//mlb20/items/d87a115c9d86093c5cf8e181a795ba8d',
'https://theshownation.com//mlb20/items/995e3bae5a0f309576b65b66bdb6f21b',
'https://theshownation.com//mlb20/items/1729dfd557d42fb1bd4ebbd02d526800',
'https://theshownation.com//mlb20/items/5ff6f0023a5e1354b5e35a662b18b9e0',
'https://theshownation.com//mlb20/items/70bcd280925c9104e1647cd668e98c94',
'https://theshownation.com//mlb20/items/ceca909dc469546eb2d5cdbe569b4fda',
'https://theshownation.com//mlb20/items/1083e9b50ae58b27dab4b7c92e7d16d9',
'https://theshownation.com//mlb20/items/b2ca2462640027c746327f5b9956c303',
'https://theshownation.com//mlb20/items/081c243a74472af67b65145cff5221c7',
'https://theshownation.com//mlb20/items/f7c461edaa6fd74b7efc0cbd60051053',
'https://theshownation.com//mlb20/items/9447b7e2c724174c9af773d5f1b64263',
'https://theshownation.com//mlb20/items/cd39b2fcf60d4580dbe25b82be3fd1ab',
'https://theshownation.com//mlb20/items/526014fa0f4b6d65e82252e2f24441a1',
'https://theshownation.com//mlb20/items/cb2eaafe9f844c32c74a0267257ba8e5',
'https://theshownation.com//mlb20/items/2ef4ebb167746897c151f0bed46d1994',
'https://theshownation.com//mlb20/items/d2b60f53253f7048bee93e4986a440dc',
'https://theshownation.com//mlb20/items/a868dea95a3f4888248ecf2ea5233c3b',
'https://theshownation.com//mlb20/items/26fe2df68a9dc9b2aadd23976d7cae48',
'https://theshownation.com//mlb20/items/c0a4dfc967f8b23166c63887f6a8059a',
'https://theshownation.com//mlb20/items/c22f68de5bdce96fee03e21ca08d898d',
'https://theshownation.com//mlb20/items/4bf475575d642b90d0648cc8cc5cd2dd',
'https://theshownation.com//mlb20/items/f9fb432b73278bb1b3d13dd41f30cf8e',
'https://theshownation.com//mlb20/items/a85d745228d0257adc11fd790a31cee5',
'https://theshownation.com//mlb20/items/36f6d5bde803873f6bffe9949f258935',
'https://theshownation.com//mlb20/items/5a82e1764dd93b64072fcde33fd4b38f',
'https://theshownation.com//mlb20/items/f4d6f152ec84baf228eb36bf424a6aa1',
'https://theshownation.com//mlb20/items/7072a5c26d796e02dc28cb861210abba',
'https://theshownation.com//mlb20/items/50a695191ac05ad0599f69269cb8ce78',
'https://theshownation.com//mlb20/items/d3d9f41e338948d9140f727f722b2ac1',
'https://theshownation.com//mlb20/items/3d5deb1962ceef3debcbc20a311eeac5',
'https://theshownation.com//mlb20/items/9416ee6f8b80c68e03265d13fb136a49',
'https://theshownation.com//mlb20/items/58aedfa8090b3bd19179bda8615a2690',
'https://theshownation.com//mlb20/items/da2c9b4ce3910da210c419517ee72bf0',
'https://theshownation.com//mlb20/items/bec6ae957f33a68725a02c625838a376',
'https://theshownation.com//mlb20/items/175f9f6b6c231ae5de90058948f6228c',
'https://theshownation.com//mlb20/items/419503081d19da6921ec70b5e5ac8dfb',
'https://theshownation.com//mlb20/items/34a167480f1ee9328cf6f555ef1b7940',
'https://theshownation.com//mlb20/items/8af69d2baafa5a3a9bc1bcdecec02add',
'https://theshownation.com//mlb20/items/fbdc4c9cf46e2ec05a0918c7ac9a0c69',
'https://theshownation.com//mlb20/items/6cb7e3021d98159b9f4ce8b55786de04',
'https://theshownation.com//mlb20/items/ab2376b87c861284c1022c539ca9b001',
'https://theshownation.com//mlb20/items/df5bb13a517ca3fb459bb1ef4300f331',
'https://theshownation.com//mlb20/items/c16ff7580f9bf8085fa25dbafbc8c83a',
'https://theshownation.com//mlb20/items/b04f5f73d6b998d82b2a855eaad77fad',
'https://theshownation.com//mlb20/items/df3a043824d19c571b85b4b1d8ebd29d',
'https://theshownation.com//mlb20/items/6fb475e33fd1df9c376f2c7256458e9f',
'https://theshownation.com//mlb20/items/c60e0a0674f9b469a9cbfd26c549f233',
'https://theshownation.com//mlb20/items/aa73d2a1fc013590cb3167a83ea29b52',
'https://theshownation.com//mlb20/items/e2af985bca54c63adac6fe130dde21cb',
'https://theshownation.com//mlb20/items/ad84a0f16b417e91bb6f070d5b76a999',
'https://theshownation.com//mlb20/items/fc4e8fea154ecc9141c9fbedc9a1eea0',
'https://theshownation.com//mlb20/items/28e268a8abf4b64614d94f8bba977246',
'https://theshownation.com//mlb20/items/db6524c4a8064e962d4872a08ce72ade',
'https://theshownation.com//mlb20/items/20dd4cde4ef566b0b6756dbbcb6cebc9',
'https://theshownation.com//mlb20/items/1b51b64cf9debd5583a793cddddcc9a7',
'https://theshownation.com//mlb20/items/5028abed85ac9405d44cba75291584f3',
'https://theshownation.com//mlb20/items/2a0433fde38b262e5db7db757057c7c0',
'https://theshownation.com//mlb20/items/9678fa54dc9751a0633fe25843f900b4',
'https://theshownation.com//mlb20/items/7ba9ce6bd0d2fd12bd8c89f083ffe287',
'https://theshownation.com//mlb20/items/fa5fa4e1e9d78c77df2bc11fe495d80d',
'https://theshownation.com//mlb20/items/c0e52e8868a002b463ebdd2864690629',
'https://theshownation.com//mlb20/items/4208c962bda954ddcbbc9dcd21c0aa0a',
'https://theshownation.com//mlb20/items/a5676171b00e004f5956b7933de18b0d',
'https://theshownation.com//mlb20/items/43e752333e376a80a0c57392da8b96b0',
'https://theshownation.com//mlb20/items/a69b9ecf4cf7f3f9b68464232048c737',
'https://theshownation.com//mlb20/items/1d656ca6611216968c7c89914031e043',
'https://theshownation.com//mlb20/items/b62db8fadd1b177cc5ed1d239d6e2f1e',
'https://theshownation.com//mlb20/items/17930725aa6bbd9971d42f43b141570b',
'https://theshownation.com//mlb20/items/bcd5c7859b51d8789cf3b5b9913bddec',
'https://theshownation.com//mlb20/items/d1647f2613d1290aaddc5a88a73138c7',
'https://theshownation.com//mlb20/items/ce50eb446ef6e8ad877a576f06ddd099',
'https://theshownation.com//mlb20/items/68fa8bc4c8b50ad66a583462a1c684e4',
'https://theshownation.com//mlb20/items/63b6da38dd39ce6dfce412cc36d8b1b5',
'https://theshownation.com//mlb20/items/f9195e75b0784070189f10f3aa96e026',
'https://theshownation.com//mlb20/items/6da13f29f0b7b410101cb86f77d77838',
'https://theshownation.com//mlb20/items/a7b3c220a58d7106ebf49da50d6c280e',
'https://theshownation.com//mlb20/items/1fb0a167e68e4e697611819f9f970c8e',
'https://theshownation.com//mlb20/items/f9a442c5dc2c53cac406bd330c16a63b',
'https://theshownation.com//mlb20/items/f32196295a6f0c13d5bedc880d3d66a2',
'https://theshownation.com//mlb20/items/127f36d53863c8ef53c6426e948bfdf6',
'https://theshownation.com//mlb20/items/1166db2e6b57e62146edee2f05a5c885',
'https://theshownation.com//mlb20/items/384b5bdbe32117213b87f8f5e0604be4',
'https://theshownation.com//mlb20/items/7a0c35c6874df37d89972c5ec84856e3',
'https://theshownation.com//mlb20/items/c459ce2ceaf573f16c18308945564f80',
'https://theshownation.com//mlb20/items/ec8651f0e5217e642dfa7e7585f08e95',
'https://theshownation.com//mlb20/items/4160090a26bf2b0296821aed16f33f51',
'https://theshownation.com//mlb20/items/a995795c7192b460ec822e04cf90c03e',
'https://theshownation.com//mlb20/items/513d6bdbaed51319e9aa9f84a7f7518e',
'https://theshownation.com//mlb20/items/6387b3c7211c4bcbdff0c3d7ab085a2d',
'https://theshownation.com//mlb20/items/9a6c4c567b029936bfb4fb0493e7e728',
'https://theshownation.com//mlb20/items/9c0309e638a30971dfa0572062088e7c',
'https://theshownation.com//mlb20/items/faa4307b6e23aa82e9200b826c4711b2',
'https://theshownation.com//mlb20/items/5527123f5a35a024c0f3bf4689e76e7b',
'https://theshownation.com//mlb20/items/43d500eaaff1ff2bac75c18dea8fb94d',
'https://theshownation.com//mlb20/items/4e2e81310c1a604b24775dd7cb008573',
'https://theshownation.com//mlb20/items/1abe906bf341f73128069e81bb1d0907',
'https://theshownation.com//mlb20/items/62c4b9a1d1083cb06f39c0034e17309b',
'https://theshownation.com//mlb20/items/f86e80e20c504f532b6664fcb25c7dbb',
'https://theshownation.com//mlb20/items/a22756dc4eff1df12a9996c7752df09e',
'https://theshownation.com//mlb20/items/99fbae8818b0e4199eddab733d8e1b15',
'https://theshownation.com//mlb20/items/e430deb739cc669ad740c421931bc8f8',
'https://theshownation.com//mlb20/items/b0010c02635eb32881456d2a4505557d',
'https://theshownation.com//mlb20/items/9a48bb6f434ea2cdb7c907ec71313405',
'https://theshownation.com//mlb20/items/576cfa55f705a769f6bfe050f89469ea',
'https://theshownation.com//mlb20/items/fee1ab5aff95824daa15eca2b4415fac',
'https://theshownation.com//mlb20/items/da4b6c9de8b0a3adf66759c0fcbef5db',
'https://theshownation.com//mlb20/items/3b5d6aa33dd9aa950e99e851fc930d35',
'https://theshownation.com//mlb20/items/d0f1a9b2f77a08666d7e113e418643d0',
'https://theshownation.com//mlb20/items/2afdde299955b63e4df24c949b562cea',
'https://theshownation.com//mlb20/items/efbd774fdce204077f64ad083665abb0',
'https://theshownation.com//mlb20/items/d7686a221f4e121ba0465eb70104efb7',
'https://theshownation.com//mlb20/items/e801bb4ed45ef2ab695c54ff3651e835',
'https://theshownation.com//mlb20/items/f01343d174b6dbc8cd10add58111dfa7',
'https://theshownation.com//mlb20/items/9e67462422b5f48a709503a2a335c3c0',
'https://theshownation.com//mlb20/items/16b21938c0c7b65a2d829e9672f5f825',
'https://theshownation.com//mlb20/items/77415b528feaea76b34180a6f6412e77',
'https://theshownation.com//mlb20/items/fc5c2a607f27cfe17e9f699230418a2e',
'https://theshownation.com//mlb20/items/7d024badb32c67d46407382b151e07c0',
'https://theshownation.com//mlb20/items/72e81de94dfc0373b006ca75e9c851a1',
'https://theshownation.com//mlb20/items/89d60498bc014d32f5ba7f6d17a55d5c',
'https://theshownation.com//mlb20/items/40965efa19c345bfd62e38846d71eb85',
'https://theshownation.com//mlb20/items/790eacf1faf6db5e63bb55814f315351',
'https://theshownation.com//mlb20/items/c2fc6b52220199cbc20e74025c49b6c3',
'https://theshownation.com//mlb20/items/12e29001e93f781f477b80f9299192f2',
'https://theshownation.com//mlb20/items/2fb2c0b63768c3c73ef007ed0f753663',
'https://theshownation.com//mlb20/items/5d23750fc8ccf6284ca2ef9063c7b395',
'https://theshownation.com//mlb20/items/e61b6944181963814cecc684432bb512',
'https://theshownation.com//mlb20/items/7f3998170c5afdabcf87fa6e94c293ae',
'https://theshownation.com//mlb20/items/14a2750f09d061e1744e376eeaae4608',
'https://theshownation.com//mlb20/items/72cfa54adabf75a36f18185567aa8ea1',
'https://theshownation.com//mlb20/items/1234188fcd92b5895e1b963955b27a3f',
'https://theshownation.com//mlb20/items/bcd93d56be5993f95ae820516d37651a',
'https://theshownation.com//mlb20/items/a7ae28707e7720133650216b45d0cd70',
'https://theshownation.com//mlb20/items/7b42e2bdd7970b25e929cfd12c64f23c',
'https://theshownation.com//mlb20/items/70d0ca82ba0806a287042e42c0a56e0c',
'https://theshownation.com//mlb20/items/99a092cd21b3c581071b444c86125fce',
'https://theshownation.com//mlb20/items/f14155e842ad13c13a8025b93e6803e3',
'https://theshownation.com//mlb20/items/afe1500653ec682b3ce7e0b9f39bed89',
'https://theshownation.com//mlb20/items/66eb81a2a1c2e634f6e2993408674fce',
'https://theshownation.com//mlb20/items/f0e6055aa7c6f509c6385327eb615820',
'https://theshownation.com//mlb20/items/c94a9676b3c1132168f8dd27bde656ed',
'https://theshownation.com//mlb20/items/d1d99ef14bb813e29718b9b4df53de52',
'https://theshownation.com//mlb20/items/a528cdb26f26b20fecd0d76902990f0b',
'https://theshownation.com//mlb20/items/ba1d4b5bbcb4556b5afab63e3f2b3e6d',
'https://theshownation.com//mlb20/items/e4b79783cddf15c2a0903352eb73ad7c',
'https://theshownation.com//mlb20/items/85ce3745f9ab408773e5415064f206a3',
'https://theshownation.com//mlb20/items/788e8dcccb8757a5a7f29481ec1d6fc0',
'https://theshownation.com//mlb20/items/cc649336067d9c3eec99d6e9657c2e1a',
'https://theshownation.com//mlb20/items/cd738e1809b4b8548086df18ff54eef7',
'https://theshownation.com//mlb20/items/d8405e1681f4d9e9e21d26be210caa7f',
'https://theshownation.com//mlb20/items/4dbccb7943944f9e433288413ca88828',
'https://theshownation.com//mlb20/items/a8dc789d080f46e88e01e744a7c55e01',
'https://theshownation.com//mlb20/items/b8bdaee506282b82d47d2777faa9d241',
'https://theshownation.com//mlb20/items/b28fefe9233a0ac0c53fc319b7efd173',
'https://theshownation.com//mlb20/items/4b5fa7f76104aaecaf6da4848ce14910',
'https://theshownation.com//mlb20/items/d7bcde7e240d3ccee3f7ae3021181c96',
'https://theshownation.com//mlb20/items/a826e7e3851f04b576471ad4450abc4d',
'https://theshownation.com//mlb20/items/c0c0fbea4f7ee280183260540e48ea3d',
'https://theshownation.com//mlb20/items/2fc95f92ad623a10ea9cb7e6f2f89caa',
'https://theshownation.com//mlb20/items/33c54daf901630e4e088b9986156a597',
'https://theshownation.com//mlb20/items/151cc15dc86d80424678748280cbe211',
'https://theshownation.com//mlb20/items/a9c88a298eec25f4d451ffaa8d468a3d',
'https://theshownation.com//mlb20/items/c7f803c381391bfba324f22ba9203446',
'https://theshownation.com//mlb20/items/cb805649b484fd5845e1a0bcef4ce5e8',
'https://theshownation.com//mlb20/items/b904ef416b3a224449335e0c4e8f60cc',
'https://theshownation.com//mlb20/items/4f3c17a189758b2b6de63b93b77fa8ac',
'https://theshownation.com//mlb20/items/70ad728834909498af0cd35020c14f43',
'https://theshownation.com//mlb20/items/d8c3269adab474511f83902ec1e2e693',
'https://theshownation.com//mlb20/items/b44f35d2d7e1ffa2ac7aef78062d9587',
'https://theshownation.com//mlb20/items/e57a4a2b55f6084e09524a37d5e46f93',
'https://theshownation.com//mlb20/items/f7188fdbd35e020927f6c18b3ae847b4',
'https://theshownation.com//mlb20/items/713ab37e92c227f8723e2bafa18b8a5f',
'https://theshownation.com//mlb20/items/8d3594b2d628ab99533d8d65d26b7ee2',
'https://theshownation.com//mlb20/items/ef8ca39387015a7eeac2a0391b08294e',
'https://theshownation.com//mlb20/items/f93dad05756be0b6ecfd7e7ae641639c',
'https://theshownation.com//mlb20/items/3210b2894c0c5903d6ebffa089adb2ba',
'https://theshownation.com//mlb20/items/0e84f8f034584f597520af86a81f9ac3',
'https://theshownation.com//mlb20/items/88459e18041da7409cf4533bb826880b',
'https://theshownation.com//mlb20/items/cc1d6397370f680339bb84ca6ad55267',
'https://theshownation.com//mlb20/items/4f10de210e8a97dc7da37f6148508ac1',
'https://theshownation.com//mlb20/items/46b53cbb77177473117efc5a0c530865',
'https://theshownation.com//mlb20/items/aa68e93925a4e69aa7e3950feb5fbbda',
'https://theshownation.com//mlb20/items/0db6221b4c53369646ff603fcaa8981d',
'https://theshownation.com//mlb20/items/60aaa330b5aff236a9de5acf769faf38',
'https://theshownation.com//mlb20/items/a8dae5699a9da2c474c872de287f1bb9',
'https://theshownation.com//mlb20/items/4926b735eb624e5de200880635cc272a',
'https://theshownation.com//mlb20/items/501fa143b39648679bcd242869fa8015',
'https://theshownation.com//mlb20/items/46d9834fa62209a6504b2aabe46d7bfb',
'https://theshownation.com//mlb20/items/e89b40e45012370acb2fc278b3cb64fd',
'https://theshownation.com//mlb20/items/93ccc2579e526596814fa3a33be4887e',
'https://theshownation.com//mlb20/items/514d7c19ec76427e74c6688774f4e2e7',
'https://theshownation.com//mlb20/items/56fdf4dfc562e748071e865d034a62b5',
'https://theshownation.com//mlb20/items/0b8a492f911a8150392301d2682c0f19',
'https://theshownation.com//mlb20/items/0a30984ca2e5f170d14cc06c70e087aa',
'https://theshownation.com//mlb20/items/103b4423624ec023c46fa2d81680b636',
'https://theshownation.com//mlb20/items/6af4aa79a3bcdc1de96a8431095205a9',
'https://theshownation.com//mlb20/items/0e4996ce1ba7f629bb900d7a38b2dc48',
'https://theshownation.com//mlb20/items/eb2c115996de9709efa58507c07b40ab',
'https://theshownation.com//mlb20/items/07da1921cbc124b15d105b3e13d67eb5',
'https://theshownation.com//mlb20/items/8400f4bb39c965a224d92b60241a2aa0',
'https://theshownation.com//mlb20/items/227e69e4b6f590bf169f5d1eb993ebf7',
'https://theshownation.com//mlb20/items/92dc4a66a118301843f185df549d40bf',
'https://theshownation.com//mlb20/items/32f14bac32a5cce63388a2ec80598c08',
'https://theshownation.com//mlb20/items/4285127686e4b60f9d4c5182571b3982',
'https://theshownation.com//mlb20/items/e0342f1c96b82b40663e25b388d3e1d9',
'https://theshownation.com//mlb20/items/ca904c1dfe5c1e4415ce964959278c45',
'https://theshownation.com//mlb20/items/800f569916f0f5c1e487a9b5e976bdc4',
'https://theshownation.com//mlb20/items/753dba7a1e2b2511de6aaefc613b7aeb',
'https://theshownation.com//mlb20/items/69a4241986721658eb6237d56c1b8abc',
'https://theshownation.com//mlb20/items/eba279b3c1dea40075f63c5058684420',
'https://theshownation.com//mlb20/items/c8232bbc7ca19516fa77f94da4af98e9',
'https://theshownation.com//mlb20/items/f26bf5fcaf7b6a6483f8c9e4c5551ba6',
'https://theshownation.com//mlb20/items/ec7198139a9c777b24d6114b54d9fd98',
'https://theshownation.com//mlb20/items/f3b2acfc1259f02c3d3feebbd5b43a12',
'https://theshownation.com//mlb20/items/3efcf88e3453fc6d9ce464e51d3a81d4',
'https://theshownation.com//mlb20/items/3532ba8963b76ecaa46dc6d6f055a31a',
'https://theshownation.com//mlb20/items/6c8320275acb6a9ebf90845e7d9ea754',
'https://theshownation.com//mlb20/items/28fcea06661f13ebe9c87327f949f3a8',
'https://theshownation.com//mlb20/items/978f19a896d0dbcd035a1ee019510d07',
'https://theshownation.com//mlb20/items/7f8186fc9a572c080f67e881052c7c84',
'https://theshownation.com//mlb20/items/a0bea38f0d457b035f0f065c7afb7db0',
'https://theshownation.com//mlb20/items/e86a702029116de126ed5b9341566230',
'https://theshownation.com//mlb20/items/ffeac4e88ea3d3c65678fcd434a65f83',
'https://theshownation.com//mlb20/items/ce3c24ae09050bf9a783d8f6b7af9abc',
'https://theshownation.com//mlb20/items/11ae9d2fb5ee5579a3a0db7674dff168',
'https://theshownation.com//mlb20/items/a10c04b2fcdecb8f67af5921c0765664',
'https://theshownation.com//mlb20/items/f09073620a9da57ab49f3f50c03915fe',
'https://theshownation.com//mlb20/items/63ca87b524b54b70a2bb83a5d20909c0',
'https://theshownation.com//mlb20/items/cdca41db5ada4bf3e8e608a495066165',
'https://theshownation.com//mlb20/items/da0c03acd1f39210011e050871fa3570',
'https://theshownation.com//mlb20/items/a3c31a078dc3d0dd96c1b91d39e73d38',
'https://theshownation.com//mlb20/items/39bfc8e91df7baefe561a56b7f74f041',
'https://theshownation.com//mlb20/items/2500b54c506f6f5058a1fd05cdbeaa94',
'https://theshownation.com//mlb20/items/0d74164194d899502c02c8b94c8405fe',
'https://theshownation.com//mlb20/items/65b5b8d1f89bf53a5713bc3afdd83e9e',
'https://theshownation.com//mlb20/items/72d1e05bdd68d12303960b223fb15e66',
'https://theshownation.com//mlb20/items/9bdfecfe66fecf56fd005e745f960c81',
'https://theshownation.com//mlb20/items/b7a7c709ce0c55992d8cab2c9d2cef7d',
'https://theshownation.com//mlb20/items/63989c8f73f5b989efb7af037283c179',
'https://theshownation.com//mlb20/items/7b905b5bd19b35cf3f9d762aa6acaa45',
'https://theshownation.com//mlb20/items/94123510dc3222535366c91a35c0dc7e',
'https://theshownation.com//mlb20/items/456a517146c2c0321b45c98540856387',
'https://theshownation.com//mlb20/items/29ef8c120a1b5783630e8bbe933d9db4',
'https://theshownation.com//mlb20/items/869d6fd58354e007e30a3ee36ab8652b',
'https://theshownation.com//mlb20/items/5b46ae0c23da9adc5b0b44b82be77b5b',
'https://theshownation.com//mlb20/items/5420aad7fec3549a85876ba1c529bd84',
'https://theshownation.com//mlb20/items/5898b95f414c85269137d3aed09b7391',
'https://theshownation.com//mlb20/items/5270662c66e89672a771bf6f8b050389',
'https://theshownation.com//mlb20/items/be9c28bfc4fbc30379fca89b71026787',
'https://theshownation.com//mlb20/items/4cb435512ac9b9de9c196acf4818e96e',
'https://theshownation.com//mlb20/items/b466c22d12d52c8a0d3792d2eb44b828',
'https://theshownation.com//mlb20/items/2e2992d94a06495495a1a0f62ecd9f58',
'https://theshownation.com//mlb20/items/af3fd5c5ee075c3b22c7cc2175d85e5a',
'https://theshownation.com//mlb20/items/f1b69f7f4037b12f7bb928cb81f8f1bf',
'https://theshownation.com//mlb20/items/2b49fbedae1b24d9a8953ab9263fb782',
'https://theshownation.com//mlb20/items/4feb05f06a07d18e98f1f795e4cc1f9c',
'https://theshownation.com//mlb20/items/9cfe5db52ec297b4edb475fd437b3530',
'https://theshownation.com//mlb20/items/7c5256aaa04f375abfd1b271744cf74d',
'https://theshownation.com//mlb20/items/89a91ae5c1052557adb140f0cca9f0d0',
'https://theshownation.com//mlb20/items/ebe1c90bb54693ad08a177ae924f626d',
'https://theshownation.com//mlb20/items/5d4d8d1f8cd41d42cc375dc05d9830fa',
'https://theshownation.com//mlb20/items/8627a5992a7f67f8c1e3db85cf9c23eb',
'https://theshownation.com//mlb20/items/84fde371d2d8fc288efe6f932d8af208',
'https://theshownation.com//mlb20/items/bb75f42fe20b58737e3e9b4771bf1048',
'https://theshownation.com//mlb20/items/967d1576e70c8f8649702b974e035744',
'https://theshownation.com//mlb20/items/8633886c25d8b39a6f55078d71a117ef',
'https://theshownation.com//mlb20/items/5a628e687ed08591b18c92a117021354',
'https://theshownation.com//mlb20/items/4b51868e506be56701a97d98433379df',
'https://theshownation.com//mlb20/items/2506cb5bb9ec000ba76112982bb47dc2',
'https://theshownation.com//mlb20/items/82cdf867e9579d284a93d3c0223448d3',
'https://theshownation.com//mlb20/items/2043e7432dfc8838fa7f9a2086cea077',
'https://theshownation.com//mlb20/items/6c795eec1c0467ec2121a73e2132604b',
'https://theshownation.com//mlb20/items/18d89bb02b4750fc9c61372ff4985ac5',
'https://theshownation.com//mlb20/items/f702407c8ab99af3b508ed528516b86c',
'https://theshownation.com//mlb20/items/68c75d94190aaa0e319b58e923e99fe3',
'https://theshownation.com//mlb20/items/9df8f89419b75c9328447be871147cac',
'https://theshownation.com//mlb20/items/4d4abe423f7e5121591eb3785dfe42c4',
'https://theshownation.com//mlb20/items/47fd0967178a91a210a5399a70a0f993',
'https://theshownation.com//mlb20/items/08754c54ce88de6711c97623a7c276b6',
'https://theshownation.com//mlb20/items/8f012eb115c6b37cd310b1643497d6d6',
'https://theshownation.com//mlb20/items/9ead219c61072cd000fa5fcec473e314',
'https://theshownation.com//mlb20/items/b2ec3778d61b7fbba65a900aebc41c1a',
'https://theshownation.com//mlb20/items/eebb86912cb3cc808a6439d7f48bd764',
'https://theshownation.com//mlb20/items/a34335a3bede0f17a7af733b697ad848',
'https://theshownation.com//mlb20/items/fe77dbe4e20d964562747384def59cc4',
'https://theshownation.com//mlb20/items/c909eca59c9bf353a358f03ca9658916',
'https://theshownation.com//mlb20/items/a953da05fb5d0714dad81bfa2a1e4023',
'https://theshownation.com//mlb20/items/6d63e1eebba07ade3b0fe1982583e746',
'https://theshownation.com//mlb20/items/33ee8208ed93950a7f22cd7898f7735e',
'https://theshownation.com//mlb20/items/0c219feaf6b48e7fba8f8b4e8530c035',
'https://theshownation.com//mlb20/items/fedffbe61a89c5dfcaf78473300cb3c7',
'https://theshownation.com//mlb20/items/7749fdb98bb4370a37c070b81581da31',
'https://theshownation.com//mlb20/items/236604adff21d60816ee8a12d629c2df',
'https://theshownation.com//mlb20/items/75b2b235a1a34fba3f4e6e64adf8532c',
'https://theshownation.com//mlb20/items/3c0860df43ae40a2c6c88d27bd653be8',
'https://theshownation.com//mlb20/items/13d1c2594854fff5460e37368dde26f5',
'https://theshownation.com//mlb20/items/dcd0e718c9a56bce753f866b980544b0',
'https://theshownation.com//mlb20/items/5f87a3fcca7c117d0f4186749a5c6c59',
'https://theshownation.com//mlb20/items/080b2f9dad64f7c8737a6b14cd90a6b7',
'https://theshownation.com//mlb20/items/0878794aeceb5eb52bdbe43c6bfb3009',
'https://theshownation.com//mlb20/items/ee6d340033cb7d06ecbe9aa11e6f1229',
'https://theshownation.com//mlb20/items/155303e8c22847c73be43306faf833c3',
'https://theshownation.com//mlb20/items/e06df9528a78fdb238415f538212ea45',
'https://theshownation.com//mlb20/items/1d6f9ad9c60c2f65d59a06c1f56e75bd',
'https://theshownation.com//mlb20/items/f1ac33797e3d4ab2d0b070ff01be7e10',
'https://theshownation.com//mlb20/items/9c9f0a962a684077dca5ad293a3a7247',
'https://theshownation.com//mlb20/items/7a4127a65ee360ef0110b01a23ab04a3',
'https://theshownation.com//mlb20/items/862690c612c4c41a2ddceb9bf7a5c848',
'https://theshownation.com//mlb20/items/4a11d6352175e2c16fa7c264092942a0',
'https://theshownation.com//mlb20/items/ec4ecf2f2dc2d3314c1d4cbd433b632b',
'https://theshownation.com//mlb20/items/4441b26d19e25f5cfd65538bc280df52',
'https://theshownation.com//mlb20/items/936c567e63dabf5ab46ed2440f376fc8',
'https://theshownation.com//mlb20/items/77b8d9f826278dc832c9ca6ce527f4cd',
'https://theshownation.com//mlb20/items/4d42b846d4cb82f316fe8ae26f311d98',
'https://theshownation.com//mlb20/items/3bb76268c4e97fceb80480530d8ee462',
'https://theshownation.com//mlb20/items/543d921c3afce2b0608c1de6dfa48ee2',
'https://theshownation.com//mlb20/items/48e0d8bff94fd4580ea547171f1a8adc',
'https://theshownation.com//mlb20/items/08fdf1038af7dd3070bdcd18922e23b2',
'https://theshownation.com//mlb20/items/8221b517f4d3949ba20ece4bb7622216',
'https://theshownation.com//mlb20/items/b4f6990eb781c566de8d91cb6fe6ca5d',
'https://theshownation.com//mlb20/items/7ff7ca9cc8db185788a6054737e03afb',
'https://theshownation.com//mlb20/items/f297b6d8f7d2fc4548282b09b8a0294a',
'https://theshownation.com//mlb20/items/c4ace1b3502c205d946d46afc3de1766',
'https://theshownation.com//mlb20/items/e9356c402558dcf285db53208880d47e',
'https://theshownation.com//mlb20/items/0d4fb35df0d0cd69921750701398348b',
'https://theshownation.com//mlb20/items/0dc37dbfb671e83342895a9ffc8fed89',
'https://theshownation.com//mlb20/items/6aa1c1a875889044ebf43dfe844c7bc1',
'https://theshownation.com//mlb20/items/d60c24a3d320c44bcd724270bc61f703',
'https://theshownation.com//mlb20/items/20bf15daea22c05f7a212b9883b90376',
'https://theshownation.com//mlb20/items/ae6a88d9f6105ed901b89301924c0830',
'https://theshownation.com//mlb20/items/44cfe43185dcc68d637a9a0580c04a8f',
'https://theshownation.com//mlb20/items/4aff4e2601625effb12ca78354f06d18',
'https://theshownation.com//mlb20/items/006320a81d002fb211a2c4e90e663447',
'https://theshownation.com//mlb20/items/341d4a2ff35fb1a23abe056798b04d41',
'https://theshownation.com//mlb20/items/099c0eddd44f937ac2facf3a72263b7f',
'https://theshownation.com//mlb20/items/ac2adbbec7f0d2fffad8e21d5e8a58e1',
'https://theshownation.com//mlb20/items/abe7868349df7ee546f08c7b17837400',
'https://theshownation.com//mlb20/items/e4c72549fee9063d8aa8f9b6c0b621af',
'https://theshownation.com//mlb20/items/51540863fba76ac6cb10eded0ff9ef7b',
'https://theshownation.com//mlb20/items/a83304491a44720e81aac47511de0d02',
'https://theshownation.com//mlb20/items/363b27721bc30b0327f475f174615752',
'https://theshownation.com//mlb20/items/91ee256d2ebc089ddeacfa66b84ffb66',
'https://theshownation.com//mlb20/items/ee48b036c553073e2d4ac9828ee87625',
'https://theshownation.com//mlb20/items/d13abd6e45a03b13d31e7d34d6f1c767',
'https://theshownation.com//mlb20/items/b41f25f2d24fd25be2eb239dfc275266',
'https://theshownation.com//mlb20/items/c5ee9f155fdf0ea2ce012c7ba202f373',
'https://theshownation.com//mlb20/items/e26042b30aef850d108a5014d1f3fe6c',
'https://theshownation.com//mlb20/items/391853e94b81478f1678ad15543ce20a',
'https://theshownation.com//mlb20/items/afd74c13e62a269471bca76837fc25d5',
'https://theshownation.com//mlb20/items/30857e5c75243463e81b85b1f577993e',
'https://theshownation.com//mlb20/items/162189379bf561d89b6e49eec7722032',
'https://theshownation.com//mlb20/items/3c13b54db21952663b5775d142be0ed2',
'https://theshownation.com//mlb20/items/76128f896de3c07b84f60965327751a3',
'https://theshownation.com//mlb20/items/e8733aec05577f4bf1c57c03d3bba997',
'https://theshownation.com//mlb20/items/127f75906618c4a0d33d9188ac6df110',
'https://theshownation.com//mlb20/items/673a52f787cc434410519234173933fc',
'https://theshownation.com//mlb20/items/ee41631df54898d36ba32e583a1da09f',
'https://theshownation.com//mlb20/items/35ba92dba7d4ffcb70b1815f9c0008fd',
'https://theshownation.com//mlb20/items/6dda8f32d9ddc2a9ffe87be7d361a5c9',
'https://theshownation.com//mlb20/items/2fe8c763d38d70e7d3e00b95f22a48be',
'https://theshownation.com//mlb20/items/2c09b237b3fe0a29b7ae5b63cd8632aa',
'https://theshownation.com//mlb20/items/055bac208ceea65244da625816501e94',
'https://theshownation.com//mlb20/items/f9e2f8232d4cb9a01e9e1d96f126c30c',
'https://theshownation.com//mlb20/items/755b062d4e111cc0e3a7d9b0a70802db',
'https://theshownation.com//mlb20/items/21b203a02c91d5272135dbbebe6afc00',
'https://theshownation.com//mlb20/items/42cd4e870371f116e5695912004e1b5a',
'https://theshownation.com//mlb20/items/f170f7972469f0240029227f58bdb4ae',
'https://theshownation.com//mlb20/items/c8126ff04279310bed26167f226c67c0',
'https://theshownation.com//mlb20/items/e9db2508797f0fd542868299c00e8091',
'https://theshownation.com//mlb20/items/0e6c5db26dfd65228e29da9ed5cf51de',
'https://theshownation.com//mlb20/items/7cc2794f14963ceaedb29d19875c950c',
'https://theshownation.com//mlb20/items/b334cac4ee40f5ccda7dc3d9f1e4f388',
'https://theshownation.com//mlb20/items/f410c50342ffdcfe68cc45b1c41a3d9a',
'https://theshownation.com//mlb20/items/d90b1c32b55f731e8a2072bfad782fdd',
'https://theshownation.com//mlb20/items/0d21d741c65d5b132fa8db59fcf73abc',
'https://theshownation.com//mlb20/items/60803ea798a0c0dfb7f36397d8d4d772',
'https://theshownation.com//mlb20/items/9f31aa0b674ca2c515ecadd7fd077bc6',
'https://theshownation.com//mlb20/items/90d2301e323b1809708324229782def2',
'https://theshownation.com//mlb20/items/3a3c7831e6971e28d730f410b461e8f2',
'https://theshownation.com//mlb20/items/49d67d53aeb86e49d4de15a9d2cfb0e5',
'https://theshownation.com//mlb20/items/6a12f708b55e1bfdd870fc3ed6292b1b',
'https://theshownation.com//mlb20/items/682e8ae60182137d74d90ada9e0947d8',
'https://theshownation.com//mlb20/items/79b19f8c7ce5e7b42f625fd97dab070a',
'https://theshownation.com//mlb20/items/75e7422d583d668ff30498f5e81d133f',
'https://theshownation.com//mlb20/items/e3fd383f6ed435f35f70175031cb4697',
'https://theshownation.com//mlb20/items/f5d0405d5c8d3ebcd826cbc3a77db735',
'https://theshownation.com//mlb20/items/1ccae08c176dc746f2dae273210caac8',
'https://theshownation.com//mlb20/items/192541804394679421f61ac9f8b8c194',
'https://theshownation.com//mlb20/items/5914052cda144ede98a65e45a3cf45ca',
'https://theshownation.com//mlb20/items/0436fb3d3c9e31c428c82fc3edac9618',
'https://theshownation.com//mlb20/items/daf9cfcd0f0bb2f78d944a219243f228',
'https://theshownation.com//mlb20/items/8f72f7d9931feb4ecedbb2c0722575eb',
'https://theshownation.com//mlb20/items/cd1d1e4b8a0463102b60a63a1a8b67fc',
'https://theshownation.com//mlb20/items/b27bbc81a802711995f2aeddaa3b8960',
'https://theshownation.com//mlb20/items/91afcd714efa49dd8bd48d8da385fed9',
'https://theshownation.com//mlb20/items/aba86eb7e02eae5d58f28974ec917c73',
'https://theshownation.com//mlb20/items/f9aceeacd04f4eba8b36012486d63a75',
'https://theshownation.com//mlb20/items/5aa14e8d74a1e146fa26f5def723032d',
'https://theshownation.com//mlb20/items/49490f256a90aff2c2c4e151515fe241',
'https://theshownation.com//mlb20/items/98f204b32907c82b1ea7c4ed2128d4c2',
'https://theshownation.com//mlb20/items/e2e34797871968f72f9588a3499daf1b',
'https://theshownation.com//mlb20/items/66221bae97a54a1d31b0319c30437bdd',
'https://theshownation.com//mlb20/items/75e889ffb4c956022354ba317a6626ed',
'https://theshownation.com//mlb20/items/b5a223831a6480f68ee075531fe18d91',
'https://theshownation.com//mlb20/items/b5c4df4f16237128934c0b239a2e49b3',
'https://theshownation.com//mlb20/items/cf9ad2ca65265e31795644dfe32958db',
'https://theshownation.com//mlb20/items/8f4de6d2564ae131229797ddb7e27e6a',
'https://theshownation.com//mlb20/items/5ac93bfefcaa86acb77acbefd55d659a',
'https://theshownation.com//mlb20/items/15992174039ff729f588d6c82cf022c1',
'https://theshownation.com//mlb20/items/0be8394f8877c4ead942672b113f81c2',
'https://theshownation.com//mlb20/items/7bc994dd3e582a767468b4fa61327ad0',
'https://theshownation.com//mlb20/items/da0945054b3ff8a44325d3507066d10d',
'https://theshownation.com//mlb20/items/9799b6b22f21d84883c0514f307b54b5',
'https://theshownation.com//mlb20/items/6a68d56bc29b2ba7743554740e04153c',
'https://theshownation.com//mlb20/items/9f13a20090198429dc55bc098d4463e5',
'https://theshownation.com//mlb20/items/d2a83dc418ee9d6209d8356fca703f13',
'https://theshownation.com//mlb20/items/4bcc84bfaa3abea4e449107cfb3ee73e',
'https://theshownation.com//mlb20/items/7a9118e1f63540b5093abdba27ab6e07',
'https://theshownation.com//mlb20/items/abcbe3ee8523b90b416337f0abd94a53',
'https://theshownation.com//mlb20/items/312c605d05e4be4312b951c6ad73ba48',
'https://theshownation.com//mlb20/items/792f8e61a6c40c26076d191daf185a31',
'https://theshownation.com//mlb20/items/a6b1f34393caee146261de6196119c09',
'https://theshownation.com//mlb20/items/40a15ab98098e23765f5fe601366d8a9',
'https://theshownation.com//mlb20/items/7482d965e9c3156079b7ea6423fd41fa',
'https://theshownation.com//mlb20/items/52bba0492bf9dafb0adc932f95c72407',
'https://theshownation.com//mlb20/items/eaac44eefff218557692720f8a56af4e',
'https://theshownation.com//mlb20/items/af27be11d68710883283079c149c9a0b',
'https://theshownation.com//mlb20/items/16da233fed78660c0a49fe947c7585a2',
'https://theshownation.com//mlb20/items/874b8b4b430d2a662258ad7d9fc2e5b6',
'https://theshownation.com//mlb20/items/249e668af438f5d1be557f71e67bfd14',
'https://theshownation.com//mlb20/items/d1c0346fd48738633f88daca7a7f59b6',
'https://theshownation.com//mlb20/items/3d22c195f5defa65a63dfff0d83eff27',
'https://theshownation.com//mlb20/items/af8f57de2e5181debd1b2fcc14790719',
'https://theshownation.com//mlb20/items/a71f97cfb540d289ad80557514d93750',
'https://theshownation.com//mlb20/items/01409f7f7f2bd5ec0c1755b362e9db6e',
'https://theshownation.com//mlb20/items/86abd7edfb1117be399b9f519b8dd9e3',
'https://theshownation.com//mlb20/items/1404d2d16ab402e5a4b412400ebb2307',
'https://theshownation.com//mlb20/items/60c70063beff6ec0ef94f5cf05b5ebf1',
'https://theshownation.com//mlb20/items/ace398f5db4425ba50cef5673fbba42f',
'https://theshownation.com//mlb20/items/2c9f4381a56ef0aa281740223ac99e7f',
'https://theshownation.com//mlb20/items/e2d4866ea6828d3806235a88e5cd0a46',
'https://theshownation.com//mlb20/items/286313479c3c890d2aebb38af6375722',
'https://theshownation.com//mlb20/items/7fbe9bcd262e88e7dcede2bc52fbae08',
'https://theshownation.com//mlb20/items/3a7c2a3144427d8921928f3ab3112bf7',
'https://theshownation.com//mlb20/items/b9e0d988ef324486f2affe24640a10ab',
'https://theshownation.com//mlb20/items/d8bbc05a9852cf8c785e2b05c5ba1bd9',
'https://theshownation.com//mlb20/items/54a2a6a714d383485e79899dd53e8b24',
'https://theshownation.com//mlb20/items/9efed2e1502ab658bc39ff6d4b4f0571',
'https://theshownation.com//mlb20/items/a1490f0395c0933e4fb3c724ba1f4712',
'https://theshownation.com//mlb20/items/b27416b4650db0b348d5ce259521f749',
'https://theshownation.com//mlb20/items/64e05037a21f2e2a33adc1b393f67d10',
'https://theshownation.com//mlb20/items/cd60cded04fede4abccff6e0dea36f6e',
'https://theshownation.com//mlb20/items/d2ab1b817736bf790ca530b6bd705c5a',
'https://theshownation.com//mlb20/items/a82596c6fd3ed643b18a2a942eb6ddc9',
'https://theshownation.com//mlb20/items/e28d0039d7a780948b4c5b8400671f94',
'https://theshownation.com//mlb20/items/03913ebcddec5a611af9181e3b590782',
'https://theshownation.com//mlb20/items/8a6a6209090b90fbc29026916155dec2',
'https://theshownation.com//mlb20/items/9e229f7a96efdede103776413d997716',
'https://theshownation.com//mlb20/items/59a487d990cb3421411d85f2e98fde24',
'https://theshownation.com//mlb20/items/d334c7dfa96b5fd5cc4f23e76e8b4166',
'https://theshownation.com//mlb20/items/78afc2595242c90f511a52ced9dec893',
'https://theshownation.com//mlb20/items/206672b04052ae9463b2a1d3be5f5df5',
'https://theshownation.com//mlb20/items/746fa5b27a8a3fdef80f4425117c31aa',
'https://theshownation.com//mlb20/items/a0d5b283cb5fc43b41097fc63ce92b17',
'https://theshownation.com//mlb20/items/c6e986623dc64e92d943aa147603ad49',
'https://theshownation.com//mlb20/items/e6ceb6cde9578ed6229ba2da69234a14',
'https://theshownation.com//mlb20/items/bd4a701748126848708c7f446f121039',
'https://theshownation.com//mlb20/items/3ca2b8b0c23b708334ab580a299f1ef6',
'https://theshownation.com//mlb20/items/69f6ffd71cf2dc9146e752ec559a9b06',
'https://theshownation.com//mlb20/items/ce2d2842071611e967a135538bb0b3af',
'https://theshownation.com//mlb20/items/eee6248eb5d8e957d79ab187cf13168f',
'https://theshownation.com//mlb20/items/d1cd0a8c9b28f58703a097d5a25534e3',
'https://theshownation.com//mlb20/items/a7ad710353b08b3d1e7ee6daca9679cc',
'https://theshownation.com//mlb20/items/bbf2aa53a06531cd2da66f110f0752a4',
'https://theshownation.com//mlb20/items/b5372c821691eff5fb470f33af079a64',
'https://theshownation.com//mlb20/items/e6b61cb3f6d8c2bec3f885f43ffcc11e',
'https://theshownation.com//mlb20/items/8992d6a5100562f5e62a979f9ae772e0',
'https://theshownation.com//mlb20/items/feee448628586b4ff2815ad9dff7313a',
'https://theshownation.com//mlb20/items/da032cb86f307ca2b97dd05275947650',
'https://theshownation.com//mlb20/items/2d968cb99817ea5e49f4bcb70f7f154a',
'https://theshownation.com//mlb20/items/16db0f01adf864f5cd063e1f02371910',
'https://theshownation.com//mlb20/items/9af79ea37e92042936090355ff6ceff1',
'https://theshownation.com//mlb20/items/96ea8125df75af9969a00d9e7b934eba',
'https://theshownation.com//mlb20/items/d01ff946debcea49b8eac60c3413ddff',
'https://theshownation.com//mlb20/items/19476197eb1991bedc8ce1c956fc9829',
'https://theshownation.com//mlb20/items/fea42d70f2e3905853625e0e9762120f',
'https://theshownation.com//mlb20/items/da8f01d7f98d024b5edc57f1c45fda15',
'https://theshownation.com//mlb20/items/1ac82f4c978d3fd0c45fbaf5af117278',
'https://theshownation.com//mlb20/items/e4a6bedbfb9b7230f8a46e0ab7e15ded',
'https://theshownation.com//mlb20/items/9971bf4009012efdc5a9cb7ed7417e90',
'https://theshownation.com//mlb20/items/6b9ff2319b3a1f076a994924fb764ee3',
'https://theshownation.com//mlb20/items/da35a24fb3674802565f8bd5243a94d4',
'https://theshownation.com//mlb20/items/0c1a29f8068e52005b8a21d538aaee23',
'https://theshownation.com//mlb20/items/7a1e01c1f482effc90f8e7d0e2581aff',
'https://theshownation.com//mlb20/items/9c5e3b9262fb2d25dccd1013fa892390',
'https://theshownation.com//mlb20/items/1318b662052d314d6068302a28af4a25',
'https://theshownation.com//mlb20/items/08a1cf3abf2457b3cd090aaa532c39f3',
'https://theshownation.com//mlb20/items/bea5906ae0b4563109547ec289770553',
'https://theshownation.com//mlb20/items/714fd368edad43f60fdec00c6096e080',
'https://theshownation.com//mlb20/items/021ff8a9becc2eff3b3ec40a10b397e6',
'https://theshownation.com//mlb20/items/298cb17c3d5afee17168371de158f85c',
'https://theshownation.com//mlb20/items/8e7af20b649bd58357ffc4aa7cf5e88f',
'https://theshownation.com//mlb20/items/c3a3a3c8762b4176a5ba9b63d5017ab1',
'https://theshownation.com//mlb20/items/c306791fb7d2c4488fd53630c7e5e91d',
'https://theshownation.com//mlb20/items/5810733635b8629df4a4badaaef78f6c',
'https://theshownation.com//mlb20/items/bb2dba24644723c5ee4d687215836391',
'https://theshownation.com//mlb20/items/5f68d79da98d5ad7e2fa873c8c8c0383',
'https://theshownation.com//mlb20/items/7b1ba3d66d351e68ac0cf45dcf429147',
'https://theshownation.com//mlb20/items/fafdf1720f4df1d41c6eacbd2429a06b',
'https://theshownation.com//mlb20/items/a0ab09eb2842e474a3a5aed12e533a2a',
'https://theshownation.com//mlb20/items/ec0f87b9257fc1cc6276cfc1ce887d69',
'https://theshownation.com//mlb20/items/fafcb194af3cdf5ea3355224c6224d6f',
'https://theshownation.com//mlb20/items/27424f3a283c39027eb12a690d4b6d39',
'https://theshownation.com//mlb20/items/ebd9dc98957b723ce7be035e56dfcfe9',
'https://theshownation.com//mlb20/items/dd6cb30e408188689cff26ee0475891f',
'https://theshownation.com//mlb20/items/28dee3e52394cbf8e862643faac6a735',
'https://theshownation.com//mlb20/items/dc8a19a19e402c8e83c7684c54d32dc1',
'https://theshownation.com//mlb20/items/4fdeceef54c4e757fdbf8ea9132b22c9',
'https://theshownation.com//mlb20/items/a843139328a73ad8669c791f883e9043',
'https://theshownation.com//mlb20/items/5927ded5ff80b80a7cc7c795cb236a5f',
'https://theshownation.com//mlb20/items/5ff3fd94bc09fae5dab3de636b8f130c',
'https://theshownation.com//mlb20/items/9b2946207cfe91ad1c5c5f4888f39cbb',
'https://theshownation.com//mlb20/items/cd65710fc56d8163dfaed043e4129690',
'https://theshownation.com//mlb20/items/e52ffcd4db3508737ab74289962af746',
'https://theshownation.com//mlb20/items/dcf5cd105900373d89923a5bc7b34452',
'https://theshownation.com//mlb20/items/104a1942ed09ee1cc3f7cf16c23ff10e',
'https://theshownation.com//mlb20/items/2a3682443b92393616edb0368d5c52cf',
'https://theshownation.com//mlb20/items/b28d9123c8c2bb408428a90d5598906f',
'https://theshownation.com//mlb20/items/280953f246fceb4c893ffac1981e0998',
'https://theshownation.com//mlb20/items/c029d9d4b124cef75291bea08bd390c5',
'https://theshownation.com//mlb20/items/58a7166acf19167f807fe272bc65c61b',
'https://theshownation.com//mlb20/items/a8e7bf81e2bc2a1832617ebaa73df373',
'https://theshownation.com//mlb20/items/133cc6b5565f9a47831eeea9854a29a2',
'https://theshownation.com//mlb20/items/d1bf0a6d37213953ccb7bb20ec77142d',
'https://theshownation.com//mlb20/items/9366088bf5e4cc99d4d04ed9f2940d24',
'https://theshownation.com//mlb20/items/6e4c10382ea6d02e196ebcab34cfbffb',
'https://theshownation.com//mlb20/items/ad041f9b96370d724c8a8400350276ed',
'https://theshownation.com//mlb20/items/5e27fa9f1e017d329261a023f2400ce1',
'https://theshownation.com//mlb20/items/d2d0cd4ce0710569cf620c2a4f598aa8',
'https://theshownation.com//mlb20/items/5ac050d44e6476acecf88969950cf3a2',
'https://theshownation.com//mlb20/items/db86b46760e47dba2bc98b9558aa20cb',
'https://theshownation.com//mlb20/items/921fc9c7fd3ec362c7276f81fa81baf9',
'https://theshownation.com//mlb20/items/9cc55213b1dcfa9759106f5f9d9f28f5',
'https://theshownation.com//mlb20/items/6798acf8da0458e3299ad2a1f4e7c2bf',
'https://theshownation.com//mlb20/items/6a8c083c3f7029f6c4d81d0c22a5f106',
'https://theshownation.com//mlb20/items/fcf1a7a6cf9c2b73bcb7b359818a9a46',
'https://theshownation.com//mlb20/items/58749277592511b13a3a994569b9b92e',
'https://theshownation.com//mlb20/items/a18902f6926472c965c9b616fddb407d',
'https://theshownation.com//mlb20/items/438be6a47658f47479deb34f558eba4e',
'https://theshownation.com//mlb20/items/fe1d29cf02c128bc7f714c4fab1fe7dd',
'https://theshownation.com//mlb20/items/ed37d732c48f5a4376c7cd585d82ab8f',
'https://theshownation.com//mlb20/items/f1178ff78a50fcb8de1f15d69a4c7c99',
'https://theshownation.com//mlb20/items/963804be09622f182e4dde9d9e0568fa',
'https://theshownation.com//mlb20/items/07d295b50a9c16f891eb1a52ea0372fe',
'https://theshownation.com//mlb20/items/d09690ee3975605e0388eac03d655623',
'https://theshownation.com//mlb20/items/4ecc08d34c1597adc7baa37a9caeff6a',
'https://theshownation.com//mlb20/items/0a3c2b2b0922d062bea48a0172f8025f',
'https://theshownation.com//mlb20/items/beb405c52d26c065acc78d558251e512',
'https://theshownation.com//mlb20/items/5d4341b5017f17d05ca411753d923463',
'https://theshownation.com//mlb20/items/2ce38c6179c7d42a47a2efd086cdd9d5',
'https://theshownation.com//mlb20/items/9cb6ec6c0dfe6ca2675192257f617b26',
'https://theshownation.com//mlb20/items/756f3d220f584170f0bd50b552fbb76b',
'https://theshownation.com//mlb20/items/bad5d5a45e88b8b871e95acb3ea80aa0',
'https://theshownation.com//mlb20/items/afb7f6f9b716939fedbce5b91d21c905',
'https://theshownation.com//mlb20/items/115679d0a013d1e98730c72c91dd0123',
'https://theshownation.com//mlb20/items/b4d612b7a7d52a52aaeda65008541a2b',
'https://theshownation.com//mlb20/items/e5c7f54c726032281c7367aea1f0d1cf',
'https://theshownation.com//mlb20/items/d805b3977c018e4f8d30c5e6b0e59b42',
'https://theshownation.com//mlb20/items/b3f7bb40292f61fa966cb2a8a4cd339d',
'https://theshownation.com//mlb20/items/fcc1ab387e9247cd26c69dec1ef956f1',
'https://theshownation.com//mlb20/items/d1edaf5a3398142bab1371cbfc574079',
'https://theshownation.com//mlb20/items/1969f0d80e750feb485671caaa4c59d1',
'https://theshownation.com//mlb20/items/ccdf2c69fadaa5127cbd0c0a7feac280',
'https://theshownation.com//mlb20/items/5246c96db29909e5fc9432e1db33c2b5',
'https://theshownation.com//mlb20/items/79f1792fceebfe579e9c2fe9152be983',
'https://theshownation.com//mlb20/items/2096a1e3206c02898f4cb287fbeac1cd',
'https://theshownation.com//mlb20/items/de356af39a1d1dc704a0978744396217',
'https://theshownation.com//mlb20/items/bc6f45b2a09bd321f2ed4c02b7a5d15f',
'https://theshownation.com//mlb20/items/23378c6c78359857cebc81724ca90516',
'https://theshownation.com//mlb20/items/6ce8e09d88ff747283ee161a90cb1cd4',
'https://theshownation.com//mlb20/items/810e00b68fb50eb2ff31a6cc2068597d',
'https://theshownation.com//mlb20/items/66fe0ba05151fe9dad7eae95fb9144e1',
'https://theshownation.com//mlb20/items/aad30043fc2c322d246f3279345448b9',
'https://theshownation.com//mlb20/items/bdd928436b685295f320c3c5f46cb30f',
'https://theshownation.com//mlb20/items/aa052871fcf883780072ada1301e9773',
'https://theshownation.com//mlb20/items/dc7721d3d2ac1ff14aa7442d0666d5f3',
'https://theshownation.com//mlb20/items/2e283777e7e2191d23fab7566e28beca',
'https://theshownation.com//mlb20/items/f19346a09e58f197a731f3c062aeef4b',
'https://theshownation.com//mlb20/items/4eee02653a93c9555a4ae9037e3ab69e',
'https://theshownation.com//mlb20/items/0dc63e05d40a39cc0e7feb828bded2c5',
'https://theshownation.com//mlb20/items/1060d2312d7844e40b99153c4d1a45ad',
'https://theshownation.com//mlb20/items/9a9ba3a587dbfe50928c9a6e294244e8',
'https://theshownation.com//mlb20/items/32c12acc9a2efc3fa896bb3ebcd47ee7',
'https://theshownation.com//mlb20/items/084c141bcb1a60bb9619aafc340241fd',
'https://theshownation.com//mlb20/items/9f40f8ee48909bc7141107aeeb8200fd',
'https://theshownation.com//mlb20/items/4bb1ec1ff58ad39558e8468054bfc469',
'https://theshownation.com//mlb20/items/d9004bc5310a8ce84f02ff8049792f92',
'https://theshownation.com//mlb20/items/f945420454f21243509f5cfc441dc799',
'https://theshownation.com//mlb20/items/38c6bc5cf8aad6cd719ffae73bd4190a',
'https://theshownation.com//mlb20/items/2bfb29bfb919f9ab072e2e9d928c0218',
'https://theshownation.com//mlb20/items/831979cdc82239bb411794d618b7cfbb',
'https://theshownation.com//mlb20/items/30fa273648836083a415ebe0d4662cf5',
'https://theshownation.com//mlb20/items/ee1a896071cdbed43e2f31e1d8337bd2',
'https://theshownation.com//mlb20/items/7d3029aebef6762e96d7b267c221703a',
'https://theshownation.com//mlb20/items/3829860e770a42d68f8328a71a8bd353',
'https://theshownation.com//mlb20/items/7f06e90b62b8a276308c2756f5afd601',
'https://theshownation.com//mlb20/items/5baaf1929e42802a02e0093561aa2ea2',
'https://theshownation.com//mlb20/items/4672a4597e331b354e95d558b9a63287',
'https://theshownation.com//mlb20/items/12c43b11e450fd5599ed3efdd71e9e7c',
'https://theshownation.com//mlb20/items/2c2cd764c0de1f1f43e55d4e857174ca',
'https://theshownation.com//mlb20/items/ba1022548d8bc253f6dda3144cd11ede',
'https://theshownation.com//mlb20/items/6e4fd1f8d7082b92ba9842ab88aab57e',
'https://theshownation.com//mlb20/items/ae0752582ef51ba1b182f3d7f7cd9751',
'https://theshownation.com//mlb20/items/497290bed604efe673ff973099876689',
'https://theshownation.com//mlb20/items/53da08266aad6be6bdb9da7f238c6c38',
'https://theshownation.com//mlb20/items/d1d35acfd20d413bbda1eae8e208f0b5',
'https://theshownation.com//mlb20/items/3dcff227a8eb94ee8afc7c6e448d159d',
'https://theshownation.com//mlb20/items/e9f38ccc1ba8329bfa989c468a75a6b0',
'https://theshownation.com//mlb20/items/12795bc7a24533b7946cf3584f0e8e1e',
'https://theshownation.com//mlb20/items/b4a24c9a34cbb53b49c920b905f38d29',
'https://theshownation.com//mlb20/items/a4965216e237306510bc0e0f2dc67a79',
'https://theshownation.com//mlb20/items/0a08889a1d62bbd68371b0b4980a09b7',
'https://theshownation.com//mlb20/items/b937a56ac2082006f7b0a40ab60fe958',
'https://theshownation.com//mlb20/items/9afa90d9543aaf946ea3ff768a3b88cd',
'https://theshownation.com//mlb20/items/5e3a41375149e55c2f2c663673b2c88e',
'https://theshownation.com//mlb20/items/a57b6cfb606cac574dc5be0dc524f1cf',
'https://theshownation.com//mlb20/items/e79877ffd47fdef9d994832b365071c1',
'https://theshownation.com//mlb20/items/cfb8a1d29fd07f8e0e2ab2ffee176eb1',
'https://theshownation.com//mlb20/items/f09e12184b7714eb51992af0aa3e890d',
'https://theshownation.com//mlb20/items/8257329475414b1eaf3dc731440e01a7',
'https://theshownation.com//mlb20/items/e40cce862b0fb75635e102bc1dd07f6f',
'https://theshownation.com//mlb20/items/d1d2b7387785026488d8ffeeea82fb8a',
'https://theshownation.com//mlb20/items/50c0825021514d9e67849b768c681ec1',
'https://theshownation.com//mlb20/items/5f4e974a5f4e1643e264f86c20a74e64',
'https://theshownation.com//mlb20/items/7cbb793c46d7cad3981035cf922bd3f1',
'https://theshownation.com//mlb20/items/0e7ca282e70e3e65b4271652d629a0bc',
'https://theshownation.com//mlb20/items/2e71e53e5d5315b15a4c18f100a15227',
'https://theshownation.com//mlb20/items/4dcd9d899874f6ea99f5fb7c716b075c',
'https://theshownation.com//mlb20/items/dacf1de88e7c80b43b3b23f39c1e8d0b',
'https://theshownation.com//mlb20/items/d654f409659a00d1deb409b7dbd6b62c',
'https://theshownation.com//mlb20/items/2cb1afd7afcbcdc1eeabcbc6f5bc41c6',
'https://theshownation.com//mlb20/items/7d214dbbb7364420941d28a3e51a11e4',
'https://theshownation.com//mlb20/items/990cc4542b939a4b022248666a124fc1',
'https://theshownation.com//mlb20/items/a622f27f01191ab3daeaa1ad9ce4453a',
'https://theshownation.com//mlb20/items/84f3c1e3175163b2200bdf7edf808468',
'https://theshownation.com//mlb20/items/d9689acb562ae01110130e49808d2e53',
'https://theshownation.com//mlb20/items/fcb3c01797640c7ec6f32cb00764ba44',
'https://theshownation.com//mlb20/items/a8225fc412044a06c16cf142c105e33d',
'https://theshownation.com//mlb20/items/5f0238da3ebf4fbc26baeaa644331de5',
'https://theshownation.com//mlb20/items/12b25b878c7297605a57d9a104de9976',
'https://theshownation.com//mlb20/items/06b059534e43b2938117a83912c62f3d',
'https://theshownation.com//mlb20/items/4551fd9a0e034446ba3df68bd6655523',
'https://theshownation.com//mlb20/items/9246bffe09c17934ccc7ad81a31111ec',
'https://theshownation.com//mlb20/items/cfbe0f33f88e0a053237ad6205530602',
'https://theshownation.com//mlb20/items/c2e1767dee0b00aadf6f4a087ea182f9',
'https://theshownation.com//mlb20/items/a3d7364786b76fd32aa81a6474446181',
'https://theshownation.com//mlb20/items/16f26d49cfe75d6731a310494bf56f7d',
'https://theshownation.com//mlb20/items/13c5761fbc4d10bc361221c281f84190',
'https://theshownation.com//mlb20/items/a50d32657e9ea3cd05a4ebe62be25e08',
'https://theshownation.com//mlb20/items/4295ef9278970f7b412f413a1de942fc',
'https://theshownation.com//mlb20/items/f2e5f6f0caaa54cb5161d5cd753cf57f',
'https://theshownation.com//mlb20/items/1ee5f18eb215ca737d06df22dd67f77b',
'https://theshownation.com//mlb20/items/f6ac3520c905509347882c45adee9d06',
'https://theshownation.com//mlb20/items/73695d0bcc7a89845ab2f7e3a5b3c0c9',
'https://theshownation.com//mlb20/items/a3e7b6c90a3b35c05f6ee036ad95b1e7',
'https://theshownation.com//mlb20/items/632fb5fbe4d5514c423d7622626e7ee7',
'https://theshownation.com//mlb20/items/94366a9e2643350063648f31c9e559d9',
'https://theshownation.com//mlb20/items/a545f9807a9d4746ceb2d13b80a38d2e',
'https://theshownation.com//mlb20/items/79538b5ba48344b080bb6dc46622657f',
'https://theshownation.com//mlb20/items/a422a18c93db2b5d4277c3ec048cc786',
'https://theshownation.com//mlb20/items/f3f64102d3726f3a58c564c77b11117a',
'https://theshownation.com//mlb20/items/9874e7748b87210dab60a15f1757d02f',
'https://theshownation.com//mlb20/items/40741ca51bfa71cf74d2612b0e5443b3',
'https://theshownation.com//mlb20/items/a08758e937069b10802ab9331cd70273',
'https://theshownation.com//mlb20/items/7e57e1310f10c1a7fea50eb20669b057',
'https://theshownation.com//mlb20/items/abe9685dfe5c5885a866b7d1c3527d66',
'https://theshownation.com//mlb20/items/daceb01279633a581b12e34aa3653c6e',
'https://theshownation.com//mlb20/items/b4803e027e986edc9bb95df3e2a0b525',
'https://theshownation.com//mlb20/items/943344b5f592e157b66b4b2c6843b301',
'https://theshownation.com//mlb20/items/314d7b95c872c8d6d5f61d0ddb88acda',
'https://theshownation.com//mlb20/items/4125b4e94852e1a68b609205afc1f5f7',
'https://theshownation.com//mlb20/items/31e0c59f84dab4f1eb04ab2c47f8f0d2',
'https://theshownation.com//mlb20/items/274aa30dfa6ebfc053832b395598c1aa',
'https://theshownation.com//mlb20/items/a8440eb8255de1b6ca1a13b7a6c351ea',
'https://theshownation.com//mlb20/items/996a06e8c7029874b4092109ca2fe99e',
'https://theshownation.com//mlb20/items/a4db53c680ab731e9aa1eba01398bcac',
'https://theshownation.com//mlb20/items/e909f4555009667712db532a9b58f118',
'https://theshownation.com//mlb20/items/e633c6ab554c0e79eb395d73fc855347',
'https://theshownation.com//mlb20/items/9ff478a05056d2fe0d7d1e1dd9b35a5f',
'https://theshownation.com//mlb20/items/2f0033672b5d798d3367020fa452b7e3',
'https://theshownation.com//mlb20/items/f15943caeee3c26953aaf580e65cb197',
'https://theshownation.com//mlb20/items/1b4f2f6f94b053e3a32726e62b85db9c',
'https://theshownation.com//mlb20/items/b9f6e8d19e9022d10baf026c4b5e9648',
'https://theshownation.com//mlb20/items/8b212ddebb71de5f0118e2e9f170bd04',
'https://theshownation.com//mlb20/items/d44a4b265f457745992aee2753123da8',
'https://theshownation.com//mlb20/items/3958f53d13f000006c688ac027e34d2a',
'https://theshownation.com//mlb20/items/7b27ab2fbcbe3b67935da0694742ed0e',
'https://theshownation.com//mlb20/items/367212e1884fa0267c1499116ca75407',
'https://theshownation.com//mlb20/items/e9c46fbd9f4b5dd58e5f5b297670dc19',
'https://theshownation.com//mlb20/items/810f7353315b00a2900edf778bd426c9',
'https://theshownation.com//mlb20/items/eee76daa77ca90b16bece599650c7ce0',
'https://theshownation.com//mlb20/items/43253cef2849bb14a22ada44fb4eac8d',
'https://theshownation.com//mlb20/items/0098df6528e402d2ee740ec568c27967',
'https://theshownation.com//mlb20/items/6003822a5989689befd308ce1be4ac75',
'https://theshownation.com//mlb20/items/9e18f95f1c259dbcc2388008c47d5d25',
'https://theshownation.com//mlb20/items/6a7385573f4916df503a45dcbd289845',
'https://theshownation.com//mlb20/items/bb10ba1898d78d59bb76db2493ca511c',
'https://theshownation.com//mlb20/items/d372d4ba86f4a5e6d13b05144b47506e',
'https://theshownation.com//mlb20/items/6c1aec706ffc46d4bb34dadd5b853be9',
'https://theshownation.com//mlb20/items/94ae76abfd4a0a692a11c54041f5c0b1',
'https://theshownation.com//mlb20/items/4a447fa0819e4b3e6dcbc7dad6c83670',
'https://theshownation.com//mlb20/items/96457e639661096d40858319c3a5ffed',
'https://theshownation.com//mlb20/items/e73b38ff519142fdc3723ddf4a3a5825',
'https://theshownation.com//mlb20/items/948293861c909e3437577b0388302346',
'https://theshownation.com//mlb20/items/e83429b6e76722413088d7648a24f790',
'https://theshownation.com//mlb20/items/06cdfee73fbb16ea0a84a5a59735c846',
'https://theshownation.com//mlb20/items/381265417b4999d11f7ea36ea5bd94c6',
'https://theshownation.com//mlb20/items/28eac2b741744f6a013131ae3e77d7e7',
'https://theshownation.com//mlb20/items/462734dd578ea71b7515693f85dd4530',
'https://theshownation.com//mlb20/items/386db06624c16f236b9815a220896e90',
'https://theshownation.com//mlb20/items/9442a913d4ec91707fa1fac69ec73e0b',
'https://theshownation.com//mlb20/items/24f964b60f64963fc3cdd10f611fb33d',
'https://theshownation.com//mlb20/items/560003ffda27cda2328b3e17a0ed7f0f',
'https://theshownation.com//mlb20/items/1295bf698192e4a35ead87d31113fb06',
'https://theshownation.com//mlb20/items/d1f63e34d94df6ff4ff58ef8351875e1',
'https://theshownation.com//mlb20/items/a82afc8ee542eaec69da51a6bbc973d4',
'https://theshownation.com//mlb20/items/66401bf02a6a57e0b5ad01232e78a470',
'https://theshownation.com//mlb20/items/d8eab7a13d4255428253eef1b2e64b0d',
'https://theshownation.com//mlb20/items/985aa2a6eaab6a639938cd53e71b16ec',
'https://theshownation.com//mlb20/items/49897811809958b58faed4230f03e432',
'https://theshownation.com//mlb20/items/c95ab906679d4d28d81a420aa76d02df',
'https://theshownation.com//mlb20/items/2f6abd819fde7defc29b69f7fb2d9fb6',
'https://theshownation.com//mlb20/items/372dfb0a40d906361a899bd38ac0eb93',
'https://theshownation.com//mlb20/items/4d9d05d77cf26dc3bf32f66728a43787',
'https://theshownation.com//mlb20/items/a48884d23209d41ff619426412acae4f',
'https://theshownation.com//mlb20/items/33abbac390f933b4d29d1ccae857ea98',
'https://theshownation.com//mlb20/items/d121a3974f89647fae51dcb8e89535a1',
'https://theshownation.com//mlb20/items/5b0663d2219eb76a6429291c85f74382',
'https://theshownation.com//mlb20/items/70d5602f1498e6564b52483cc0a41a6d',
'https://theshownation.com//mlb20/items/1217984b38cadfb4b1c15f30a3212680',
'https://theshownation.com//mlb20/items/2a0231d2d461c00f311124486fc4d8f8',
'https://theshownation.com//mlb20/items/c92c2cc982b4aff542f0cfa4cab0895b',
'https://theshownation.com//mlb20/items/2af3050c976c65da41266c29f8274cbd',
'https://theshownation.com//mlb20/items/001f35b87b35111bcaf1087426d2884e',
'https://theshownation.com//mlb20/items/03f632e8f60a478dfc4f8c8c82f5e8bb',
'https://theshownation.com//mlb20/items/f3f77298b134fdcaae57cd3b70240432',
'https://theshownation.com//mlb20/items/26dd1a5da58ce465bd88b083747df5c6',
'https://theshownation.com//mlb20/items/1b3c1623c5c98ad8549b8f62670d1f52',
'https://theshownation.com//mlb20/items/9a81e45c27473af4628ddce5c7e1d576',
'https://theshownation.com//mlb20/items/909356f33e0f20f0bc5737c086ed9234',
'https://theshownation.com//mlb20/items/4f828f34eab2d78b161b5c097b645a38',
'https://theshownation.com//mlb20/items/42e1c072773f59e53d4cfa02d398c552',
'https://theshownation.com//mlb20/items/50a41579e2b859e14bd8b2402e02d02e',
'https://theshownation.com//mlb20/items/90faf268e7eab91975d0fc1846bad0ef',
'https://theshownation.com//mlb20/items/7edceecec25d91a056666517d3b7044b',
'https://theshownation.com//mlb20/items/c91d989c82b339a78ce0c05964eb2aaf',
'https://theshownation.com//mlb20/items/8e658a7376fbef31c3bb99e4dc2c7d6d',
'https://theshownation.com//mlb20/items/e85d902e5519fe6df5f4e1a723cbc7d9',
'https://theshownation.com//mlb20/items/6d40ec3be79e2666c5449e768c0bc509',
'https://theshownation.com//mlb20/items/7efa530244b16507ac557be187cedf5b',
'https://theshownation.com//mlb20/items/009d58d33b1d8b377e7ddf00aeb43138',
'https://theshownation.com//mlb20/items/dcb3e8c1e29848df4f0326f764cd0131',
'https://theshownation.com//mlb20/items/97d06ff7d0bef0d9b806f743fcc6a5a6',
'https://theshownation.com//mlb20/items/a5aa7cda1f10ead0bbb342ca0516e993',
'https://theshownation.com//mlb20/items/83736f851256ebfd392d677baefc775d',
'https://theshownation.com//mlb20/items/3d6506f8e91b91b051c8f1d956c4429f',
'https://theshownation.com//mlb20/items/8999714b474171439f0c56236609a287',
'https://theshownation.com//mlb20/items/d303e6665ea75181d5bdf2221aa8a0fa',
'https://theshownation.com//mlb20/items/93ef614de3d8b9d2c590399c13ba8ca5',
'https://theshownation.com//mlb20/items/9ef248df74556f4768271660f5ef5f7b',
'https://theshownation.com//mlb20/items/dd61b41d5b91a9a09e504f025a87553b',
'https://theshownation.com//mlb20/items/7b7b8fe6a7edcce3a60990b689411964',
'https://theshownation.com//mlb20/items/8ec5b0349f854db2ef01107469dc85e6',
'https://theshownation.com//mlb20/items/d00ee48c45cc306b2b1db3385024a6b6',
'https://theshownation.com//mlb20/items/1e8e96e5a2857a7645534e99f20928b7',
'https://theshownation.com//mlb20/items/b59362a85e1078197f5b82c0e96de5d8',
'https://theshownation.com//mlb20/items/aef61ec41016607a6e3a58712cbf3e8a',
'https://theshownation.com//mlb20/items/e66b1a672cde79b5b85580e3ae0d4ee6',
'https://theshownation.com//mlb20/items/413e4eb37de01f40522e28ecdc268639',
'https://theshownation.com//mlb20/items/064ee9c7b1d8179b19b0ae50d19bdf86',
'https://theshownation.com//mlb20/items/c61ab3254a8a0d55aa901aa8649460c9',
'https://theshownation.com//mlb20/items/b88d1a4d8194f43a664ab37ba3d65461',
'https://theshownation.com//mlb20/items/5301bb35a65ac7aef3ba3f102d07f770',
'https://theshownation.com//mlb20/items/3069e0434a72c4ca9efd86b81a43957c',
'https://theshownation.com//mlb20/items/e363d655ac00b1517a688689f4295eaf',
'https://theshownation.com//mlb20/items/bb519123d4b75a73b9691c9fd3d9aeb4',
'https://theshownation.com//mlb20/items/8d661ad44b835f29a6494c184c21a463',
'https://theshownation.com//mlb20/items/229fbc1bdb2ca4abe9cc79f1dcb71542',
'https://theshownation.com//mlb20/items/5ee85f64aafcce6b24e3e1171a475ea6',
'https://theshownation.com//mlb20/items/744a37185fa8c4449a60bd11976f9045',
'https://theshownation.com//mlb20/items/f80ca2ec372a23b59dc6a5bfee18bfac',
'https://theshownation.com//mlb20/items/498a0fe7d23bd74df53800a9719abf7e',
'https://theshownation.com//mlb20/items/48fe118b07a43ce5c04a3789df5f152e',
'https://theshownation.com//mlb20/items/f36a0f70291c903ae5664927b016c488',
'https://theshownation.com//mlb20/items/b0c2187f8453302e766a91b72f65a6cf',
'https://theshownation.com//mlb20/items/6c1a391cc07750fa29788a3933b1619d',
'https://theshownation.com//mlb20/items/2a8b437cac4fd7012194170f76b385fe',
'https://theshownation.com//mlb20/items/b9fcbc854cc45e5802618e283d3fe525',
'https://theshownation.com//mlb20/items/75d8d147d09b832bb0367ba1844fdb58',
'https://theshownation.com//mlb20/items/6992eedfcf2e59f50aaf0d0c9f07ae9d',
'https://theshownation.com//mlb20/items/cd9e8a4a222eb86428130d42fc684ca5',
'https://theshownation.com//mlb20/items/33b2db40961e2919636d06f5db60a964',
'https://theshownation.com//mlb20/items/321490c58d4ea3d4c09d27b3cb7adefa',
'https://theshownation.com//mlb20/items/39f4eef0175c754bb90417358b0133c3',
'https://theshownation.com//mlb20/items/8426a7e0990d49b465b05a6f508355b4',
'https://theshownation.com//mlb20/items/829986ab9445b46f3bd8461eff19e412',
'https://theshownation.com//mlb20/items/953745027c70d228d6297b06eac2d3f4',
'https://theshownation.com//mlb20/items/a8edf505b8c0d810010b3573c9316929',
'https://theshownation.com//mlb20/items/5c7fcde320b91be7c4cf317a6115910a',
'https://theshownation.com//mlb20/items/ed45aea8d9710aade017fc1aea4054cf',
'https://theshownation.com//mlb20/items/952af98aa6133e599c897b3532684e5a',
'https://theshownation.com//mlb20/items/8292c2c5afbab7549123a2640e22044a',
'https://theshownation.com//mlb20/items/17e622717d2b9152f246d76f841c4cc0',
'https://theshownation.com//mlb20/items/4e707d76187a59849aa3ec1f2219a9aa',
'https://theshownation.com//mlb20/items/f593b9ead8801922f74f0a5329e31486',
'https://theshownation.com//mlb20/items/bd0851853a1476c3b6674af2177972d2',
'https://theshownation.com//mlb20/items/fe3b6e7520c12eb81a834c497690fcff',
'https://theshownation.com//mlb20/items/59ddf212a2f06bad03faed73b6a7c5c6',
'https://theshownation.com//mlb20/items/5bfe535c8d57f2ecb1d83dd3d83f6a61',
'https://theshownation.com//mlb20/items/b53cbe6da81db747a73e52a5a48d2703',
'https://theshownation.com//mlb20/items/8c22d6f99007d77ad122b1de7e5ce6c3',
'https://theshownation.com//mlb20/items/042d5795f8a89756d19c4d5aff933e18',
'https://theshownation.com//mlb20/items/ba08e773374e74b0609b9668df3cd163',
'https://theshownation.com//mlb20/items/d0ab3bfa5ebcd995f488c3a90256291a',
'https://theshownation.com//mlb20/items/090e09f6efa6202aa9f9d5f450aa8177',
'https://theshownation.com//mlb20/items/b31af0e125cd4e8238db5db06912d6a2',
'https://theshownation.com//mlb20/items/1fcf4e6a7771f35daf0b98c69fb10528',
'https://theshownation.com//mlb20/items/775895803f468b282a3abb73fe838503',
'https://theshownation.com//mlb20/items/c7f1da0a5723f5afd7996648fa9c20d5',
'https://theshownation.com//mlb20/items/2191b0457b51692049fca7e1bb5c4aca',
'https://theshownation.com//mlb20/items/c9da7aa90f9dfa139a420a4478dbcc45',
'https://theshownation.com//mlb20/items/9ed8b53fdab5689b9f2f06c170e6fa32',
'https://theshownation.com//mlb20/items/67107e5f6f1efb4409c37abd1645b0f5',
'https://theshownation.com//mlb20/items/fb68f525a19d89290c6979ed51af3110',
'https://theshownation.com//mlb20/items/105aac7339ea6074ed9d912c0d10d67e',
'https://theshownation.com//mlb20/items/89188e01d32520f2c127da5a731796da',
'https://theshownation.com//mlb20/items/cdeb903207013df679ffea81e9c3c126',
'https://theshownation.com//mlb20/items/b374d856eb3d8f78c56820a5eb29629d',
'https://theshownation.com//mlb20/items/d77990419e2fbb54cb4aad96f09dcf76',
'https://theshownation.com//mlb20/items/eeb57c36455e343cd204cb698a6e8079',
'https://theshownation.com//mlb20/items/f339e1789582cc3bbe44b27ef01b3617',
'https://theshownation.com//mlb20/items/854b67fd351bcb21641cf961fc331588',
'https://theshownation.com//mlb20/items/54996ced8ec545754b9c7404027969d8',
'https://theshownation.com//mlb20/items/f9eb559a923f2ec46c474acd132f5063',
'https://theshownation.com//mlb20/items/dbf490c1f56975518c48bb8756538684',
'https://theshownation.com//mlb20/items/b8bb2a1d59f4ecae0646fc039b75391e',
'https://theshownation.com//mlb20/items/9179a6b3fe86970595bc6ccd5af90dfb',
'https://theshownation.com//mlb20/items/5815383dbef0d664c7420eecc4303ae9',
'https://theshownation.com//mlb20/items/2a7e56bca58a8dcb50196be77ff0a69b',
'https://theshownation.com//mlb20/items/b179d3a9bbbced0f0166f41f232ee2e8',
'https://theshownation.com//mlb20/items/810cd6adda70722fd9d2c292867b86d7',
'https://theshownation.com//mlb20/items/50944271f670c03e921a91a8bb616d29',
'https://theshownation.com//mlb20/items/532e28925576f5994b5b671b2f1d9bdb',
'https://theshownation.com//mlb20/items/72aedcd54a1ac4e361ac47297c415735',
'https://theshownation.com//mlb20/items/3f4f8e5619fbbf55669bece66b224fc5',
'https://theshownation.com//mlb20/items/1b8833c58d3a24b62eb45027f94d093e',
'https://theshownation.com//mlb20/items/b17dd06dc3e1db6768768c56cfcadd40',
'https://theshownation.com//mlb20/items/3ead394a64cafeb28d8d7a3c9f79d350',
'https://theshownation.com//mlb20/items/298fbf7365715ccb63b71724722f7a21',
'https://theshownation.com//mlb20/items/ea1350ae23fe71f26de3107232ae30bc',
'https://theshownation.com//mlb20/items/cba85cf9d0ca4714faa84f7edc9d533d',
'https://theshownation.com//mlb20/items/c99d191b82af960a7bfab48a035d2f8b',
'https://theshownation.com//mlb20/items/5be6828ba1f517ca9e6e249c5db867c5',
'https://theshownation.com//mlb20/items/fc4166d1b1e192f650ee2d807b54c943',
'https://theshownation.com//mlb20/items/3b1aea5d9bb84d4e3761853af83cb32c',
'https://theshownation.com//mlb20/items/8f1eb4568b6b9604a802e083eaf45f51',
'https://theshownation.com//mlb20/items/3002c4f3485b1e76717e48f96e5fcbe7',
'https://theshownation.com//mlb20/items/bd1bb6b87180689231804f4ceb383485',
'https://theshownation.com//mlb20/items/c4810f2ab2595ec0a00ba71be592c061',
'https://theshownation.com//mlb20/items/44ab8b63c8f165307233810152191c89',
'https://theshownation.com//mlb20/items/2436974dd1c97a19bbc99fc38204feea',
'https://theshownation.com//mlb20/items/8ffa6292a6f801969c7c652f514514c1',
'https://theshownation.com//mlb20/items/c5204334289d6a51e794d56aea6ebdf4',
'https://theshownation.com//mlb20/items/6af8cbc980df656d8574530389a7e7a6',
'https://theshownation.com//mlb20/items/a61d04c4458e15ba36380b95e0a76780',
'https://theshownation.com//mlb20/items/74a7ac36372d9ef2c7b7ff0cc02001d2',
'https://theshownation.com//mlb20/items/a8a2ab1b683dd9cfe2de7ff7522cdf7a',
'https://theshownation.com//mlb20/items/fa5739b0a82f56a52dbdf64e32a969c4',
'https://theshownation.com//mlb20/items/a998cd6ea68745e5831297face85147d',
'https://theshownation.com//mlb20/items/010d18a1aeff169f741b6fe97fdd6a1d',
'https://theshownation.com//mlb20/items/d8fe904972d8f83f8c9de25f7226711a',
'https://theshownation.com//mlb20/items/c0760e4171db0cd649bda18fcd314e33',
'https://theshownation.com//mlb20/items/2842ad89a82393cd5b7f62fd3bb7afe9',
'https://theshownation.com//mlb20/items/69c4bb19e942fea086d5fd85078695a0',
'https://theshownation.com//mlb20/items/920530cb8744c679e3a2ece84f1d5ce4',
'https://theshownation.com//mlb20/items/57a80e778f3d755b4f2166e6a60826fd',
'https://theshownation.com//mlb20/items/385d960968e481fe04be1a04f429110d',
'https://theshownation.com//mlb20/items/882d23545f95e15c6e05355cd457d0bb',
'https://theshownation.com//mlb20/items/34c5b339ea5917d60a26a3d1ef3a8fb2',
'https://theshownation.com//mlb20/items/da2c3fbac23ba11ec8a1a36e31578620',
'https://theshownation.com//mlb20/items/6d7364731230122df155fddea6878dd3',
'https://theshownation.com//mlb20/items/427d99addb45f263ba569a7a2d9c65a3',
'https://theshownation.com//mlb20/items/f1f901606f26ef6fa343937bd99c23b7',
'https://theshownation.com//mlb20/items/e51aa8e9806a70a036a77fec150d1407',
'https://theshownation.com//mlb20/items/5625c3aac56c198ad77688028e08a4c3',
'https://theshownation.com//mlb20/items/b055fc7de322786cd9ddc996cb6e72ff',
'https://theshownation.com//mlb20/items/d2fd2442ea1065e9f10ef41766dbd0ec',
'https://theshownation.com//mlb20/items/2ab65a72cef0f72196d92ae1eab2580f',
'https://theshownation.com//mlb20/items/667f061b738858573caad66f5cc56b32',
'https://theshownation.com//mlb20/items/50901a6542ade98ecedba98b403134bf',
'https://theshownation.com//mlb20/items/dde4d6793dce955cb401d62f241e51df',
'https://theshownation.com//mlb20/items/1d7cc0f1d0b54eac3609c5222246595b',
'https://theshownation.com//mlb20/items/b3579acde25b2dab713999fa7f42c914',
'https://theshownation.com//mlb20/items/04d2aa72d47158c3893f1eb1b63a4d7d',
'https://theshownation.com//mlb20/items/c9d491c3a679fa8d04af485b7e82532c',
'https://theshownation.com//mlb20/items/fff8db9478d2fd72df65a67ee6b62f67',
'https://theshownation.com//mlb20/items/2b9a3dc9e24557b457a54df977f21cd1',
'https://theshownation.com//mlb20/items/1e7bf26170d5dd37823b0b325e4b13b8',
'https://theshownation.com//mlb20/items/1dafefd96cadff8d26613a66af7d43a4',
'https://theshownation.com//mlb20/items/9868de7d15bae3816653aa9fad6cf106',
'https://theshownation.com//mlb20/items/f0508452fedcf6e35a39ff5dc1b3e218',
'https://theshownation.com//mlb20/items/1cba40e3efa7040ac28c0f065f7cacd1',
'https://theshownation.com//mlb20/items/248e0936054f0ff1fa6135969174f162',
'https://theshownation.com//mlb20/items/2ffe64129ff66819d763ef9148d4c761',
'https://theshownation.com//mlb20/items/15d0324c4cba39035aedcf51adc6262b',
'https://theshownation.com//mlb20/items/89d3f7e40882c24e14163199d6c814e0',
'https://theshownation.com//mlb20/items/3348eb92c98456b4ef8930705f073148',
'https://theshownation.com//mlb20/items/92740316e784a1ffbc6263cda396b05a',
'https://theshownation.com//mlb20/items/5ca05341418f09367540f05484d0b650',
'https://theshownation.com//mlb20/items/fffffe98d0963d27015c198262d97221',
'https://theshownation.com//mlb20/items/47b5796a080e3cfd5088f65d08284385',
'https://theshownation.com//mlb20/items/f752167fca2ecaf38964ffaff639b8d8',
'https://theshownation.com//mlb20/items/7cfc37ec1434434ea9e2c926984fd996',
'https://theshownation.com//mlb20/items/640230229f8270b2d23ff0f572d7620d',
'https://theshownation.com//mlb20/items/bfd92313d9585fd77902c66b505b30b2',
'https://theshownation.com//mlb20/items/7a1fd501b45f517e975995e1ef9b956c',
'https://theshownation.com//mlb20/items/1dc43216fffa0191d44329797ac898c0',
'https://theshownation.com//mlb20/items/bb3e90115fe0edc297846a47dc731ae4',
'https://theshownation.com//mlb20/items/28f960d096e8e646d3100bc759d4c24c',
'https://theshownation.com//mlb20/items/589e19fafa037ef3e798363d7f9bd6d3',
'https://theshownation.com//mlb20/items/a8ec89905290aec1295362bbccf56370',
'https://theshownation.com//mlb20/items/ca72065eb8b2cb3c2b280e46b881203b',
'https://theshownation.com//mlb20/items/f1a425f699458e09372b5da49c06fd33',
'https://theshownation.com//mlb20/items/c321c755d0a92e0b884d3336cdf803e1',
'https://theshownation.com//mlb20/items/05cd9795646d1077a743ada13fbc2c62',
'https://theshownation.com//mlb20/items/177e32c9135cbd89ce90cb7cebf0270c',
'https://theshownation.com//mlb20/items/b6094ce2d81a4ceef4996f3f0ea04635',
'https://theshownation.com//mlb20/items/7c77f048a2d02e784926184a82686fa0',
'https://theshownation.com//mlb20/items/845803d7964d4fe814b629e902e01f40',
'https://theshownation.com//mlb20/items/3183fc21acb07e30098c42484e12d697',
'https://theshownation.com//mlb20/items/162809b3a22232ad10ae0de553b6d01c',
'https://theshownation.com//mlb20/items/91cb24d2002c6a0558e557a9138e112f',
'https://theshownation.com//mlb20/items/3f2f1d47c36d2ad8c27030b1b580b3f6',
'https://theshownation.com//mlb20/items/814c5a2dd0bb3644a8af702220c52422',
'https://theshownation.com//mlb20/items/7539b289b6d61e964f60a8a6e9311bde',
'https://theshownation.com//mlb20/items/e0a4c69b207126411a8a5e1049bfdfe5',
'https://theshownation.com//mlb20/items/51ac520c783d88964a793e455dae3506',
'https://theshownation.com//mlb20/items/734ec5296d8357fa809ab7ff73b4740e',
'https://theshownation.com//mlb20/items/8d0847366a208968be344b7c3e595291',
'https://theshownation.com//mlb20/items/424ea4fb01d426ad5231b50dfd69d46a',
'https://theshownation.com//mlb20/items/34390147aa604589f654dca78ae78da3',
'https://theshownation.com//mlb20/items/b786332c6e03d22a572e2bd5c67a86c9',
'https://theshownation.com//mlb20/items/2096479f1f57167cecb0a029dd9477f3',
'https://theshownation.com//mlb20/items/4e731a273a4f480aadc865db1cd9c448',
'https://theshownation.com//mlb20/items/aedd45c2ac38b5cdbfac250d1031246a',
'https://theshownation.com//mlb20/items/afac78e614dac1a1470030ea55c08eef',
'https://theshownation.com//mlb20/items/010cf6733ba79252a80674668054f335',
'https://theshownation.com//mlb20/items/0e5b1c1f07951111a99a8b8a7a6b58b1',
'https://theshownation.com//mlb20/items/2f233bb83fcd9c49e2959f96f2463b64',
'https://theshownation.com//mlb20/items/c31de872e4b768853e4180258bb2ab00',
'https://theshownation.com//mlb20/items/e3d373858ddfa09d81bd1796943514a8',
'https://theshownation.com//mlb20/items/dc5cd6ec5b2df75ead63c98d5963e732',
'https://theshownation.com//mlb20/items/053c5dfc539ac63b95de34377abf5ba9',
'https://theshownation.com//mlb20/items/b17d646e36f5fb120b2ea74c14d39f5c',
'https://theshownation.com//mlb20/items/357a689f054e8c8b3ea30d0492c52932',
'https://theshownation.com//mlb20/items/290db70122024b966676c5ca55e67d21',
'https://theshownation.com//mlb20/items/c8af2c4e697bad9f8923682b361402fc',
'https://theshownation.com//mlb20/items/67455a0673f5cf26deae5b270c003e83',
'https://theshownation.com//mlb20/items/cd882c767c8c59acb413a971a5b442f7',
'https://theshownation.com//mlb20/items/5578e16e3443da7f7af10c70874a7fe2',
'https://theshownation.com//mlb20/items/48e081d443097598b231fe0f53e95fdd',
'https://theshownation.com//mlb20/items/ea2348dbd72165cc69aa7c26e89ed8d9',
'https://theshownation.com//mlb20/items/8f511cb165b957afaac780c744ce186e',
'https://theshownation.com//mlb20/items/d4809f07d773c2013d584ce3ab38108f',
'https://theshownation.com//mlb20/items/1cfef7cfd8d26b1ecb8b0eccca6366ca',
'https://theshownation.com//mlb20/items/78a01b29d6eeb24756985624ac5723c9',
'https://theshownation.com//mlb20/items/8a09b9e6a6b138365de11987319c4aab',
'https://theshownation.com//mlb20/items/6a0f7ec148a4666b74e8862dd105eb0c',
'https://theshownation.com//mlb20/items/80f3f5f7b631b0e974a4a4627672e73a',
'https://theshownation.com//mlb20/items/727768427b81aaf572184af5248606e3',
'https://theshownation.com//mlb20/items/24bd9a43665868b86b260f6e326b7c5f',
'https://theshownation.com//mlb20/items/0dd3985fed53410ffc15c2da8b6383c2',
'https://theshownation.com//mlb20/items/be89ed054d7e403ce222eca45bca7045',
'https://theshownation.com//mlb20/items/b0b9693fffa8d35ba4d2f4c2f0340fbe',
'https://theshownation.com//mlb20/items/48bbfd2497b88edea00746d7c8cb96bf',
'https://theshownation.com//mlb20/items/078fbc1d65812e5859c6382f0eb1bb5e',
'https://theshownation.com//mlb20/items/899f8a1e3c79738fa39712ca986c88e7',
'https://theshownation.com//mlb20/items/a0097122646b4c5ff8de96d593cc5de5',
'https://theshownation.com//mlb20/items/bf440032bc90a1af197dd21c81fd5b37',
'https://theshownation.com//mlb20/items/bd55122154b37dd5297d29c7794bed19',
'https://theshownation.com//mlb20/items/36de309602983818b4c2b9b606ef4ff4',
'https://theshownation.com//mlb20/items/47e56bce481c77b639996723e3890689',
'https://theshownation.com//mlb20/items/857763881cf6ef15c272415206e10282',
'https://theshownation.com//mlb20/items/cac2d36868fd45ce175dfe731aa5bf6b',
'https://theshownation.com//mlb20/items/36165040b1051f2cfde3c3e5c095d3ed',
'https://theshownation.com//mlb20/items/ed7c2df00da3928f799751b048ed5ab0',
'https://theshownation.com//mlb20/items/6ce8717b8496b9d1a1e4c615b7c91d92',
'https://theshownation.com//mlb20/items/2bb05a30034c3f1c2ee68d0c34ae6e3c',
'https://theshownation.com//mlb20/items/b38700450d76fa2e5c3498b9218b9bc6',
'https://theshownation.com//mlb20/items/d37db81b770e9c7f95621cf281a50deb',
'https://theshownation.com//mlb20/items/63b2bcd96a3981153de8111edeeca175',
'https://theshownation.com//mlb20/items/f20c652e99dfc36133bdf9f2bc4af283',
'https://theshownation.com//mlb20/items/fcd6ee20a31612b7f2f886ed16348750',
'https://theshownation.com//mlb20/items/023e1de20a1a68aab1eeb0562b018ed4',
'https://theshownation.com//mlb20/items/05c0ea71086013588050cb7762de5385',
'https://theshownation.com//mlb20/items/2f93f3e672327c71ba76c43d93a9b2c5',
'https://theshownation.com//mlb20/items/9e4d9bfa1ae32b4633b54bee4c765fb7',
'https://theshownation.com//mlb20/items/eb97f5fdf3701ebf7ce10f9600fb0ade',
'https://theshownation.com//mlb20/items/ce518001633ca4e1f2ae4b02f4dcb11f',
'https://theshownation.com//mlb20/items/ba0909e302db12f30293fed31693f19b',
'https://theshownation.com//mlb20/items/32cef736ada0ce942d53dd2c8639ed6d',
'https://theshownation.com//mlb20/items/01657d0923fcfe6b240ac1d182f998ea',
'https://theshownation.com//mlb20/items/0a6aa322573688fa48925f57b4ee6743',
'https://theshownation.com//mlb20/items/aba37915c93417bfa9d92dd23a38771e',
'https://theshownation.com//mlb20/items/9f11e692a2a53a8382be86ee9713763c',
'https://theshownation.com//mlb20/items/f5a05c19630b052f3fb3e434a0a175ea',
'https://theshownation.com//mlb20/items/4216a63a4a40cd16ad257098ec9d361a',
'https://theshownation.com//mlb20/items/dbf3005b46d0a2f32b8fd89ba4043946',
'https://theshownation.com//mlb20/items/26b54d75fad5660ca6471905fe1793cf',
'https://theshownation.com//mlb20/items/b4a2d301ddc8a3e8c500551900bdffd4',
'https://theshownation.com//mlb20/items/981d34514a093fa94b6d484867e14fac',
'https://theshownation.com//mlb20/items/ffc87aa6d02f68087d1978176980b783',
'https://theshownation.com//mlb20/items/8c433a09bd26b943147c4d9bacb15efc',
'https://theshownation.com//mlb20/items/2ab8edb933345c598252fbc36c8b9ced',
'https://theshownation.com//mlb20/items/ee7905f8b65b6ea3ac9c66a7845f2737',
'https://theshownation.com//mlb20/items/e9c550b97a038b9dbe82e0c87ac80988',
'https://theshownation.com//mlb20/items/e2d05fe61187d1bc4928a253d09f087e',
'https://theshownation.com//mlb20/items/e4060c177970a54df8046e4f77ef3d01',
'https://theshownation.com//mlb20/items/454a6b3088037f916dac09aed8e85537',
'https://theshownation.com//mlb20/items/89ac3847f89c59936579cfc2ce0454ca',
'https://theshownation.com//mlb20/items/20693004ec845da4c1ed7f7c05c7685a',
'https://theshownation.com//mlb20/items/52b939a7696391395ea818f43f82b5e5',
'https://theshownation.com//mlb20/items/cdde90d3321aee7ac051cf58d649a5f5',
'https://theshownation.com//mlb20/items/76e91437c7f841334f01db0c85a8ec00',
'https://theshownation.com//mlb20/items/21ee021ac65ce078bfd68b48368dc6a8',
'https://theshownation.com//mlb20/items/ed0fa43d037c5d43cf136a6f17671aae',
'https://theshownation.com//mlb20/items/97b3628a420221f9e6f4daab23b75070',
'https://theshownation.com//mlb20/items/60e7ded7364d816c851f08406d8fec74',
'https://theshownation.com//mlb20/items/6c5532cd89a43796f19e4ac21f3b8c72',
'https://theshownation.com//mlb20/items/0849659c26c77c8aac41bed0133fa88c',
'https://theshownation.com//mlb20/items/73105c8bf5befe6ed16aa409c2740f43',
'https://theshownation.com//mlb20/items/8de76941ee6aa8d522094ea8e8d58b4c',
'https://theshownation.com//mlb20/items/da3d1c04a0f5d78302f0db830fdcb4da',
'https://theshownation.com//mlb20/items/285440c1920db8887db5645e46429ac4',
'https://theshownation.com//mlb20/items/41dba7c677fd1dc761ad8717c352da92',
'https://theshownation.com//mlb20/items/043485b042179e1b0547288346a47044',
'https://theshownation.com//mlb20/items/47648d4793a97f09d9440bd7caf3869e',
'https://theshownation.com//mlb20/items/7c74782c46a2cecf21f674c10da18534',
'https://theshownation.com//mlb20/items/b305a6043aea3d485ce77832c390c269',
'https://theshownation.com//mlb20/items/38931085302fed7608c6c0a28566b7b3',
'https://theshownation.com//mlb20/items/5d273677652ec19562d9db111abf46d3',
'https://theshownation.com//mlb20/items/bbb96d7adad8c94da269ae0494bb2ec2',
'https://theshownation.com//mlb20/items/91edf9918caf23ade612be8a563a676b',
'https://theshownation.com//mlb20/items/5392c2f4a7ba34fdf47a1c5208f09640',
'https://theshownation.com//mlb20/items/27fb595d8f04cae613c7bd573b930a64',
'https://theshownation.com//mlb20/items/d6b6433435c1552d110e5b3f3f695990',
'https://theshownation.com//mlb20/items/ea1acb5549f38021d7372b6eeb61fd05',
'https://theshownation.com//mlb20/items/f5ebd52a0dc78551b072aa2eb23438b8',
'https://theshownation.com//mlb20/items/f5043e335ce8e2caf79cf0e80220b161',
'https://theshownation.com//mlb20/items/2c705d5bfa31ed6e0e9e4e8e4856e7ae',
'https://theshownation.com//mlb20/items/ab6fe89d793b5a3c4153692779cb0680',
'https://theshownation.com//mlb20/items/7757c9e5178fdb7d4d39207ff91840c3',
'https://theshownation.com//mlb20/items/d57b5430f8c6a9fa9d91cb60bd237336',
'https://theshownation.com//mlb20/items/8b8cd5cadbd34b4c7e7be2eaf8457e3f',
'https://theshownation.com//mlb20/items/b3d72af547b23265305eda666dd749f9',
'https://theshownation.com//mlb20/items/ebd6638431159e2c7a8229ea9307ecc2',
'https://theshownation.com//mlb20/items/8641afa4db7421c9eeaf01260d8afefe',
'https://theshownation.com//mlb20/items/21e7b6bc0412d4aaaf4158fdacb1d1ad',
'https://theshownation.com//mlb20/items/b328487b2b7959c38fd3c33a17bb6a00',
'https://theshownation.com//mlb20/items/2e95ade370c3871fda51e03448bf1b20',
'https://theshownation.com//mlb20/items/b325ce2830a0a1538031152d9e5ce1b5',
'https://theshownation.com//mlb20/items/6d8a1d94651a63cd8cb385dc3e96a3a0',
'https://theshownation.com//mlb20/items/15c8f2ffbbc0f143001b1edb6b0759b5',
'https://theshownation.com//mlb20/items/1762dbc29d6d9babac1c267cc49352a7',
'https://theshownation.com//mlb20/items/6cc501a25298e4051886ef1a126e9484',
'https://theshownation.com//mlb20/items/455d2494cf3dfebd4e54cd4b21bb2fa0',
'https://theshownation.com//mlb20/items/96a8b6d3cae8b7a850188eebc0d1ecd7',
'https://theshownation.com//mlb20/items/d281706a315b6f8c5854acc72059b2d0',
'https://theshownation.com//mlb20/items/94c6f77d585195c80cf2213f4a3f9cd9',
'https://theshownation.com//mlb20/items/455465a1662bafac8a32155d1e96ec97',
'https://theshownation.com//mlb20/items/99f177d5be3272d4653bef31e6e235ab',
'https://theshownation.com//mlb20/items/60df09fbc0e95a8d56ddbe5da179f829',
'https://theshownation.com//mlb20/items/f275c3f63affaa9fd3251140a5578ee6',
'https://theshownation.com//mlb20/items/a370d63f8c3337fb1c4e20a9ad011442',
'https://theshownation.com//mlb20/items/f3f611415939d28bdeb54703b65a36bb',
'https://theshownation.com//mlb20/items/63037479984401b6b290392b86938bbd',
'https://theshownation.com//mlb20/items/e6590d413b51f18d2556c4e620adc5f4',
'https://theshownation.com//mlb20/items/39026fc58808a001437223b5bc0be8a6',
'https://theshownation.com//mlb20/items/f8f2394347595ff31db6d61e584dc346',
'https://theshownation.com//mlb20/items/ba9610f15670ff0b210952555fbfe49c',
'https://theshownation.com//mlb20/items/ab283395384815f89a14d508749d5c8b',
'https://theshownation.com//mlb20/items/560eb60373b30a42bb1d813a47ebae5b',
'https://theshownation.com//mlb20/items/a19be16e356ec7af4662e553cc740906',
'https://theshownation.com//mlb20/items/f6801344efb60733a858ec32ba0ed303',
'https://theshownation.com//mlb20/items/6da987f4db3577a16f958f27c6d0a251',
'https://theshownation.com//mlb20/items/b923dbd86db34a1294e93af71efb59ad',
'https://theshownation.com//mlb20/items/032608a0d8ef4946d0f7bec3707c024f',
'https://theshownation.com//mlb20/items/137853082702b6be2d735817ca348b05',
'https://theshownation.com//mlb20/items/5dd53e1664525233d42f0464ecfb47f1',
'https://theshownation.com//mlb20/items/54ba2d06c11229826ca8143a2933df73',
'https://theshownation.com//mlb20/items/4663bd95f4de11218493533738a71b00',
'https://theshownation.com//mlb20/items/b5ab45423ffb576accdb554b967cdad5',
'https://theshownation.com//mlb20/items/0b97be8b4b408a3a0780a32e0a143a7f',
'https://theshownation.com//mlb20/items/953e2ad25261d78a67bc9b4da4016994',
'https://theshownation.com//mlb20/items/47f160a51c5e9be451363520a149ca82',
'https://theshownation.com//mlb20/items/2e19155dc6fe707f02d4d3dc88508930',
'https://theshownation.com//mlb20/items/07824c3c893aec68b85724dd37c3755c',
'https://theshownation.com//mlb20/items/ea71556cadbce22326aa0a482b1f0280',
'https://theshownation.com//mlb20/items/bf518eabe3a80902d6ee77a87240d0e4',
'https://theshownation.com//mlb20/items/3700c6648c0df5c6f04713e555721cf3',
'https://theshownation.com//mlb20/items/4d76bdef0d4780075906b69acd169cb7',
'https://theshownation.com//mlb20/items/124ef391809a7840a9b2d4454facb867',
'https://theshownation.com//mlb20/items/ce943be8824807573e3d363d01058edb',
'https://theshownation.com//mlb20/items/4672ece7941687220057152719a5e448',
'https://theshownation.com//mlb20/items/7c9357dc1384365a339ee9de0b1f5766',
'https://theshownation.com//mlb20/items/b292c42b08d209a8baa530adc393671d',
'https://theshownation.com//mlb20/items/33361cd70854b41ce5b022000f77b434',
'https://theshownation.com//mlb20/items/7cd26db58f0de31308f6954245630c03',
'https://theshownation.com//mlb20/items/f74b25a7dc1504cf5a3b964a990266ff',
'https://theshownation.com//mlb20/items/f0affe8ec1361efcafd1816b5b1c2426',
'https://theshownation.com//mlb20/items/bc8cfbf74da8fdd0156a05eaf7edfa82',
'https://theshownation.com//mlb20/items/de39ebd3184a468cd1659f2d8a6717ba',
'https://theshownation.com//mlb20/items/d4d367f9ef2000f4ae6c37752ce3afc2',
'https://theshownation.com//mlb20/items/b1bd739ac7f0bee6edbc6f946bcd73f8',
'https://theshownation.com//mlb20/items/af111d32cda56969a6f2050db607d68c',
'https://theshownation.com//mlb20/items/27cef5e32aec7ca8ff6af886e6dbb7e9',
'https://theshownation.com//mlb20/items/83db1518c5bd4e9bf12fdf97de0d29fc',
'https://theshownation.com//mlb20/items/585a999cb6b22b1e8ced8066e496784c',
'https://theshownation.com//mlb20/items/1ebb1d1f55c09d87901fb445b917948b',
'https://theshownation.com//mlb20/items/50a039e881bb157121e9ea9afea996c5',
'https://theshownation.com//mlb20/items/acc44efd90f4fa281caf23e53e7227e6',
'https://theshownation.com//mlb20/items/fd577536e9ceee3d9c2b3b2e6d2e2a88',
'https://theshownation.com//mlb20/items/e5b1d7d8966c1865bf38156a944b68e2',
'https://theshownation.com//mlb20/items/a6d029022610ced085eedb33de5b311d',
'https://theshownation.com//mlb20/items/977ff9171360694b980e08c49b3579dc',
'https://theshownation.com//mlb20/items/a3b5404d85a0ac02faf5f1adbba4bdb6',
'https://theshownation.com//mlb20/items/967874531a7ce4884cfc0ecf081dc958',
'https://theshownation.com//mlb20/items/ab65e1a4d850fa15d38469a1ad02ce90',
'https://theshownation.com//mlb20/items/85ac30828335a92fe694ad583030ea95',
'https://theshownation.com//mlb20/items/f1ac05f17b46ec530353d295ff77c508',
'https://theshownation.com//mlb20/items/38fd577719a20b566bec71465f6433c7',
'https://theshownation.com//mlb20/items/1ef101de84f042e4d763e3235785e0df',
'https://theshownation.com//mlb20/items/80a777588c741a17fd957b8b989dd4c7',
'https://theshownation.com//mlb20/items/6a9db63ae8404d3ee8a207c8fb0e29f6',
'https://theshownation.com//mlb20/items/96cef91ce78fa11066456db9b1275661',
'https://theshownation.com//mlb20/items/e3f37a80937016c28f4b687370f9783e',
'https://theshownation.com//mlb20/items/c534e2f89539e866011e1e75adfefbfb',
'https://theshownation.com//mlb20/items/bf54a5356da94a9bccf96940b4b3960f',
'https://theshownation.com//mlb20/items/6a51a5ddd3a3e143a1e186948d00b602',
'https://theshownation.com//mlb20/items/f20ad2475827b60cbfd9efe5e98d78ae',
'https://theshownation.com//mlb20/items/8bb604aef2c0b402c5006bba0e536e3e',
'https://theshownation.com//mlb20/items/10ebdd866f01fcebc9d0661a8eb34a9f',
'https://theshownation.com//mlb20/items/c14c96851ed657b8510e02b8d9b534bc',
'https://theshownation.com//mlb20/items/edc11ad645bab544e01f77d9d4e7cff3',
'https://theshownation.com//mlb20/items/84a4b37779ee88caf98a810ddc375033',
'https://theshownation.com//mlb20/items/afc07ef2e4c5839b6b821f6d2974e407',
'https://theshownation.com//mlb20/items/ae2da010af91a365a412e97d26ae4e59',
'https://theshownation.com//mlb20/items/aea76ed2f98e26f9116049d0376ba275',
'https://theshownation.com//mlb20/items/d589dd26d0c0260c8a2001f8db379c14',
'https://theshownation.com//mlb20/items/e9f25e08376c0ddf3794d0212623d221',
'https://theshownation.com//mlb20/items/bd8f44067769dbfb91bd4b4c13c967c2',
'https://theshownation.com//mlb20/items/53fcf303d2e920fd3c90921ceef16a92',
'https://theshownation.com//mlb20/items/44ddf432eb6704a14abb1e3445a52436',
'https://theshownation.com//mlb20/items/4564b63cdb72b5d9fb433b93ce5f0132',
'https://theshownation.com//mlb20/items/0c4033c4ab2117e808f1b11a8181ef98',
'https://theshownation.com//mlb20/items/d007a4b803c8d4ebe66f9a52e097a418',
'https://theshownation.com//mlb20/items/b2eb6dbe6c127cbda79b4087a73e13c3',
'https://theshownation.com//mlb20/items/601c4fff3aeb8b4c5e7b89fde7a6ba34',
'https://theshownation.com//mlb20/items/f46657d673d95ccf8d12b1075ab7c653',
'https://theshownation.com//mlb20/items/e42a68e0a57044cc230ac7c901756c1d',
'https://theshownation.com//mlb20/items/d956458b294b3c3210ced019c6cdd236',
'https://theshownation.com//mlb20/items/98d18f067382e282b98734bf528b4178',
'https://theshownation.com//mlb20/items/29c08ec2725d8cc323fdd68147a40703',
'https://theshownation.com//mlb20/items/60d179bc263ce0fe8e342c2ea1e67fe6',
'https://theshownation.com//mlb20/items/e1940719f77abe2ef9a5249421ac8492',
'https://theshownation.com//mlb20/items/58b26e6eaeb6ed078b51e6cde7925d71',
'https://theshownation.com//mlb20/items/696fb322493073d42be4fafa2a7b6f77',
'https://theshownation.com//mlb20/items/515482f4944c209951dc1a340bd23051',
'https://theshownation.com//mlb20/items/a3c7d50f299a0f9336ff84703bc49d51',
'https://theshownation.com//mlb20/items/a552e1db6a1c7dbac243c72a8d3140bb',
'https://theshownation.com//mlb20/items/ea4a114f0b354f8bc1a634fe4df21363',
'https://theshownation.com//mlb20/items/8de91ccecaa259579f4184ce2f632609',
'https://theshownation.com//mlb20/items/db5aaf4d715a4bf8247fef10ee7698ca',
'https://theshownation.com//mlb20/items/0067035172fc786488ff7c6317ed88c9',
'https://theshownation.com//mlb20/items/54cbacbc5d8130ebcec9891bf80027d8',
'https://theshownation.com//mlb20/items/0ace14f7dd3d8e29870664c6fa021440',
'https://theshownation.com//mlb20/items/766b8260680f75badcb4665177affcc9',
'https://theshownation.com//mlb20/items/ba1518de09ba164aa79f11714ca04be9',
'https://theshownation.com//mlb20/items/188ad36eb0cb68d694a6e7913c565240',
'https://theshownation.com//mlb20/items/299d8968ef74c5086cb3ee21f13ed27a',
'https://theshownation.com//mlb20/items/a1586e7f74cf657118882142543e02e0',
'https://theshownation.com//mlb20/items/7f306704b558d9577d8c9059f208ab6e',
'https://theshownation.com//mlb20/items/eeb835dcdf7e9f9bbda08993b42f252d',
'https://theshownation.com//mlb20/items/32899caf42c72b8288fbdbb5434a494c',
'https://theshownation.com//mlb20/items/1853414c691b3e17ad1a14b23dfb9598',
'https://theshownation.com//mlb20/items/0160134f4214329e47c0dadcb73f646f',
'https://theshownation.com//mlb20/items/5a9fa2197c5e405543c00bd501751082',
'https://theshownation.com//mlb20/items/db7c26161301a4e7bf1de14fe953edad',
'https://theshownation.com//mlb20/items/fbf50efd552a22190e4e76d28f87b072',
'https://theshownation.com//mlb20/items/1a24c6e1861ae8307ff8b0860eb51c8c',
'https://theshownation.com//mlb20/items/75d26d22ba86382e216cf0f2ddd92745',
'https://theshownation.com//mlb20/items/383b440962aa48e9b4bb8b51701bb76e',
'https://theshownation.com//mlb20/items/12db1dbf2200bc9c5f1d04c69ae04ff0',
'https://theshownation.com//mlb20/items/243153b1d3e9aae08821d40e3b402ffe',
'https://theshownation.com//mlb20/items/ee373cca919c768548f9461eb171a6c7',
'https://theshownation.com//mlb20/items/5d12d5a76a9683536eb23a6a1c9767cc',
'https://theshownation.com//mlb20/items/6790fe5f90c88ea86e251454dd2b8855',
'https://theshownation.com//mlb20/items/78dd46886c1d8fb577832eb8fbff11a3',
'https://theshownation.com//mlb20/items/02c1ffbf4378893da347eb8ec50b2456',
'https://theshownation.com//mlb20/items/ec3afa919ec7331e91c462f93608e0da',
'https://theshownation.com//mlb20/items/95b4738e0867cc64385b42e3cb13d3b6',
'https://theshownation.com//mlb20/items/c05335c6fe386e872a058f0aab51f79c',
'https://theshownation.com//mlb20/items/03e6590e4c076c4f58de4bf85811d640',
'https://theshownation.com//mlb20/items/7378210190a8c382ad226ab9a7b54523',
'https://theshownation.com//mlb20/items/9f1b497836bfa48a8f4e25eb55c566e5',
'https://theshownation.com//mlb20/items/8c5c4c57692c0a5cc8dd1a83638ba2c2',
'https://theshownation.com//mlb20/items/f24d3891deca9c62c05caeb4918a772c',
'https://theshownation.com//mlb20/items/be8f254ef25c5a40ac8b395ed4fc6033',
'https://theshownation.com//mlb20/items/3de3b7d9e1ec9e717cf6f5182c9546ad',
'https://theshownation.com//mlb20/items/4e00f3931227999d2643ffa29b8afcad',
'https://theshownation.com//mlb20/items/437d2c4de406d5e46cb45e9802811f31',
'https://theshownation.com//mlb20/items/237badad699a572a4071d58e19cdc8b4',
'https://theshownation.com//mlb20/items/796a13649f7504836cc88fd7b385a278',
'https://theshownation.com//mlb20/items/237b5accef653ebe40f8d2bb179dc554',
'https://theshownation.com//mlb20/items/9b4e84017d08b6576f1282367901c964',
'https://theshownation.com//mlb20/items/986f7af96202a882ea4501485a1f3536',
'https://theshownation.com//mlb20/items/8c6ff9e1b53e7e1f532048b6b1435d7b',
'https://theshownation.com//mlb20/items/02fd6cf9553be2d58efe687b857830f6',
'https://theshownation.com//mlb20/items/3bc4d452b20e38b525cb377b38b0561f',
'https://theshownation.com//mlb20/items/8e06eb57b289ac466aff1c3922d37439',
'https://theshownation.com//mlb20/items/52918b958baa373d64050a74f8029329',
'https://theshownation.com//mlb20/items/eef43b55de33c2d530ea4a9669b81062',
'https://theshownation.com//mlb20/items/687338c1e79c2acc2b2bbf9fe0542e62',
'https://theshownation.com//mlb20/items/e0b6c164920a5a463aa98867f13038d4',
'https://theshownation.com//mlb20/items/797ed5077436dc8abaec64750e2c3d3d',
'https://theshownation.com//mlb20/items/df7c6cbfde52a0ccf19c3a82487c3ca5',
'https://theshownation.com//mlb20/items/62e81b7815b24e46b69fcfa197aea837',
'https://theshownation.com//mlb20/items/a463cac2327534f6f02563ffbdf92918',
'https://theshownation.com//mlb20/items/7c8616cf86f6ca71e8189ff8d544d5ac',
'https://theshownation.com//mlb20/items/d21b47a5b72b3ca7e9f74750fff29dd1',
'https://theshownation.com//mlb20/items/65546ed1aea0d4a89d6aa035968c2a3d',
'https://theshownation.com//mlb20/items/6f16fbb28f5e4ceb9243f7e2e4f0af04',
'https://theshownation.com//mlb20/items/3c77791b126e1e33dc95c13a3d914e11',
'https://theshownation.com//mlb20/items/a2dad69202cc3e9f4c44851e6945c04b',
'https://theshownation.com//mlb20/items/065940d7612634b4e81f593f6ce19418',
'https://theshownation.com//mlb20/items/46fed9ea4097abfe7799de65486ee1dd',
'https://theshownation.com//mlb20/items/36aaee658d23e166aa4813f697465347',
'https://theshownation.com//mlb20/items/a1e1f162f218dfeee8c0eb887f0c57d0',
'https://theshownation.com//mlb20/items/785230e0cbadc11a6fbff0514e224863',
'https://theshownation.com//mlb20/items/4744cb82bfdba1fc70703ccdcbcbd03d',
'https://theshownation.com//mlb20/items/d0df036bf29fd4db6e3fadab6b314715',
'https://theshownation.com//mlb20/items/ba3f349ccf03db34ffe32da4a234cad2',
'https://theshownation.com//mlb20/items/d7d797c21f5bbff8e236bace76f42969',
'https://theshownation.com//mlb20/items/d752136587ea829e1f5c07ceb23dc72c',
'https://theshownation.com//mlb20/items/155c238e516a4518c40b498dd4aaaba5',
'https://theshownation.com//mlb20/items/e71fceaf910b1065b49f118cbde48313',
'https://theshownation.com//mlb20/items/bc61fae6a5150b4280424a14f747464a',
'https://theshownation.com//mlb20/items/71d2f46bae7fdd24ba0873898cc77fb6',
'https://theshownation.com//mlb20/items/5a271f2b9dd5fd7223ec585c6ec1fe69',
'https://theshownation.com//mlb20/items/b0957672158b7913f5abd8d6f4e9d50e',
'https://theshownation.com//mlb20/items/430a7e19cd27b66c8a4a756b85dbfd85',
'https://theshownation.com//mlb20/items/ec345c4ea8758243dc3d1424ff9f86b1',
'https://theshownation.com//mlb20/items/cf6c52221905bfcf348a5744df9ed076',
'https://theshownation.com//mlb20/items/507828c42f28e5cfc38062b67960699a',
'https://theshownation.com//mlb20/items/b5464187e768a1db895e5df954d66a04',
'https://theshownation.com//mlb20/items/0a26b8f9f326633958ca8bf852ff0e57',
'https://theshownation.com//mlb20/items/ae7ccf3b05a225121e4f9f9eccd6ece6',
'https://theshownation.com//mlb20/items/70607a5baefe5608d76e9195017fc667',
'https://theshownation.com//mlb20/items/e49774d191d2589093dfa6dc07095670',
'https://theshownation.com//mlb20/items/50809a3cabc234a84659bb41cfce0f9e',
'https://theshownation.com//mlb20/items/8b0a6e823972477463ff90b9e804a70c',
'https://theshownation.com//mlb20/items/a38a9af287823928c8b66b29dde21c29',
'https://theshownation.com//mlb20/items/a19fbff55f49a023807bfe3ea9a9946e',
'https://theshownation.com//mlb20/items/2560a0bd703e8f66bd01786eda254e56',
'https://theshownation.com//mlb20/items/5280ac46ea82dd14e8eb0b1cfd2beb20',
'https://theshownation.com//mlb20/items/d4640594e32e593f8eba239bada1a0c4',
'https://theshownation.com//mlb20/items/aea4b641ed399a8eeebbe438b7380975',
'https://theshownation.com//mlb20/items/193864498a92b6aede7589f5d4826e12',
'https://theshownation.com//mlb20/items/dcae238b96cc21b0fd4a1d37ec177a4c',
'https://theshownation.com//mlb20/items/08bdd4ccdfefb4a7ad7757fba080aa28',
'https://theshownation.com//mlb20/items/56a09a83344113cb847c81a3306809d5',
'https://theshownation.com//mlb20/items/380145bb084aa454fe34abc4cad8c357',
'https://theshownation.com//mlb20/items/7c667fcefbc8afcb8641fd246d60c462',
'https://theshownation.com//mlb20/items/e4c5f4bfe531ef1b58bfddf6b260f666',
'https://theshownation.com//mlb20/items/21b12b67cb6ff82b0d5e9e1d96d4b56c',
'https://theshownation.com//mlb20/items/4c600743a60302ab380fb726cd7c49a8',
'https://theshownation.com//mlb20/items/0113c64ca9d9475255c5d0d83e6d2367',
'https://theshownation.com//mlb20/items/87f9eee946e9a545248de52c3f07f845',
'https://theshownation.com//mlb20/items/2c9f13441c3f36d9422d5de661e57742',
'https://theshownation.com//mlb20/items/8e7ad9f076740e3652a62ae9e328c53f',
'https://theshownation.com//mlb20/items/6c714999e23482178f39ffb77647f8a8',
'https://theshownation.com//mlb20/items/6ec52fc9886c13b7f97e5c5dee505909',
'https://theshownation.com//mlb20/items/9b8335558c2c16a1e8e02da51b00537b',
'https://theshownation.com//mlb20/items/cbd159e576d9b7ede8622c4fe355d50b',
'https://theshownation.com//mlb20/items/d12d28cb0397dcf180102f4c701bb3eb',
'https://theshownation.com//mlb20/items/9e93087b5c0158b50884f9c44a535944',
'https://theshownation.com//mlb20/items/7c88409e0c338999109ebe622014400e',
'https://theshownation.com//mlb20/items/14ca45894cf46dffdf23b38cde42ee8b',
'https://theshownation.com//mlb20/items/1d29da606fed544500238ad95495a2a0',
'https://theshownation.com//mlb20/items/c3f8e9b978af7dde4554abbde8e09dbe',
'https://theshownation.com//mlb20/items/13e7bee3b430044417f76cc1a04dcb33',
'https://theshownation.com//mlb20/items/1b7b2f2e63a4aee4d9a766abdd911efb',
'https://theshownation.com//mlb20/items/aa839cfb74f9e5ae2a89572a0093dd58',
'https://theshownation.com//mlb20/items/bd3f1eb5c94a9ef8a93e0205ade42ff2',
'https://theshownation.com//mlb20/items/7625ea264f45f56580051d58521dd1db',
'https://theshownation.com//mlb20/items/56d271e961fd402f9b0fee53fbaa9ee9',
'https://theshownation.com//mlb20/items/b2f07227dfe21404a9778b9cc04dd684',
'https://theshownation.com//mlb20/items/7fc2067b7f0e5d86dd4dfa1340b93910',
'https://theshownation.com//mlb20/items/f466571800af70edf099b3cb72b33f5f',
'https://theshownation.com//mlb20/items/95fcfe6012d7851f874cde5d3cb7e980',
'https://theshownation.com//mlb20/items/8b33ab221257b074d1d967042ad1d9d0',
'https://theshownation.com//mlb20/items/816db1628e55697e86b63406750fff4a',
'https://theshownation.com//mlb20/items/b72d941d680f092a8da24e4a8cfaf83a',
'https://theshownation.com//mlb20/items/2f41e7aed7a2bbd8650634585c71f49a',
'https://theshownation.com//mlb20/items/1aa4d17f2dcdae2f4ced909341741792',
'https://theshownation.com//mlb20/items/f7066703eb3987f21f0d102ea8caaeb5',
'https://theshownation.com//mlb20/items/6e7779e8eb6f0e0ab828f25c966aa225',
'https://theshownation.com//mlb20/items/06f38e7909709a72b521a4a9d1c05841',
'https://theshownation.com//mlb20/items/5f0defdea77928719eec823841163756',
'https://theshownation.com//mlb20/items/8dd6c8ced32cca354f48b298d317d706',
'https://theshownation.com//mlb20/items/e1415faa4cca7f05db92f1d66ce238e6',
'https://theshownation.com//mlb20/items/3fd3596aef628c388fc86f895d98cf6d',
'https://theshownation.com//mlb20/items/512182619d12ae0863827b7e5ab97f19',
'https://theshownation.com//mlb20/items/cbd35b795565394c06635007e20f1583',
'https://theshownation.com//mlb20/items/9962fbcc68e61479a29396edae8f3b9b',
'https://theshownation.com//mlb20/items/969d53a568dfbaf6bb929d69917b34fa',
'https://theshownation.com//mlb20/items/c7b2bf69f1796f4b7bd46bf55d8920f8',
'https://theshownation.com//mlb20/items/e948e43ad493d13687c77b8d5d056647',
'https://theshownation.com//mlb20/items/7e2aa3ad63bd5f4025e9162ea8738c7a',
'https://theshownation.com//mlb20/items/1faacc3ab6e29cd764380a5129a12631',
'https://theshownation.com//mlb20/items/7ea9f068a460ee6c285e7ca7af850c51',
'https://theshownation.com//mlb20/items/c1dc18bcfca3ef19cb61c20dd5c6e931',
'https://theshownation.com//mlb20/items/6ef77bd3e3cfb00cd02bba48e6e9a9e3',
'https://theshownation.com//mlb20/items/ca91afd0070f7d65177f34e552b38761',
'https://theshownation.com//mlb20/items/f8e64e825cf4fd949b32961ad1b4312a',
'https://theshownation.com//mlb20/items/d768001e841bc0bd089acc6f816d0699',
'https://theshownation.com//mlb20/items/5f74f8625f41c155c6437067d78ca25e',
'https://theshownation.com//mlb20/items/bc8dc2e92112275da59ba352aa5070c3',
'https://theshownation.com//mlb20/items/8adcbdcc53c6a9e4a177848a8e275dd2',
'https://theshownation.com//mlb20/items/0b76fdf0c77a7c5b8b15b0eeb68109b8',
'https://theshownation.com//mlb20/items/901c5103458da9452862157b5b4a2584',
'https://theshownation.com//mlb20/items/5f62b80e297edbcbfb1bb211062834e9',
'https://theshownation.com//mlb20/items/225178b1567029966f5f52fed7fc1179',
'https://theshownation.com//mlb20/items/0dd989c64c054921672af61a0c7a5e95',
'https://theshownation.com//mlb20/items/a86c4aec1bcf14eb30646ed8df2d2401',
'https://theshownation.com//mlb20/items/f02c29c9151492b1e173d058df06ae8e',
'https://theshownation.com//mlb20/items/b7444aa33236c190c7e81510bedfc9f4',
'https://theshownation.com//mlb20/items/7b3f65a67546eca7a9249e1310a6be4f',
'https://theshownation.com//mlb20/items/f61cdbe6c7ec2049160dbb993d0702b5',
'https://theshownation.com//mlb20/items/6f53f6d0c952a949b75444785c3a1399',
'https://theshownation.com//mlb20/items/65f4d68a152bcdfb558e48afafe24a0a',
'https://theshownation.com//mlb20/items/3e5fa5d77c90f90b0ddb3c43f64c2a78',
'https://theshownation.com//mlb20/items/b240984b4cc0f84615308bf708df6516',
'https://theshownation.com//mlb20/items/c86c4404d6c078face600eda09b12443',
'https://theshownation.com//mlb20/items/017c86c4ff3d405e6521becab0fb3732',
'https://theshownation.com//mlb20/items/940fc9d61a6bff3bf77cd4ae012f40b8',
'https://theshownation.com//mlb20/items/cff5262fdfee31374dd7ef606f5a722f',
'https://theshownation.com//mlb20/items/a6ba303643aebd67909eb3be9dc1a549',
'https://theshownation.com//mlb20/items/a2bf57c3aee957f2aaf75aa84717b3be',
'https://theshownation.com//mlb20/items/3b2dde702df788b53316c6b6e8c3bd9b',
'https://theshownation.com//mlb20/items/ce4b094fc70468917d37378c7f0175d1',
'https://theshownation.com//mlb20/items/30c5ba4650eee4a5550cdfa16fb4f195',
'https://theshownation.com//mlb20/items/e9c519a82a563ea4613914e83d06acda',
'https://theshownation.com//mlb20/items/dfb5185fcebd36be73800d8c7549b49f',
'https://theshownation.com//mlb20/items/4f9b784fbdde0c7a965fcbda042b2b9f',
'https://theshownation.com//mlb20/items/34fc31720ce1b1ab18191a852120231f',
'https://theshownation.com//mlb20/items/4ef10445b952a8b3c93a9379d581146a',
'https://theshownation.com//mlb20/items/737db06851aa4224553a728773b50123',
'https://theshownation.com//mlb20/items/a9fcbba7da26095ce5010a39b8a36509',
'https://theshownation.com//mlb20/items/29e7daaa3971f473a9406009cca3bed2',
'https://theshownation.com//mlb20/items/d0095d3cd2f747ab23126a366739afb5',
'https://theshownation.com//mlb20/items/e5f0a515e53bfd721fdb162b9b34d220',
'https://theshownation.com//mlb20/items/74fde144c79640df7e7ccc94ce993504',
'https://theshownation.com//mlb20/items/b8b687939c2ff82c6cc395c7de783262',
'https://theshownation.com//mlb20/items/2c563887fb511ed0c1d6aeacf603c2de',
'https://theshownation.com//mlb20/items/5e2c709667e9951db6c288fbe5be4123',
'https://theshownation.com//mlb20/items/4614ebe3b424d6d3ed9d84d0f366598d',
'https://theshownation.com//mlb20/items/075b352cd6b628c1b964ec661127d4fa',
'https://theshownation.com//mlb20/items/ff89e8ee1db049c810a2da86c84c6bd5',
'https://theshownation.com//mlb20/items/fa45afecc42bfd2ed529042f9e9df9b9',
'https://theshownation.com//mlb20/items/ad92301430dc5fe354e6d0b1946e537f',
'https://theshownation.com//mlb20/items/602a3d4a4c3542eef209745ec8d6fc5c',
'https://theshownation.com//mlb20/items/6324452fb1e7b195a4e6490b60c278f4',
'https://theshownation.com//mlb20/items/db793b3a1b4c40e4977207d285a5ea8a',
'https://theshownation.com//mlb20/items/ac5763e3afcec01a343d31d1c6724a6d',
'https://theshownation.com//mlb20/items/dd4d6182b1e45cf8b03b35ca1b100bd8',
'https://theshownation.com//mlb20/items/9f035001ce09d0f33f4bf01eb34c15b6',
'https://theshownation.com//mlb20/items/7008073ff64f6c91d61dbd192fd38558',
'https://theshownation.com//mlb20/items/eae09666cb6c5eb0eeedf06bc0b1c7fb',
'https://theshownation.com//mlb20/items/4480a9b9f076fedfce83aaebc13c5368',
'https://theshownation.com//mlb20/items/cb5666b1bfdbab58ec037fb9800f5ae1',
'https://theshownation.com//mlb20/items/a72fbdc03fde56aced63b34a97e6df0c',
'https://theshownation.com//mlb20/items/0c651b9889bb8badce3de429cf39f99f',
'https://theshownation.com//mlb20/items/b9101847ce161df57c65b56b80771189',
'https://theshownation.com//mlb20/items/a94334aec8564d8a172c5782288d5069',
'https://theshownation.com//mlb20/items/035470355c525490c9db87b4f0a48b51',
'https://theshownation.com//mlb20/items/85b88bc0f811d78392c3f2fdc45f9ee2',
'https://theshownation.com//mlb20/items/38cdcd4e817aad01e8408901fa10f392',
'https://theshownation.com//mlb20/items/51c2b550a38982c5c07ff61c33b4a05a',
'https://theshownation.com//mlb20/items/46a5a92c481d5d4e0478d68bad240fc6',
'https://theshownation.com//mlb20/items/91e1dd5f3d0336288082f26734c6de08',
'https://theshownation.com//mlb20/items/4916ba26c0ec4e43588dcc3e019ede51',
'https://theshownation.com//mlb20/items/dcd1f29d5cf389f753b87b30f472c6f3',
'https://theshownation.com//mlb20/items/2708ccf204c47df56b5469327e900581',
'https://theshownation.com//mlb20/items/861288f2a22d00fd516d7d104c7349da',
'https://theshownation.com//mlb20/items/aeeb1da8efc046ce13c5157ff4d0c1e6',
'https://theshownation.com//mlb20/items/5c6ad0665a39798966cb1827da181daf',
'https://theshownation.com//mlb20/items/f30e13dda67413e38d9dec087e89d3ed',
'https://theshownation.com//mlb20/items/ce4ef2a93a49e822821eb2038540a6d3',
'https://theshownation.com//mlb20/items/fa7482659fd71e6e233eadf4dbf3ed4e',
'https://theshownation.com//mlb20/items/a72437afb97803a6acb5420ef8b8a90f',
'https://theshownation.com//mlb20/items/84f9a02942fc8b5734f0a027f59f0a58',
'https://theshownation.com//mlb20/items/c9d7ee04cf2f0f4e71dc61c5231975af',
'https://theshownation.com//mlb20/items/cd726e6cc24cd0afe34ca7572891678e',
'https://theshownation.com//mlb20/items/51e5fad822a6f63e051ad8b5db5239d2',
'https://theshownation.com//mlb20/items/a3cc79744b9531687efac69c127a109c',
'https://theshownation.com//mlb20/items/4258f3315c6167919da625f44d6fe61e',
'https://theshownation.com//mlb20/items/426b48e83ef39ef21b5f77f933fb529e',
'https://theshownation.com//mlb20/items/e0c1f2508311072fcbae0d49539e9eca',
'https://theshownation.com//mlb20/items/ad99eee6489ffa0c43c0478d5463e41d',
'https://theshownation.com//mlb20/items/fd3b06f899e496c55baee2c0e1a460f3',
'https://theshownation.com//mlb20/items/9d659b456e19616a1d99808579f45f08',
'https://theshownation.com//mlb20/items/e7a7ad701181facf685c60b1ba264363',
'https://theshownation.com//mlb20/items/e70c1b57e0d9fe33b56ba3885430c448',
'https://theshownation.com//mlb20/items/4325d1772bbb08248572e96f643a8de1',
'https://theshownation.com//mlb20/items/3ca498a36de1c5eb1c2d01f80341383a',
'https://theshownation.com//mlb20/items/c718e60757f35ef35e0a9040b0a3f2a1',
'https://theshownation.com//mlb20/items/d1aeda1fa313469bfc588fac96d6644a',
'https://theshownation.com//mlb20/items/923b4926a703db2f6355a326bf10656e',
'https://theshownation.com//mlb20/items/4002628957f70084918b0d02535b3bca',
'https://theshownation.com//mlb20/items/1428cffdf4fe3ecf27886add1dec470c',
'https://theshownation.com//mlb20/items/10b2355028c81201ed2683c02ba493f2',
'https://theshownation.com//mlb20/items/1408f1a274dfa0469b0501dd323f83c1',
'https://theshownation.com//mlb20/items/b5064c54dad42d46dc42428e982cca13',
'https://theshownation.com//mlb20/items/13b6c44c75e1049f71f6531d435e1b72',
'https://theshownation.com//mlb20/items/3e145d35dd1945b8b95ec55deaa076ba',
'https://theshownation.com//mlb20/items/a77d3cad2f8792ea23272c9eef1b6597',
'https://theshownation.com//mlb20/items/b541f9935c1b4824b94f71c64ee36e6c',
'https://theshownation.com//mlb20/items/0dd53c8891cc022924207db32a860bb4',
'https://theshownation.com//mlb20/items/dd23490768a67ebc2fc92804d875f292',
'https://theshownation.com//mlb20/items/2a42d5d95256910f37c38fa4a821cbf5',
'https://theshownation.com//mlb20/items/893cba398418b8cfd0fe1a08e83f6224',
'https://theshownation.com//mlb20/items/335ebb59c2d4bc89cef80c692c9a10b7',
'https://theshownation.com//mlb20/items/b715ef4defb930547a3048e68d932f50',
'https://theshownation.com//mlb20/items/1818b89fb312ec0eb1ae01c352bbbc92',
'https://theshownation.com//mlb20/items/3c9698c0f03b91734221692551383ed9',
'https://theshownation.com//mlb20/items/387ba2ba73ce1e4c81fb09175bf2a1f3',
'https://theshownation.com//mlb20/items/3b05af2c48dbaf6656fdf2d2f905b3b6',
'https://theshownation.com//mlb20/items/3d08cf28390d5a33944faa283911a623',
'https://theshownation.com//mlb20/items/f9e458fba5f6e1a47da54ede016d920d',
'https://theshownation.com//mlb20/items/e866f5b284008f65db1641dae437f9c2',
'https://theshownation.com//mlb20/items/75e604afe33f43eb0d06373b383ec430',
'https://theshownation.com//mlb20/items/f3482a102a8dfa7ecdf57d63ec37872a',
'https://theshownation.com//mlb20/items/2c7e55694e865b64eebe041d813cb0d8',
'https://theshownation.com//mlb20/items/702f785904a60c6b8b8e5af93f9e412e',
'https://theshownation.com//mlb20/items/cf72e369ba89123691bcfaf253572530',
'https://theshownation.com//mlb20/items/e736598ba2c84d7313c8614de041cae3',
'https://theshownation.com//mlb20/items/60ff2f34a3371413aea763296e66b04a',
'https://theshownation.com//mlb20/items/547d2c7ee10071970623b11c797ff97c',
'https://theshownation.com//mlb20/items/b94542e1434723ab81c1fe5ba5ff78e1',
'https://theshownation.com//mlb20/items/bd50bebec256c500722bd95b6922f31f',
'https://theshownation.com//mlb20/items/f119102d0355bf1f5ec71ff016c84466',
'https://theshownation.com//mlb20/items/a7e3a8dde26508f6ace8f51f4634197b',
'https://theshownation.com//mlb20/items/7736debbc2c6bca58345c22dd791969b',
'https://theshownation.com//mlb20/items/ab6c2776051fe76199341dc483bc5fcc',
'https://theshownation.com//mlb20/items/14fab9101cde27b123722210d1a1836f',
'https://theshownation.com//mlb20/items/18d30de5260b28e09faee73740f523d2',
'https://theshownation.com//mlb20/items/639b1cbf061045ad1032ab9068c20b28',
'https://theshownation.com//mlb20/items/7fdfbdb466640e43e4da51b6295e2bf2',
'https://theshownation.com//mlb20/items/a58178db90069188869b4bf4c9d4bc01',
'https://theshownation.com//mlb20/items/72bf4c46f51738b13e2f7a204e39a7ec',
'https://theshownation.com//mlb20/items/67c34b9630469b3c13b7982316ffe7a1',
'https://theshownation.com//mlb20/items/894518b12e9073cc763965a852f65788',
'https://theshownation.com//mlb20/items/28bdfd5f057764b54c38770f95c69f2f',
'https://theshownation.com//mlb20/items/e3efe0ad5b37b75621ec60cc1d3176ef',
'https://theshownation.com//mlb20/items/688026f6edb29cc7c96b287b186b03c9',
'https://theshownation.com//mlb20/items/249aebbe9551fa31430ae6d1f5802749',
'https://theshownation.com//mlb20/items/1d11fefd8716b42d3decf26d287610fe',
'https://theshownation.com//mlb20/items/376b58f2eb71b0b7ecc658bc9bbd5464',
'https://theshownation.com//mlb20/items/c65db23b93631916f5bb31abf24462b8',
'https://theshownation.com//mlb20/items/b404579a33d6c50199eefb174df7b02a',
'https://theshownation.com//mlb20/items/41ca9e4fc93fff22596daa94dd437689',
'https://theshownation.com//mlb20/items/e9c283d59b5d6f8035d3978c061661f5',
'https://theshownation.com//mlb20/items/78b643f95b8a60758e226e7a0555dde3',
'https://theshownation.com//mlb20/items/c3d54b1a928304d7dfd75c1c8f5ace33',
'https://theshownation.com//mlb20/items/5e26badb3867ac7f26d3624ca39a9df4',
'https://theshownation.com//mlb20/items/ce3c9c905135bab43c25500d3435a7a7',
'https://theshownation.com//mlb20/items/4e27092512bfc9518f20ce5a0caea66a',
'https://theshownation.com//mlb20/items/49e73b20508969922d6a0cf43b1e3379',
'https://theshownation.com//mlb20/items/155722af3900b91a17eeb5a3c987defe',
'https://theshownation.com//mlb20/items/26e31ab36807914055cf505c63c05bd1',
'https://theshownation.com//mlb20/items/77fb534c73679ddb543437d0b3db77c4',
'https://theshownation.com//mlb20/items/230bf796d713db7832df3bda27c44978',
'https://theshownation.com//mlb20/items/09a66d2b77b4ea8c659311f7ea5add01',
'https://theshownation.com//mlb20/items/ab116216adca62a33056c6907bc35e82',
'https://theshownation.com//mlb20/items/27b27531e5b182af7c891c7fdca2f225',
'https://theshownation.com//mlb20/items/ea96b0bf5a01989e257a0e00eae4e632',
'https://theshownation.com//mlb20/items/6a9bb7bd2c2760c70763c08bef434ae4',
'https://theshownation.com//mlb20/items/19a4dc7fde8599253a6e05ddbfdcc39c',
'https://theshownation.com//mlb20/items/b6b8870c2b130a562fbe89fb0bb9518a',
'https://theshownation.com//mlb20/items/08a99fb7ccec24ad3dc8df8dd5d64481',
'https://theshownation.com//mlb20/items/8c28070c4f66b857f767329e8ce48afc',
'https://theshownation.com//mlb20/items/f2e624030d1505c3aabc60d22dc1022a',
'https://theshownation.com//mlb20/items/18197405b180a434e40551201cd25c54',
'https://theshownation.com//mlb20/items/b868a75cbe1372040841ba8235b4f070',
'https://theshownation.com//mlb20/items/5138b4394084bfe582a7366ceb0b6770',
'https://theshownation.com//mlb20/items/c9ae486d4193a28218ebcf092e1a1659',
'https://theshownation.com//mlb20/items/ee7b51d4e878fa68e1f82073bc39b847',
'https://theshownation.com//mlb20/items/6078c5a808c1d1fab2096fad001f4d0d',
'https://theshownation.com//mlb20/items/4eb0bec324d963e66c1cc6d37fd79891',
'https://theshownation.com//mlb20/items/870cdc098364cd289859df80d41ed571',
'https://theshownation.com//mlb20/items/19c2d0bfe72d7072c73323cd5c94bcc0',
'https://theshownation.com//mlb20/items/9878253904482726e741460a99adba86',
'https://theshownation.com//mlb20/items/947d64ec18585d216e88d3eef72267d2',
'https://theshownation.com//mlb20/items/31482ea3105f2635db24a0077677930f',
'https://theshownation.com//mlb20/items/64d3742f8a1795f31142a0f006484817',
'https://theshownation.com//mlb20/items/0bfe03cfc86690d2808a0b1a9ea20d8e',
'https://theshownation.com//mlb20/items/cab36570c534dcc2d3649d43dbe3e903',
'https://theshownation.com//mlb20/items/c2174952a0255de7fb31b91a037f1e16',
'https://theshownation.com//mlb20/items/9d818a0585a5b089adc25793fd466874',
'https://theshownation.com//mlb20/items/3f00436e3415eabeafb77ba1fe5b6f87',
'https://theshownation.com//mlb20/items/4611b8ff403bea67637c3f1911940668',
'https://theshownation.com//mlb20/items/a874cfb0e01e3bfd6da13bb3d513c3f7',
'https://theshownation.com//mlb20/items/eeeecc2545427f7299713959d92a483c',
'https://theshownation.com//mlb20/items/82dd5a905e59accb6f62295917517991',
'https://theshownation.com//mlb20/items/2c60098677d8997212a0c7914825bcef',
'https://theshownation.com//mlb20/items/e6acc054b69725e69cf494b3c8a94250',
'https://theshownation.com//mlb20/items/b77f4cfb600fa66914b624e9baa5f064',
'https://theshownation.com//mlb20/items/9fe8e214a73a23f94de3e8e76106008f',
'https://theshownation.com//mlb20/items/2585eb8dd46328ec14bce03201541e9d',
'https://theshownation.com//mlb20/items/9a5d1781b5a5cb66c99703c5dee81a1a',
'https://theshownation.com//mlb20/items/4cdb2f52e2e6b6f0700d56935bf4e273',
'https://theshownation.com//mlb20/items/3a7bb8fa6495ea31ccc387f275233141',
'https://theshownation.com//mlb20/items/7a0fcc493dae57a2391d6e3b813bc064',
'https://theshownation.com//mlb20/items/60ac6b2b45761ed2546e7c0bd38d5e3d',
'https://theshownation.com//mlb20/items/c5d1419c9b70973e907db79a55cb339e',
'https://theshownation.com//mlb20/items/d5a17520b70fd8b91cf38fb124bc3094',
'https://theshownation.com//mlb20/items/66e41d667d9caa7d435b1fa754fe5f80',
'https://theshownation.com//mlb20/items/479c3b117877156329c2b59da92dcca1',
'https://theshownation.com//mlb20/items/f4058a5d761d71d61086fcad052b5240',
'https://theshownation.com//mlb20/items/6710565534bb35faf7fad5971cf885b3',
'https://theshownation.com//mlb20/items/3995a6e6c2f6c6ad38c489e252d0aded',
'https://theshownation.com//mlb20/items/23fdc2b96c1afdf6d8ab932f150ef29a',
'https://theshownation.com//mlb20/items/3f616bcb8ecb6fad8367737ff0cbcf81',
'https://theshownation.com//mlb20/items/7561268f482dd892b44d6670cd010e8f',
'https://theshownation.com//mlb20/items/614d380ca5e894605a1fc6336526135a',
'https://theshownation.com//mlb20/items/956ff39b7cfcb8b0d640d7d89f0be6ba',
'https://theshownation.com//mlb20/items/cb0f32260247ecac66b2954d6320f6be',
'https://theshownation.com//mlb20/items/608b1b8c94c2f574c4cc04470a22c3f8',
'https://theshownation.com//mlb20/items/cb607bf649ee45dacdce310f1f3230dd',
'https://theshownation.com//mlb20/items/49b2e2112f4e7f769bdc0e6f9cc64b22',
'https://theshownation.com//mlb20/items/c18171305e73faabfa61d61c41a420ae',
'https://theshownation.com//mlb20/items/efda1f74bbe96f65d38c079fc9c0ca32',
'https://theshownation.com//mlb20/items/b901ad8e8c03a6f22f40b7de9a5041be',
'https://theshownation.com//mlb20/items/de3236d15ff4ded7ef475b2f04b0bba3',
'https://theshownation.com//mlb20/items/ef78696cd7010762dd352b66f28acf95',
'https://theshownation.com//mlb20/items/a127c5a2ed0a7a7790327f59706b0b77',
'https://theshownation.com//mlb20/items/62529639638003e5fb5dbd6ae08d1e7b',
'https://theshownation.com//mlb20/items/23a28e6d57e4c5d8eb0bff70ae01ed09',
'https://theshownation.com//mlb20/items/afa4488056658f524727d7911f8f801c',
'https://theshownation.com//mlb20/items/deba1b8aa887b1342b5b03f8f194548f',
'https://theshownation.com//mlb20/items/86822278a4217781cc93b9276b25c926',
'https://theshownation.com//mlb20/items/7aa3fe3a2565cc27c69257a8b9d4ed1d',
'https://theshownation.com//mlb20/items/352480df93fb022eb1deeb819f255f55',
'https://theshownation.com//mlb20/items/ce53c47e9ce09161564a02707c0b409b',
'https://theshownation.com//mlb20/items/51676091c6366bd05da30f9e0fe59aa0',
'https://theshownation.com//mlb20/items/5a7535cf531bc52d3200f569ed40ca0b',
'https://theshownation.com//mlb20/items/a921c196bab889b1e55221cbff679be8',
'https://theshownation.com//mlb20/items/60a1e49f81552a98dcd96009487734fd',
'https://theshownation.com//mlb20/items/b147bd07b59bf6b845e2e4238bc73dbb',
'https://theshownation.com//mlb20/items/08580950119c1a77a2398f806e77db75',
'https://theshownation.com//mlb20/items/7858bb7c17ce4b255a85be2df807b176',
'https://theshownation.com//mlb20/items/bafcae57d9828b629375532832e3f0d7',
'https://theshownation.com//mlb20/items/bcf08b7e8f1f95a0ba5a8cd87a6c67d6',
'https://theshownation.com//mlb20/items/a7d4a7daba9fa97ca03fe5fe2a785992',
'https://theshownation.com//mlb20/items/713dc417a38ad80fdf481609ea2ac4b5',
'https://theshownation.com//mlb20/items/abf138e32145ddccc6f7db983a913b9f',
'https://theshownation.com//mlb20/items/46ca81a7c598a5230b6e7d0de3e83d76',
'https://theshownation.com//mlb20/items/25d3534a6111f55e43c2d46f1e7ced28',
'https://theshownation.com//mlb20/items/81f95c01ed1418b240d0684eac34b9df',
'https://theshownation.com//mlb20/items/44e67a303e887000a5489eeece7f6d14',
'https://theshownation.com//mlb20/items/afa2f2152cb9870c9906ec0b81f3e22c',
'https://theshownation.com//mlb20/items/fb19cd16b3d02a384fadb1100113b41e',
'https://theshownation.com//mlb20/items/170277c92bb14228ea593cb85b2654a9',
'https://theshownation.com//mlb20/items/2ebf0711a9530f81674979d19b89f179',
'https://theshownation.com//mlb20/items/db20613d4556a700b9a55120254dfa1b',
'https://theshownation.com//mlb20/items/3e9ac32bbcbe9c84d3c740a92783f692',
'https://theshownation.com//mlb20/items/b5ae90d57d601201bd8d30dd9d53c076',
'https://theshownation.com//mlb20/items/28b6e3abcd6d9008d1fd710ce64ec827',
'https://theshownation.com//mlb20/items/7c23287c6dd3acd5f4fae4175be75c7e',
'https://theshownation.com//mlb20/items/f25000058f3f4c0a7440f8e34a98a6f9',
'https://theshownation.com//mlb20/items/92e62389b8bf9750a3215b44d54adee2',
'https://theshownation.com//mlb20/items/99a56ec8f7a32788295776041bac69b8',
'https://theshownation.com//mlb20/items/170c68abc717c9b5ab7eeb1ead16cf98',
'https://theshownation.com//mlb20/items/af28a85a546aa0390db3d31fee2c6db4',
'https://theshownation.com//mlb20/items/a1341c517cd50c93bf46e2c545a9b7af',
'https://theshownation.com//mlb20/items/24227051b98de30e484412134e0d0e49',
'https://theshownation.com//mlb20/items/ee36402d691586429aac32bef03fc45c',
'https://theshownation.com//mlb20/items/56f9e53c06985234d40a35145c1a919e',
'https://theshownation.com//mlb20/items/ffb6437e88796895205633f3ef695f66',
'https://theshownation.com//mlb20/items/c2711355c663caed162c2b57afcd6957',
'https://theshownation.com//mlb20/items/a7c1543e35a5fbc383363e39ccb7701d',
'https://theshownation.com//mlb20/items/9cb9c75c1489b79a085eb7f56d82f2bf',
'https://theshownation.com//mlb20/items/8727f12649fd2a6867810cc038cfd2af',
'https://theshownation.com//mlb20/items/951ce890123574083ef53058265b0c84',
'https://theshownation.com//mlb20/items/4f19d2e558b63233df9468a27512797c',
'https://theshownation.com//mlb20/items/c247525d91e6c9995de621adddaf41d1',
'https://theshownation.com//mlb20/items/1f0963d11f75dc421229062b3785f7ad',
'https://theshownation.com//mlb20/items/c896eb621274de8e2de5dddba8f52377',
'https://theshownation.com//mlb20/items/275a5602cd91a468a0e10c226a03a39c',
'https://theshownation.com//mlb20/items/b902e44a9bfdad44bae25939fbc1ab8a',
'https://theshownation.com//mlb20/items/8d697c1323b49f7888addaf6429d74b7',
'https://theshownation.com//mlb20/items/2a6d26dfcf166f3e15e7bfeaaf8e55e0',
'https://theshownation.com//mlb20/items/17a65bb1dc56c1235d7ee8029c94408b',
'https://theshownation.com//mlb20/items/c028b7dd285d13e19ff7a4cabf8bf700',
'https://theshownation.com//mlb20/items/9c2bab00442da25569e13f04de9ffae5',
'https://theshownation.com//mlb20/items/da2ffb5687d0e20069a8921eff310602',
'https://theshownation.com//mlb20/items/f999094362eeb32f2ef5a275991df98b',
'https://theshownation.com//mlb20/items/5c9c7ad2ff3f850771344d964f94bae3',
'https://theshownation.com//mlb20/items/0c904197b5d9590404403a50f1b3cac8',
'https://theshownation.com//mlb20/items/9d9eccffd54263a549444e51c074a503',
'https://theshownation.com//mlb20/items/98b18a14a0472c9e4a4eb0bb77ae3592',
'https://theshownation.com//mlb20/items/ea344d40ba4d83dcb5e08328b1789614',
'https://theshownation.com//mlb20/items/eb87f329a7095bf6716e1d8dc1be01aa',
'https://theshownation.com//mlb20/items/d6a7c7617be97c79d7d430463fa6af8f',
'https://theshownation.com//mlb20/items/f1294e4013a5d5f467bdb6cde16adf35',
'https://theshownation.com//mlb20/items/59a05c7d027eb14c8207e64d7b73fd98',
'https://theshownation.com//mlb20/items/6f53f5d7325787f8abdbac3b186e80c1',
'https://theshownation.com//mlb20/items/d5d28c6fbc939350dfbb82a57421511c',
'https://theshownation.com//mlb20/items/f7fa86b2e550b949f824993846c68dba',
'https://theshownation.com//mlb20/items/b1769d94389e6138512b844516977225',
'https://theshownation.com//mlb20/items/3e12cb3a587356af6fbccb765c0d1fac',
'https://theshownation.com//mlb20/items/d5c2a955ff793c59d309665e19ca21e9',
'https://theshownation.com//mlb20/items/a7ad2cab998ae504104b31b75758440e',
'https://theshownation.com//mlb20/items/ffacbb7db90628bfcc8be667616dfcc7',
'https://theshownation.com//mlb20/items/3724f1b309d02b7f475f69eba8107ae0',
'https://theshownation.com//mlb20/items/d9972358fcf9b4ac79ca1dd8f4f4ff4b',
'https://theshownation.com//mlb20/items/a56cdb06e9002dc7485f5969674474a3',
'https://theshownation.com//mlb20/items/5d99fbbadc9c1b7f60a2b741bbf0de42',
'https://theshownation.com//mlb20/items/2cfdb14e053ad700dcb0a4eabb9147d6',
'https://theshownation.com//mlb20/items/279b369266fbc65a0f271fe465b9e8e0',
'https://theshownation.com//mlb20/items/e1c1027ff3bdee0557d38637781802f8',
'https://theshownation.com//mlb20/items/3ede8eb28f99ac378ad24129fcfa1bfb',
'https://theshownation.com//mlb20/items/10597d8e81db0d93a62b0272a03ed95f',
'https://theshownation.com//mlb20/items/03300a14fb9934cc5c613e26bdfbaab8',
'https://theshownation.com//mlb20/items/7f15535c7ed441352a52758452d82f18',
'https://theshownation.com//mlb20/items/62dc354827cad0720c72e0d4e147826b',
'https://theshownation.com//mlb20/items/d9ee56d47bdcadd39f2ec0d61f571cf3',
'https://theshownation.com//mlb20/items/132eb557618302f19126586eec17c6cb',
'https://theshownation.com//mlb20/items/67609c6cf30b7024ba5edffd76c70911',
'https://theshownation.com//mlb20/items/8f47f205dd743292ec519f3fc8e70201',
'https://theshownation.com//mlb20/items/b8516fae696127c9084fb00d6902b090',
'https://theshownation.com//mlb20/items/61681a30d47dc8b1ec5180ccdec26ba5',
'https://theshownation.com//mlb20/items/61cbe9d6fbd16b3dbdd5f1b39fab396e',
'https://theshownation.com//mlb20/items/bf62e32cb3b29411cefd5d32858d815e',
'https://theshownation.com//mlb20/items/046637588961a84922c89105d922b288',
'https://theshownation.com//mlb20/items/19e3cf8b3c580aa7d8eb4d405fd3951b',
'https://theshownation.com//mlb20/items/aa1c251b60472e18e33ecdeaf84dd867',
'https://theshownation.com//mlb20/items/ab4ac6732cd2448b9fbf36555a896983',
'https://theshownation.com//mlb20/items/82aa105255909a3fc232c2a53821ebd2',
'https://theshownation.com//mlb20/items/16a03951c3f152970a6ff4b315a28e7e',
'https://theshownation.com//mlb20/items/9a57c8a15e234d292c73a1b1719ef945',
'https://theshownation.com//mlb20/items/59c48eb9274c58cf5704d3e95c22c4c5',
'https://theshownation.com//mlb20/items/2b736f73615495dbfc8c911ef6378747',
'https://theshownation.com//mlb20/items/b90510a6ad93ef8af036ae0a8ab5c021',
'https://theshownation.com//mlb20/items/d5cb61eef98bd237e41bc2225263f823',
'https://theshownation.com//mlb20/items/b7acd6cfcbb355845b1c5164ceb8a846',
'https://theshownation.com//mlb20/items/3514f1f7f9a8c61c063aa8cd834c5561',
'https://theshownation.com//mlb20/items/f1e513f02d2dbe70b939178cb7d4fbac',
'https://theshownation.com//mlb20/items/02280017830c64391d6e0f1331d47cb2',
'https://theshownation.com//mlb20/items/ffae6555097116f27108b748d65c71d1',
'https://theshownation.com//mlb20/items/e911087c91c63c9d3e7ee83e372d10f7',
'https://theshownation.com//mlb20/items/66f0212a4195cd09147cae24c81a61ee',
'https://theshownation.com//mlb20/items/ad3a14270fa2d83b1fec766852384865',
'https://theshownation.com//mlb20/items/f8e1b8b3a3fe9b27a64dfcaaa8fc6054',
'https://theshownation.com//mlb20/items/16bf14ffd95ad00d59803e8f2bd8292e',
'https://theshownation.com//mlb20/items/5dc28a6e4d50ed8679cd2a8c04495ed9',
'https://theshownation.com//mlb20/items/5910a6c9a66d140d631f3016a70166c2',
'https://theshownation.com//mlb20/items/ee4fca620799b0962f344dd8c0dbe4b2',
'https://theshownation.com//mlb20/items/ee24544795bf59a8343731c3501c6b4e',
'https://theshownation.com//mlb20/items/e1a2719218ad9000036929229c99cd3a',
'https://theshownation.com//mlb20/items/ed5dbdd2da9881c10dc1a37f4472042f',
'https://theshownation.com//mlb20/items/80cfbf53d537457298be2f3ffc1831d0',
'https://theshownation.com//mlb20/items/f15065b766e23657e2c382de566ba670',
'https://theshownation.com//mlb20/items/3f6692d46f80ef436cb5050f3c094e15',
'https://theshownation.com//mlb20/items/4db72518160c7a7cdf49b12d7b6e5aa1',
'https://theshownation.com//mlb20/items/8fa85083ec873a434d58d2b75f55ca07',
'https://theshownation.com//mlb20/items/ca570c2ce833788f763aba6fe591f7e5',
'https://theshownation.com//mlb20/items/dbaf25e052cd493640d30c7ef9a7a003',
'https://theshownation.com//mlb20/items/b2d2cf77d3f2786ea457f6631a67dd04',
'https://theshownation.com//mlb20/items/7c04ffdf63fedddcb42474caf8c06540',
'https://theshownation.com//mlb20/items/2daeba9b5d09c2ebd5ad42e5477e5d8f',
'https://theshownation.com//mlb20/items/ddef33a1e82f0e79190e9b09bd1797eb',
'https://theshownation.com//mlb20/items/14921c9b9789c4f280a7151316c93775',
'https://theshownation.com//mlb20/items/e1f97acc82e002084daded5c269d4d93',
'https://theshownation.com//mlb20/items/5c27c063fe2197bcca96d018127e66f3',
'https://theshownation.com//mlb20/items/f253583b1a624623e5ef92e6c6f0f7d9',
'https://theshownation.com//mlb20/items/3472aa3c7e00ee8217f1eb65fe1498e2',
'https://theshownation.com//mlb20/items/caca633d466787a2605a386d6cd58cec',
'https://theshownation.com//mlb20/items/b9dcc879795a73205c53d040d5fb1168',
'https://theshownation.com//mlb20/items/6c75af1b54121e4804210955262ec032',
'https://theshownation.com//mlb20/items/a63cc7c9ad9178c5b1dd3cbca0ce4ea7',
'https://theshownation.com//mlb20/items/8b7f5d739331a762aa3aaaa02120f825',
'https://theshownation.com//mlb20/items/634919eff9f2e5e9a55a3dab350189bf',
'https://theshownation.com//mlb20/items/35ae540ac24d774598bdf2bcfb3e5421',
'https://theshownation.com//mlb20/items/1fa3b85e26b3058ead1ef2eec9be060e',
'https://theshownation.com//mlb20/items/697a66357bec1e44ce8828e6872df81a',
'https://theshownation.com//mlb20/items/d312e6a8dd81e4a0fca59ebc3915e5e0',
'https://theshownation.com//mlb20/items/98e341006772e083d61b8491ce48dd8e',
'https://theshownation.com//mlb20/items/457ad4752923de991424e3d0f5a6abb6',
'https://theshownation.com//mlb20/items/87714b79a84563173e3d0088286f51a7',
'https://theshownation.com//mlb20/items/8557c4a4fd714e9a350d9e287e345e5a',
'https://theshownation.com//mlb20/items/96cb629cbc300804537276a93ef0e7f2',
'https://theshownation.com//mlb20/items/0c43763b1515136b7ab5a8974a58b6b1',
'https://theshownation.com//mlb20/items/307bd34c343595bb92124627df76d18e',
'https://theshownation.com//mlb20/items/a667239f0490d033961cadd7c7e620d2',
'https://theshownation.com//mlb20/items/ff63a1e61dc77ef6d2ac4aed28de3ccc',
'https://theshownation.com//mlb20/items/d5e542d0cb4e169047663d1992d70b9d',
'https://theshownation.com//mlb20/items/dc0c11952bfc275612cbc3986021684f',
'https://theshownation.com//mlb20/items/69daeea8d60db98c428f11dc980effdc',
'https://theshownation.com//mlb20/items/bc89595175c77745602db2ec99fc3c66',
'https://theshownation.com//mlb20/items/3a83a595de48c59eeef0d41309e6ddd9',
'https://theshownation.com//mlb20/items/666c2c266ab32178f0a6e523a5be1475',
'https://theshownation.com//mlb20/items/a03422c987126467d665a90315a33f20',
'https://theshownation.com//mlb20/items/a0471c86437c16f083bb739ef8b5d1e2',
'https://theshownation.com//mlb20/items/cb2dc70c84b332c8e5aef3045e20c16f',
'https://theshownation.com//mlb20/items/7fe059987fe6e9d0cb6a7c2e98874d4c',
'https://theshownation.com//mlb20/items/52cb0a522094764a5291f9eccd8eb909',
'https://theshownation.com//mlb20/items/0ed5055450adbd836945761a6fa43ee0',
'https://theshownation.com//mlb20/items/6415f2fbb8585c77277f4c4a62fb9bf0',
'https://theshownation.com//mlb20/items/19b919b394e6637fb5decaa848a20d1c',
'https://theshownation.com//mlb20/items/042e830eefee166996d5f71239ee1e4c',
'https://theshownation.com//mlb20/items/d51a44e8d70efb029025ff1d2ee43cc9',
'https://theshownation.com//mlb20/items/d67b6b1e0556f3d2156cca2a857765ae',
'https://theshownation.com//mlb20/items/a4387208e38886fe95a8f8d4aa77157b',
'https://theshownation.com//mlb20/items/7e5b73e214f17ecc5684ff7b0ca14b0d',
'https://theshownation.com//mlb20/items/04a7dfa903d6e9fe93d5ad37913ad5ff',
'https://theshownation.com//mlb20/items/4e92cdeada5b8e753d95bc8c5c219f6d',
'https://theshownation.com//mlb20/items/b95e6f83cab58477a9fbac688fc3cc3e',
'https://theshownation.com//mlb20/items/e9db8366ab845f3bbb2a35f02ccb2d49',
'https://theshownation.com//mlb20/items/6b15a5dc44e3676a5cf62e5ccf0d542e',
'https://theshownation.com//mlb20/items/bc4d9b0e9bdbd3186592452785c479cc',
'https://theshownation.com//mlb20/items/82b0316fe69238ba989ffb36122e5325',
'https://theshownation.com//mlb20/items/f63ecedad76d97fb5b843e80926dbc0a',
'https://theshownation.com//mlb20/items/7155eaa13b3893b816315471556dae55',
'https://theshownation.com//mlb20/items/6a148326712c649e4b738786289e9eec',
'https://theshownation.com//mlb20/items/e75d0b169ffeb90d4b805790ce68a239',
'https://theshownation.com//mlb20/items/e5204077564bd260afdcd598f8048f45',
'https://theshownation.com//mlb20/items/cadf9f2f22173800aa67dfcc25841440',
'https://theshownation.com//mlb20/items/b80ee7270cb478f771821dd00951ea56',
'https://theshownation.com//mlb20/items/4d7061dcae91d9c79ad39c8289bb4e3d',
'https://theshownation.com//mlb20/items/2eaf1c24ddec8f759a5a4d74ba44aebb',
'https://theshownation.com//mlb20/items/3983c99d475e80e874512a0bd582dcc9',
'https://theshownation.com//mlb20/items/d596729bcd45c9544aac809c726ea090',
'https://theshownation.com//mlb20/items/7b76aabbcca9301ca0f8604376a1908b',
'https://theshownation.com//mlb20/items/92664de43e5721bc5c0cfd1c31f08f30',
'https://theshownation.com//mlb20/items/6be030b81c75970747525b843c1ef4f8',
'https://theshownation.com//mlb20/items/51fb18046e665c3a0df6457781ae8125',
'https://theshownation.com//mlb20/items/4acf4a742fdb03b02c34208064629965',
'https://theshownation.com//mlb20/items/3b6c4cb66e2dbfd2ab568af84dc844af',
'https://theshownation.com//mlb20/items/d9df28994e8a318d20f4a2598f5f16c8',
'https://theshownation.com//mlb20/items/7451a2adba8556c1dd74192afb81fb07',
'https://theshownation.com//mlb20/items/5c3a444b864621608460b0e5589556ab',
'https://theshownation.com//mlb20/items/244a2a16c9d3a2e517a188c9596676fe',
'https://theshownation.com//mlb20/items/3e1d9bee7fa8982cbd0dd0c0aa5ce905',
'https://theshownation.com//mlb20/items/30627d0d71028dbab2dfc4335ba3ad32',
'https://theshownation.com//mlb20/items/e20453c4a33cc42c30d103d6d327503b',
'https://theshownation.com//mlb20/items/60d951c5b80c087fe6cee57a25dab947',
'https://theshownation.com//mlb20/items/dbc47b8c1f31c559de985ed898f644de',
'https://theshownation.com//mlb20/items/611f7ca35c4d4723c66155489ecfaea0',
'https://theshownation.com//mlb20/items/d25814a309be54d1d2279a4ff921ea28',
'https://theshownation.com//mlb20/items/e2bd79902aa2c126084f080211564dc8',
'https://theshownation.com//mlb20/items/7a1f2dc249381d68bc29e8e2f60c04de',
'https://theshownation.com//mlb20/items/e7f70a2ff45e44c7399bebacf3e4771d',
'https://theshownation.com//mlb20/items/3210a2243b363f2a0cc9ba25289b09ce',
'https://theshownation.com//mlb20/items/8ad23dfe1f0141fde8b615539dcd9a66',
'https://theshownation.com//mlb20/items/fbdada1d59af082c3bc993dfb44014e7',
'https://theshownation.com//mlb20/items/d538fafd2c832e8cb5d424d68dc7f8af',
'https://theshownation.com//mlb20/items/7e01177afc0c2b2b42e6503e8e4638ba',
'https://theshownation.com//mlb20/items/619aa3cdf955a0128f59dd8450722d79',
'https://theshownation.com//mlb20/items/626c8e06612900e985ac01abf663cc6f',
'https://theshownation.com//mlb20/items/5f4a3cce66826f215511be5c5320e23a',
'https://theshownation.com//mlb20/items/647715020a35f278c5ff9de26e2a4f9b',
'https://theshownation.com//mlb20/items/d4b949cac7611fae5f8dee7eae4f6caf',
'https://theshownation.com//mlb20/items/8b2112b1064c167cfbccbdeb2b5841f2',
'https://theshownation.com//mlb20/items/c3feff36f100596a451a7ab3f53075d9',
'https://theshownation.com//mlb20/items/99cc8493c2392e2b0f5d61bb0220b474',
'https://theshownation.com//mlb20/items/7db4802a643d0f1c44c58047d03b81fc',
'https://theshownation.com//mlb20/items/811930840553fd53ac0a0b37d2ccf62a',
'https://theshownation.com//mlb20/items/115f08592f4c2bb29013efbbc46608fc',
'https://theshownation.com//mlb20/items/92fac5eca13c1cbf36c87fa05304dd8b',
'https://theshownation.com//mlb20/items/e29db7c8b090e8df0246f5a54cd72799',
'https://theshownation.com//mlb20/items/4d17ee846b4ff7813f91cf20c8177213',
'https://theshownation.com//mlb20/items/4ef93030a385d1fb29b83ecce3644ec2',
'https://theshownation.com//mlb20/items/11584937864e247cfc02d45725d65e87',
'https://theshownation.com//mlb20/items/dc682fe74bcd4780c8b5592a127f7813',
'https://theshownation.com//mlb20/items/43915436b2a8b248a1bc3c3490754b44',
'https://theshownation.com//mlb20/items/e5a55ca0e0c107c9ece3e8c09650a4a1',
'https://theshownation.com//mlb20/items/b210d3789a96350fb4b8e79720ea5976',
'https://theshownation.com//mlb20/items/b38eb0ae818b10cc35c9a4c7dc19f952',
'https://theshownation.com//mlb20/items/13c5dfa246046c0beea97e100f32a1a9',
'https://theshownation.com//mlb20/items/dcee66ccb49a492ae42c446c0cc01b3a',
'https://theshownation.com//mlb20/items/c9b7b3a006c5493a18c57329913407dd',
'https://theshownation.com//mlb20/items/363d66910c1e80925973c64d6e0f28a6',
'https://theshownation.com//mlb20/items/35a721419aeeb9779f69359d946fcb41',
'https://theshownation.com//mlb20/items/11b3e5a318f289cbcaedad1f899a3345',
'https://theshownation.com//mlb20/items/dcc8a9fd507393fbe719661712d9ad64',
'https://theshownation.com//mlb20/items/46b646712cbb093846b50ee32507059e',
'https://theshownation.com//mlb20/items/93b4b0554e64b009cb093db33d20b5ad',
'https://theshownation.com//mlb20/items/4b2134c632519e481f1f2eb249d706ce',
'https://theshownation.com//mlb20/items/acc0e9c96173c579c90c05de205a2b63',
'https://theshownation.com//mlb20/items/8353b46aaebf9ec0e115fe2077e5c48d',
'https://theshownation.com//mlb20/items/0ee72a49447c71ff89c7486f191c69df',
'https://theshownation.com//mlb20/items/2e428b7bc6471fe638cb2aee110b8032',
'https://theshownation.com//mlb20/items/c8f2e54fe7b8ab5c291ea8d5831669df',
'https://theshownation.com//mlb20/items/16ecd261ac5088aee91078bf5225abd9',
'https://theshownation.com//mlb20/items/75c0a8c5e57cae8ec9c7fcfeadd5331e',
'https://theshownation.com//mlb20/items/8f550fa438afc57d2a4e868390396225',
'https://theshownation.com//mlb20/items/6076036fdb272f49688c571013f3ede1',
'https://theshownation.com//mlb20/items/205a11a1b97d7e8bdb33aa6c36f3ef2a',
'https://theshownation.com//mlb20/items/30c18a2766ccbd2d71d076e0884f36d3',
'https://theshownation.com//mlb20/items/4d76707f952e51c08eef013d3fbcf89a',
'https://theshownation.com//mlb20/items/4c51b2742b5de999681962dcea2c0639',
'https://theshownation.com//mlb20/items/24fad321d1c4ae6e3d44878694f17590',
'https://theshownation.com//mlb20/items/3fdc6213681ba98cb5a95150380e0e04',
'https://theshownation.com//mlb20/items/090a968f085be3d9fa22c743eb7d7194',
'https://theshownation.com//mlb20/items/83323d5fa94b66f71130ea896433375e',
'https://theshownation.com//mlb20/items/80b2d122409d77cd4b49220501b34ce6',
'https://theshownation.com//mlb20/items/15d1a16e5bc7257729c4927f93bb9747',
'https://theshownation.com//mlb20/items/62b9868335fc381363065ca4ca58b33d',
'https://theshownation.com//mlb20/items/71305367b64c7be0afa9294b3c57266f',
'https://theshownation.com//mlb20/items/7ea51fd2f0dd47dff6eb12321e54e9b0',
'https://theshownation.com//mlb20/items/6c808494fdd77fd448444c34a941957f',
'https://theshownation.com//mlb20/items/8686fa633cfb5f49a0609122b9e4140b',
'https://theshownation.com//mlb20/items/1f892c7fae284a3a13a11df4292c1454',
'https://theshownation.com//mlb20/items/c421b253d00cca01bc6d70449c501fcd',
'https://theshownation.com//mlb20/items/4bad5bff81a6c882200496950260a6e1',
'https://theshownation.com//mlb20/items/18444c8a59af238a403ebabcb25f69be',
'https://theshownation.com//mlb20/items/a98847f5feb2d1908268e5466806da34',
'https://theshownation.com//mlb20/items/9133b860eb2ed51dc8790011589f7014',
'https://theshownation.com//mlb20/items/04ee08ead1a259009cab6b2198fb6d93',
'https://theshownation.com//mlb20/items/0e9d48fe4fca69a47f5353d0a62333c2',
'https://theshownation.com//mlb20/items/d41c7d50c453ee0a9ff01fb7b1cd42d4',
'https://theshownation.com//mlb20/items/40ac95aeec79dd0944f40d8d4525fc9b',
'https://theshownation.com//mlb20/items/df75b4dc13dc5ce951cce394740b9e83',
'https://theshownation.com//mlb20/items/eeb00ab13106ffe8c16939b9834d2536',
'https://theshownation.com//mlb20/items/9414f98871ac648972b33820552aec0e',
'https://theshownation.com//mlb20/items/940d71772d450302c32285a50184fa9e',
'https://theshownation.com//mlb20/items/07f1de397293d02ea1ee1a1be4434dd5',
'https://theshownation.com//mlb20/items/ffe91e3e74236fd484703a820557b412',
'https://theshownation.com//mlb20/items/790303191a1deaa93200d05f786405ee',
'https://theshownation.com//mlb20/items/748aae853cec038ddf04d18e51be9438',
'https://theshownation.com//mlb20/items/07ab4e7a07c1b798dc2ca0e77bf1d837',
'https://theshownation.com//mlb20/items/4ca1b8216b221669a9d9ef5c4900fda0',
'https://theshownation.com//mlb20/items/82aa20a74dbe3e0e85c23ba8d645d3ce',
'https://theshownation.com//mlb20/items/4862fce14454f1e6969be1493ffebc97',
'https://theshownation.com//mlb20/items/d9e8009b7857b10b3a21819e28379b4d',
'https://theshownation.com//mlb20/items/6185e56c2cc78ba47a751d63d62b7488',
'https://theshownation.com//mlb20/items/4a8d4ae1b5bdd7ae8b35ed010c81520e',
'https://theshownation.com//mlb20/items/8c6dfa6b68fce0253f547f8dc6646714',
'https://theshownation.com//mlb20/items/220d17b28d99d88de80afcdad211b06a',
'https://theshownation.com//mlb20/items/76c42f402974cd5d662932db335c6221',
'https://theshownation.com//mlb20/items/b9f15066c52a605f37bb90fe5dffbd6d',
'https://theshownation.com//mlb20/items/fe35cdc3b5e88ce55f6659889fe2937f',
'https://theshownation.com//mlb20/items/7406b41a729236efc3dcf44e58bde2a8',
'https://theshownation.com//mlb20/items/a5a0c5ac425e42b153a40f2395a98acb',
'https://theshownation.com//mlb20/items/4b7c04fdeac958c1ea5f46f053e871b5',
'https://theshownation.com//mlb20/items/443463fa02b552acd2481d29586a825b',
'https://theshownation.com//mlb20/items/4b4400895feab2426e30076b2b1e0771',
'https://theshownation.com//mlb20/items/c6078c876ca28b1c764e7dce3fe86ed5',
'https://theshownation.com//mlb20/items/06725569496062bb79a86ff4bc931950',
'https://theshownation.com//mlb20/items/f614dcb06ea2d91916df976112cbefcd',
'https://theshownation.com//mlb20/items/60a7799873854c9ccd549ec39c8efddf',
'https://theshownation.com//mlb20/items/26c667e4a9ee309462b2c43d90482bed',
'https://theshownation.com//mlb20/items/f5772c97a8e2bcf909674d8701480d55',
'https://theshownation.com//mlb20/items/66677f4c83ce59b19db2071d55955e96',
'https://theshownation.com//mlb20/items/6384005339beaf4d6041491b9bb75bcc',
'https://theshownation.com//mlb20/items/0e4b276ab6c5b327772e80cc543a0049',
'https://theshownation.com//mlb20/items/906fec3cca7ccc130fa2b1844aa10126',
'https://theshownation.com//mlb20/items/7e696021c0f0ab4a5bd19a23f00fb8df',
'https://theshownation.com//mlb20/items/f470fdd03171fb2bfe46d29c9f3e9306',
'https://theshownation.com//mlb20/items/0ed99ce72338ab2c7853536dd17b8e5d',
'https://theshownation.com//mlb20/items/7d35335f47d5d82b093aeee47a5b0a64',
'https://theshownation.com//mlb20/items/4da9f2c82997b1df03a32770b2189a60',
'https://theshownation.com//mlb20/items/3cff8e6cde4b5c40f89aced3769e6215',
'https://theshownation.com//mlb20/items/2372fa6a62bc2cbfd3e701ac00efa0c7',
'https://theshownation.com//mlb20/items/b98859722a4380d48f67f0fd064e0fc1',
'https://theshownation.com//mlb20/items/7370a4e2d543e24ccc7714f12f3d83a4',
'https://theshownation.com//mlb20/items/6f8a8fddc4946caac0f3c34f016839f1',
'https://theshownation.com//mlb20/items/c4760fdb6f393e3adad5f7eda06a80e5',
'https://theshownation.com//mlb20/items/c3d13b69cd6a2c973f265ad845bcbbaf',
'https://theshownation.com//mlb20/items/901db33c84e81b1a30e59949bbcb112b',
'https://theshownation.com//mlb20/items/094381df0faa876521e379a16218e95a',
'https://theshownation.com//mlb20/items/f7e38046dc880ae3144b422c84cb83e5',
'https://theshownation.com//mlb20/items/bcffac7ceb2fafe3584e66bfc9c53a72',
'https://theshownation.com//mlb20/items/14919153f8aaf3af893165510756de56',
'https://theshownation.com//mlb20/items/ca8e7293f583c27697759e87b2c8939e',
'https://theshownation.com//mlb20/items/b45e759c405f0c30ca3b26dbae3f0424',
'https://theshownation.com//mlb20/items/575d49ac14b32e173fcac29a4a2aef20',
'https://theshownation.com//mlb20/items/734386ab2d776fbe409de96e548abe42',
'https://theshownation.com//mlb20/items/48e9381c73959cfa96f0f580b9b15f9f',
'https://theshownation.com//mlb20/items/99e07de9eb99b6a7122844b97af74796',
'https://theshownation.com//mlb20/items/741827c5530ba062a192fc83b86bbec8',
'https://theshownation.com//mlb20/items/31aa9651503a33c7f28f2a6e4d46b6e0',
'https://theshownation.com//mlb20/items/55a9f4ef0702c7d0df11424f4d538ce9',
'https://theshownation.com//mlb20/items/0f2ad81c100f7a6c7475bd26ceb76cbf',
'https://theshownation.com//mlb20/items/52bfa4d6570bb8d6271bb1e78f1464d7',
'https://theshownation.com//mlb20/items/709a255d7ae6859551c9cb810d091a7b',
'https://theshownation.com//mlb20/items/82e1587f735a37b09af996eda1610bda',
'https://theshownation.com//mlb20/items/a2409913883bc192c1608d76c6a47596',
'https://theshownation.com//mlb20/items/8db1b9c8cb52198d4752176ba2e29795',
'https://theshownation.com//mlb20/items/47bae4cea2f848fe1d91c9051a300a29',
'https://theshownation.com//mlb20/items/1c3a4a56a38ea48299c2643a38de39c8',
'https://theshownation.com//mlb20/items/8cdd10cbcfa2f43dc4c88c0f75ad5967',
'https://theshownation.com//mlb20/items/d5e9ba54e40b437fa3f565d71818581b',
'https://theshownation.com//mlb20/items/c723579a45101c08f6e4a185e0f2384b',
'https://theshownation.com//mlb20/items/acc5a1951893d301076c85e2004d3acb',
'https://theshownation.com//mlb20/items/41c3edcf6af07a5578bdb68b05c67564',
'https://theshownation.com//mlb20/items/0c117e6a0b3f700bd997a11500a5c2e2',
'https://theshownation.com//mlb20/items/0b6412624cfd8ebee546fa2dc1db6945',
'https://theshownation.com//mlb20/items/dada30935bcfc75c69e651430ea8815f',
'https://theshownation.com//mlb20/items/53e30d90815c9c1a590e70d0120525f8',
'https://theshownation.com//mlb20/items/bd0de706cf27e0ceb56ab753d4d0654b',
'https://theshownation.com//mlb20/items/5546524ac938e99381090b48365c0740',
'https://theshownation.com//mlb20/items/cfa021417d3cf5e3302d456686e953ea',
'https://theshownation.com//mlb20/items/6c5184483cf53cdccb474420b29a911c',
'https://theshownation.com//mlb20/items/694830f169190daee55b64d39c7bae30',
'https://theshownation.com//mlb20/items/e0df2a6236771992a0d39345c4b73f71',
'https://theshownation.com//mlb20/items/53f5040ad7f51d37a525e86c91241235',
'https://theshownation.com//mlb20/items/a0a7ffa593070c447c15f66e0aab9785',
'https://theshownation.com//mlb20/items/cd8b6b3c5d37cd78b6de2c4b5e80b15d',
'https://theshownation.com//mlb20/items/15c6369f9515408a0b55f7237d6717c3',
'https://theshownation.com//mlb20/items/95831099d5d2171aea50c24de5332f73',
'https://theshownation.com//mlb20/items/2d2de08a7939c8cc89358d52b13f9df3',
'https://theshownation.com//mlb20/items/22f70a9ed648f71027f1bffaa4885868',
'https://theshownation.com//mlb20/items/6a975ab39190974c74584462181a78d8',
'https://theshownation.com//mlb20/items/9558be539e988fbb9df02fcd4dffbad7',
'https://theshownation.com//mlb20/items/489d2e63af438bd79fa555e00ba73e2a',
'https://theshownation.com//mlb20/items/01fa234d87b812e8c2fb16dc38b52dfa',
'https://theshownation.com//mlb20/items/e3b1fdbfb97eddd5f1dcc781498f1b47',
'https://theshownation.com//mlb20/items/3724b218f56fc9192efa744b62f4bd1c',
'https://theshownation.com//mlb20/items/f2afe528c2c2f40295e93845a848b9dd',
'https://theshownation.com//mlb20/items/6bd317c7e4bd9f801389bd8878d7d6f8',
'https://theshownation.com//mlb20/items/d678956fca28931ad1af520bb9032b2d',
'https://theshownation.com//mlb20/items/b9e0ea8939615cd9008530f5f4e5e54d',
'https://theshownation.com//mlb20/items/6ec5953819c4a9de372a20282b4d7b98',
'https://theshownation.com//mlb20/items/6087889ef641d40c5804fa52689c3398',
'https://theshownation.com//mlb20/items/1f539e92146eac32306bcb0f8ba374ec',
'https://theshownation.com//mlb20/items/eb3f249ea5c5b054997c944258ddbe93',
'https://theshownation.com//mlb20/items/d94101ad400cbaf86b951c78f8172039',
'https://theshownation.com//mlb20/items/ac277d3015e944fb761335665b83f5f4',
'https://theshownation.com//mlb20/items/b68691259764267768d7aafbfb1b07fc',
'https://theshownation.com//mlb20/items/fea6f06e9ea5fe29ebdd6e510b308c1f',
'https://theshownation.com//mlb20/items/aa37bf5616786370647d18bc7c0a7fb8',
'https://theshownation.com//mlb20/items/325ff4fd5d36bfc4a9cd47fc5be2ee48',
'https://theshownation.com//mlb20/items/c70542557778b1a76add4309be29e678',
'https://theshownation.com//mlb20/items/70511a1284530a38874efc696ec1ad26',
'https://theshownation.com//mlb20/items/7f4402b326b796d439cef85e4d8aa383',
'https://theshownation.com//mlb20/items/312ce70baea67ca3787f70f2c5a715c8',
'https://theshownation.com//mlb20/items/5129e8bee14a5556b25023ddb90411c4',
'https://theshownation.com//mlb20/items/3d22394c88a8a55ffd228fc505045645',
'https://theshownation.com//mlb20/items/a37274fe2268a119c3fe913af5446ad9',
'https://theshownation.com//mlb20/items/1d76ffc82aa2886416809b12d5e65f5b',
'https://theshownation.com//mlb20/items/e954fd23871b5505e296fe8fddf78623',
'https://theshownation.com//mlb20/items/a94eef54dd59424283d4c39b3f2248c7',
'https://theshownation.com//mlb20/items/f5fee8f7da74f4887f5bcae2bafb6dd6',
'https://theshownation.com//mlb20/items/da3b24471e22500279c0333be551037a',
'https://theshownation.com//mlb20/items/624de0e2880d2c67f2e639b36f451580',
'https://theshownation.com//mlb20/items/816826c162e44db293e93d2d4c390ae3',
'https://theshownation.com//mlb20/items/d7eb348738f4b7857da42fd209cdc389',
'https://theshownation.com//mlb20/items/aa67a5155398e6ffede7cf8b4825fe39',
'https://theshownation.com//mlb20/items/4144092976e61a9c32e1c7b205d85452',
'https://theshownation.com//mlb20/items/186f0892f13de5443c0b6d042a6ddde0',
'https://theshownation.com//mlb20/items/8f0ea5bcdb347609d6e66e60e3edf4b1',
'https://theshownation.com//mlb20/items/2feea6e133cd6fb9476be8b185586893',
'https://theshownation.com//mlb20/items/90253ae61c07456e5fa65da0c0f17d9b',
'https://theshownation.com//mlb20/items/cdca3a8105fb4877c4e0f5a37c5dff23',
'https://theshownation.com//mlb20/items/1f4be5aac180c4920caae2c75e77076d',
'https://theshownation.com//mlb20/items/5c2d8be7b4d5836ebf6e70455ba735df',
'https://theshownation.com//mlb20/items/721fcc3b7c8f54566385655d104ade16',
'https://theshownation.com//mlb20/items/fd2dbdcd4dbbe9512ba1a119014f6a5c',
'https://theshownation.com//mlb20/items/d8da124409cad437d5d2c35b101e3b91',
'https://theshownation.com//mlb20/items/bd01412b3451d57313ac48047f90b14f',
'https://theshownation.com//mlb20/items/a3af76f69a3c9c55f12cf5fc418a0593',
'https://theshownation.com//mlb20/items/e3dcbbd3700f2751672af339581d8fa3',
'https://theshownation.com//mlb20/items/4a7292e7394b1e8f0a5b99b233065859',
'https://theshownation.com//mlb20/items/dac32acd4db4c29c230538b72f8dd87d',
'https://theshownation.com//mlb20/items/76e7fa167c6a800e4907a525e8dad878',
'https://theshownation.com//mlb20/items/4dad26de916a6570f06503163a4ab660',
'https://theshownation.com//mlb20/items/de0710a8b5695c459f593e973732f87e',
'https://theshownation.com//mlb20/items/27393317b33bc1e5f35addcbaeacf715',
'https://theshownation.com//mlb20/items/7dccffdd09576456eadf2acaabc8122d',
'https://theshownation.com//mlb20/items/06f2ae7068ee80cf19e8083bf7f3091e',
'https://theshownation.com//mlb20/items/c64e9c3927db744afc824dd2c8d81008',
'https://theshownation.com//mlb20/items/089dd30eda093ec9415c24ce6da94b33',
'https://theshownation.com//mlb20/items/403e7163b5aef0323eee42fe413bccc5',
'https://theshownation.com//mlb20/items/fd5e90020fbd7cf001751decb2397038',
'https://theshownation.com//mlb20/items/e5d0a99e3684733914f594116839e0c2',
'https://theshownation.com//mlb20/items/7c23dad2386a690e9be33d37e496a45e',
'https://theshownation.com//mlb20/items/a8c53374ceb93e284a7bc60825255799',
'https://theshownation.com//mlb20/items/981bd66534cf3ab5812cb38bb2b65581',
'https://theshownation.com//mlb20/items/721884708856a1b9b60f770bbb79e790',
'https://theshownation.com//mlb20/items/6aa7ed58002a17aa719e565537c1006c',
'https://theshownation.com//mlb20/items/fdd62f8bdc8bd18509c0d3b5159ffc8d',
'https://theshownation.com//mlb20/items/df0f98a2c0222f684990840ab20263c9',
'https://theshownation.com//mlb20/items/a1403d186f75b3ae39bd85be804b0116',
'https://theshownation.com//mlb20/items/9c6dc3ff593093879a0eaf172f13589a',
'https://theshownation.com//mlb20/items/c94230bd397e1a81b4f3e410ff14daf4',
'https://theshownation.com//mlb20/items/74eccde1710c32f8ed1a5d6b3c26ab44',
'https://theshownation.com//mlb20/items/064206d63ed10088b994526b21057921',
'https://theshownation.com//mlb20/items/9732e202ad7af4dd76eecd5f978cc96e',
'https://theshownation.com//mlb20/items/5cd3ebd7072c0ba0283e456c6d19d40a',
'https://theshownation.com//mlb20/items/770031fcde4ec5f2cce994905863c956',
'https://theshownation.com//mlb20/items/20337e889ee17ca9862a8317918ae5d9',
'https://theshownation.com//mlb20/items/f226997a7c7535ff45172bdf721dbb24',
'https://theshownation.com//mlb20/items/c1e598764329cc9c377ef1d029be8ceb',
'https://theshownation.com//mlb20/items/388966d8d6ed9d50cf2224bb52890be8',
'https://theshownation.com//mlb20/items/e562e1bad2cd2a5cc16a8a5108af139e',
'https://theshownation.com//mlb20/items/9a176baf810d96d12324b97d562117cd',
'https://theshownation.com//mlb20/items/85387a78160ec385df3dc4a589d62dd7',
'https://theshownation.com//mlb20/items/bd0027406f48f714d12dc1de747133cf',
'https://theshownation.com//mlb20/items/9542f2f27285580fe8d6aa82e179ed28',
'https://theshownation.com//mlb20/items/7be8ee938a81badb604610babcc53b30',
'https://theshownation.com//mlb20/items/e4ad15d88e2420846014045ac2dbf914',
'https://theshownation.com//mlb20/items/bf8d643e574588f2bdbbbcbee8af2466',
'https://theshownation.com//mlb20/items/59190aac88e5e714d73c276b09f1c3bb',
'https://theshownation.com//mlb20/items/b431ca5b3fa29ad7cb53e91a19074f1e',
'https://theshownation.com//mlb20/items/ef5b0acc4a9fef53a0b84fea9ea01c69',
'https://theshownation.com//mlb20/items/917652aa518c7e4f75a9f41bbf03909e',
'https://theshownation.com//mlb20/items/55cf3cb24c03af3505a373c353ef9b99',
'https://theshownation.com//mlb20/items/2ff16a5f2babf0a440ff9fc0be52960c',
'https://theshownation.com//mlb20/items/55e643e737da20b912037cce912305fb',
'https://theshownation.com//mlb20/items/f783291f4748c86527b42f5ec3ffa9b6',
'https://theshownation.com//mlb20/items/66744053f818d4032f5ba881340db020',
'https://theshownation.com//mlb20/items/beeb6c4c36641f6c141372fb4410d558',
'https://theshownation.com//mlb20/items/eb7017ca574be118331356daf9411bdb',
'https://theshownation.com//mlb20/items/3154b34c13ecddb5ead7d817b058ebc1',
'https://theshownation.com//mlb20/items/6b394f2d345abec3b967a186932462db',
'https://theshownation.com//mlb20/items/bd3cd01c42224fff838a74ccf727e1c7',
'https://theshownation.com//mlb20/items/b440cc1f36911a5256b3dc30a1d599ba',
'https://theshownation.com//mlb20/items/2920bee1c45be7884374eabc7f50f78d',
'https://theshownation.com//mlb20/items/b2f24ad52942ea9eadda8ac7b7db4f54',
'https://theshownation.com//mlb20/items/6295f81adbb22455e788cb738ec1d386',
'https://theshownation.com//mlb20/items/9def9dc444d0c2c4c161a3e16ae1d7d7',
'https://theshownation.com//mlb20/items/7268b745404a24f8c0d3c833be3ec546',
'https://theshownation.com//mlb20/items/fd87b82ce8683ddd634754c0d6bf0745',
'https://theshownation.com//mlb20/items/193c41415729c936d40a3a927872bef3',
'https://theshownation.com//mlb20/items/8e2a291cae0ef77758e70c6cac2daa45',
'https://theshownation.com//mlb20/items/c78c31af68d90290ae574b3a3873cfef',
'https://theshownation.com//mlb20/items/d5fe8b674699f542537c1694284ea239',
'https://theshownation.com//mlb20/items/04f8b803895d585e29bf21162e49cc84',
'https://theshownation.com//mlb20/items/9e98b948f4f3c15274939173e5c20799',
'https://theshownation.com//mlb20/items/227c7ef0ccd19c939400924d9b02b2a1',
'https://theshownation.com//mlb20/items/2389369ed5fc5dd1ad978de168e17dea',
'https://theshownation.com//mlb20/items/f49de2e342635d248eb162cb55e7dac1',
'https://theshownation.com//mlb20/items/52b4d18da1e03d00a2563b3165e730f3',
'https://theshownation.com//mlb20/items/7f2f38601e18f8d94fad2b8e237cc1a7',
'https://theshownation.com//mlb20/items/f99a72007a596c9a9ad595af3ef7a0d5',
'https://theshownation.com//mlb20/items/8870f76779e7c585e74cdb4f300921f1',
'https://theshownation.com//mlb20/items/3ccd4c93c3d2577f70308360bf4f4149',
'https://theshownation.com//mlb20/items/7209375983416cef4eb2d1007716ce7e',
'https://theshownation.com//mlb20/items/48f878c04b5815a87f9421ca27d6b49c',
'https://theshownation.com//mlb20/items/643d9e3a6e58bde642a3ee358ff7b63b',
'https://theshownation.com//mlb20/items/7794f8d9608c2af3cc8490552f282000',
'https://theshownation.com//mlb20/items/0fd65f0b76f945e2e150e441483a71ab',
'https://theshownation.com//mlb20/items/91739c997f8ae893f08fed62c1ed8441',
'https://theshownation.com//mlb20/items/323799e616cdbe8f6d89d6a253e8f0fc',
'https://theshownation.com//mlb20/items/323566d872808302651bca7efa889e38',
'https://theshownation.com//mlb20/items/64932b5ac0489696a19c899d53a20c3a',
'https://theshownation.com//mlb20/items/17190faf30976fe61afc32bf05d6dd15',
'https://theshownation.com//mlb20/items/4127060f9834214ff4f97985c6227cfd',
'https://theshownation.com//mlb20/items/a83840c17c2b2a522f05290db1efbb18',
'https://theshownation.com//mlb20/items/8aa4142f3ce41ac3194204be4dd6a8e9',
'https://theshownation.com//mlb20/items/ec18f50d1daf3212ea3b33e7f884ce12',
'https://theshownation.com//mlb20/items/dda2dd734c4c0462ae1c37edd01d5bcd',
'https://theshownation.com//mlb20/items/688da39dcb1131d0d91b348653850d08',
'https://theshownation.com//mlb20/items/e5623d9217c72f4db02389f6220b3180',
'https://theshownation.com//mlb20/items/1c20876584941388da40b3b01a9ad897',
'https://theshownation.com//mlb20/items/e30faf2040dbb22e0c56d1ff3c95ed0c',
'https://theshownation.com//mlb20/items/d26d49b8e4c08eae95a256b23bee031c',
'https://theshownation.com//mlb20/items/166bf93d96d1a0d031c4adf62034ce3f',
'https://theshownation.com//mlb20/items/441e62dcb5e64fcae728d47945c83eee',
'https://theshownation.com//mlb20/items/c42bd6650f37513f5375dd4e9414b359',
'https://theshownation.com//mlb20/items/8ac0b1aab32e3f93c68e275171f099b9',
'https://theshownation.com//mlb20/items/c9535ee549d198a4b146a5a81e0a6450',
'https://theshownation.com//mlb20/items/e7bf1017621f65d4e7858af08b345bed',
'https://theshownation.com//mlb20/items/1f18933ca1e531c1eac9cccc4952a03b',
'https://theshownation.com//mlb20/items/901035675eaeb149928e040761246bd6',
'https://theshownation.com//mlb20/items/6d78dcbeb39103c047f486abd2519ee4',
'https://theshownation.com//mlb20/items/b785fe761717406e701b2a6d6dd4c9fb',
'https://theshownation.com//mlb20/items/eac5c2290889d8dcdb447d15336568f8',
'https://theshownation.com//mlb20/items/a55703897794aad1d95721677a93c826',
'https://theshownation.com//mlb20/items/edac623c2ba3e8d8c388378f8645aafe',
'https://theshownation.com//mlb20/items/3a55a38f5f96deb7a6064d9dac177151',
'https://theshownation.com//mlb20/items/b7174662898e91d168b87229383b8048',
'https://theshownation.com//mlb20/items/ed838a488fe3b6f38b987ee11c9f8823',
'https://theshownation.com//mlb20/items/1b72859350810d1fce00822a42af66c2',
'https://theshownation.com//mlb20/items/7602980244b8793fb90d3bfb3bef1639',
'https://theshownation.com//mlb20/items/4a2ad15a73d498efa82cc2893a52d08e',
'https://theshownation.com//mlb20/items/6d09e77eaed6a2162027587f5026efe7',
'https://theshownation.com//mlb20/items/c9853b7f3e79b470ccdafbb73b8f5dad',
'https://theshownation.com//mlb20/items/6e27be9c3876f321e484dd39f98151c5',
'https://theshownation.com//mlb20/items/e8c55309203c03395961d6dcad5a68fe',
'https://theshownation.com//mlb20/items/89d7b51cbf6fdf18a3b0586c9e538b6d',
'https://theshownation.com//mlb20/items/ed4c89fe9fd050f6449d9fd0e4eb6c8a',
'https://theshownation.com//mlb20/items/2d2633f2f6a184c9733f83e50dedbc7d',
'https://theshownation.com//mlb20/items/8c0b24e61de5e3a439564c221adb6e89',
'https://theshownation.com//mlb20/items/7ad0732636df966fa9dbf2ced5eb721d',
'https://theshownation.com//mlb20/items/e6a01bad243e951417c655ab34e09f76',
'https://theshownation.com//mlb20/items/912b92ae7dbedd0344a6580a7b90efc6',
'https://theshownation.com//mlb20/items/79a60ddd18a394faebab43aa57bc83e8',
'https://theshownation.com//mlb20/items/e2434bb373d4e0753b959fcbfe307860',
'https://theshownation.com//mlb20/items/64d7ab5eee2954ec5ce20cbbd06b1125',
'https://theshownation.com//mlb20/items/72ed91f272d521b8337e030fbb0d9810',
'https://theshownation.com//mlb20/items/41c6fd75530da76805a27dc0de3cd5b1',
'https://theshownation.com//mlb20/items/32075cd98185a51c9d1b2733971a1713',
'https://theshownation.com//mlb20/items/e738b4d04031644befba56644380e13c',
'https://theshownation.com//mlb20/items/1f1706b27c1e14b293b9bf62f72db6bb',
'https://theshownation.com//mlb20/items/590823fe0eb3a5ebe69d84a116624394',
'https://theshownation.com//mlb20/items/f9c43d70a22ac65ce5fa816a4c34f8f0',
'https://theshownation.com//mlb20/items/b21376ad4cebc51c2c0d2de9839dfcbb',
'https://theshownation.com//mlb20/items/59cf35ec5effe5787749804bd77dfb45',
'https://theshownation.com//mlb20/items/44dbce66ff748e103746f42e55a587df',
'https://theshownation.com//mlb20/items/a2d9c0fd6720cd8a8684dd52ef32deb8',
'https://theshownation.com//mlb20/items/0d6b1e209c727b2c671a92080477d452',
'https://theshownation.com//mlb20/items/75520ba59230a40bbbf8659160069ea6',
'https://theshownation.com//mlb20/items/eedec8cb8159470f2c25a22d1a9fef7c',
'https://theshownation.com//mlb20/items/a4e42bba44a8f1050a8a57e5ead9a43c',
'https://theshownation.com//mlb20/items/5613a52e81148d177aa26925bc3a5688',
'https://theshownation.com//mlb20/items/1ac99dea0436b51962ec492c48c5e0b3',
'https://theshownation.com//mlb20/items/3efeff9dbd6bfd7ccc698c0baf52740c',
'https://theshownation.com//mlb20/items/42c12185a3238db19e1ff3993c120902',
'https://theshownation.com//mlb20/items/382ffdbd9ec437f2e3dc94d2e137bbf9',
'https://theshownation.com//mlb20/items/807288f81a9916731097e87fcd150282',
'https://theshownation.com//mlb20/items/eb454ad6be830064d49727814426bb6e',
'https://theshownation.com//mlb20/items/1ce04284ef15be769958c668292573b8',
'https://theshownation.com//mlb20/items/3434cfa4a17f019a5aae78ee0bec24bf',
'https://theshownation.com//mlb20/items/6530afc263e3e7b336571433b7dc1266',
'https://theshownation.com//mlb20/items/de024f79be0acfe849b8c993bcbbed3f',
'https://theshownation.com//mlb20/items/de24515b506bc56b0e807f29beff7bd9',
'https://theshownation.com//mlb20/items/e25d3441c7affc18664a5064c36c96ba',
'https://theshownation.com//mlb20/items/39d16e8efa2fe7277bc8eee5c5352ec8',
'https://theshownation.com//mlb20/items/5b0f48ce1d186742852c2ef897f8a0a0',
'https://theshownation.com//mlb20/items/69ed689cb7316b5ca9e88c33cfc65b78',
'https://theshownation.com//mlb20/items/a0b19d4cf512379d7ee34a5cc006c6c7',
'https://theshownation.com//mlb20/items/71e04d8a85ed261e4763a9b0dab3ab79',
'https://theshownation.com//mlb20/items/eab9f1361c92ce3589c5423826b70ee5',
'https://theshownation.com//mlb20/items/cda95cf018c449a29def6c95a0bf8db5',
'https://theshownation.com//mlb20/items/af866a23e5202f7bc6f2f3c5eed85d0d',
'https://theshownation.com//mlb20/items/a37f6eb69c0ec999a1679da5e7968c73',
'https://theshownation.com//mlb20/items/9e96d422fba85185a33829439f5df09d',
'https://theshownation.com//mlb20/items/7af61e5f524cea0e7dab3a8dfc4c00d6',
'https://theshownation.com//mlb20/items/4c3419c75074a0734e4d1851aa66eb8b',
'https://theshownation.com//mlb20/items/344f7ef63191c90344c8ab3db8200d5d',
'https://theshownation.com//mlb20/items/e18d4612b5341e4a20de3c095a552597',
'https://theshownation.com//mlb20/items/4f0c0b780223804e12d97832d172a363',
'https://theshownation.com//mlb20/items/ad52498830facdfb560d81b5620b66ae',
'https://theshownation.com//mlb20/items/1af811e7b980f0101940cface13124d4',
'https://theshownation.com//mlb20/items/64ab4231945d1d5a695274aed20bda00',
'https://theshownation.com//mlb20/items/1169c74cbc26f95cf5c2a04434c97115',
'https://theshownation.com//mlb20/items/5960da740b2265cd212a7500a88abb1f',
'https://theshownation.com//mlb20/items/33ba731f56849d09c6ba6947245b1df9',
'https://theshownation.com//mlb20/items/d6170feb4fb9ccfce8548f314d6c1ec3',
'https://theshownation.com//mlb20/items/8f31e703aaa0cfc4fe83193f4ecb509a',
'https://theshownation.com//mlb20/items/33bedbbf5f4322acc36ecf15bd34cc57',
'https://theshownation.com//mlb20/items/acc51fbcbcb7e218430df58a98d4a181',
'https://theshownation.com//mlb20/items/d229abbb7795bca04ff7fbfe2a61497d',
'https://theshownation.com//mlb20/items/f15f14f5ad42b6afabb5680c5d2c940d',
'https://theshownation.com//mlb20/items/c3fbc138598bb208f9a02bff183976c3',
'https://theshownation.com//mlb20/items/a8a549ce310cfdb7170528628492bf56',
'https://theshownation.com//mlb20/items/de5d8722acb069c17055849b7aca5047',
'https://theshownation.com//mlb20/items/d348734a9ee240ebc4c0937a6e755621',
'https://theshownation.com//mlb20/items/be3c7fe586ab8b69887e6b0f52bfe9b9',
'https://theshownation.com//mlb20/items/7a57c8365d08d6e59766f52df5d95881',
'https://theshownation.com//mlb20/items/9ab8da6ebb84a25f23233a3a2e8cfc11',
'https://theshownation.com//mlb20/items/e787c80d4fae910c1c6d0a14eb2d5db5',
'https://theshownation.com//mlb20/items/e3fd458d02cc75934dd2c30f896ff698',
'https://theshownation.com//mlb20/items/deb345324aad1d7652eabe05d0c3e1bb',
'https://theshownation.com//mlb20/items/85cef7747c65f4a841426d6fdd329449',
'https://theshownation.com//mlb20/items/ab01c498f45599c8f8df1d98c3f60fa2',
'https://theshownation.com//mlb20/items/c7c9a9e56779cc8e8a35f5507c5bd939',
'https://theshownation.com//mlb20/items/0c24bb115003e07539daeb5370faf136',
'https://theshownation.com//mlb20/items/f5ab819096e724e77696c8cb5ad21bf1',
'https://theshownation.com//mlb20/items/333c04a1fa69b79d52f54dc8961fb158',
'https://theshownation.com//mlb20/items/90da5fb6873f5daa02586c51fec88189',
'https://theshownation.com//mlb20/items/1ff499dfd246597828e415c43589fb4f',
'https://theshownation.com//mlb20/items/84d4d52d3a751e6f8a4c4aea8d7e48c0',
'https://theshownation.com//mlb20/items/b5d3329593899c7a29511c6110bdc575',
'https://theshownation.com//mlb20/items/c8ba6c4ec17a64c0b4ee1872b3a3968c',
'https://theshownation.com//mlb20/items/be149bb539a8c3fcbea5809d74aae951',
'https://theshownation.com//mlb20/items/ab5858f982b4009457e224fa1efdba73',
'https://theshownation.com//mlb20/items/1654f6096de3a8d08d244eeac21dee2a',
'https://theshownation.com//mlb20/items/42019d05623c015c744b67cee9175315',
'https://theshownation.com//mlb20/items/636fa06b74cdd6a17452e1e1ece7e7d7',
'https://theshownation.com//mlb20/items/e1ad6ffc6195076ffef9077d6f57e4ed',
'https://theshownation.com//mlb20/items/b893c8c2eaa339c705d03677f0a184a0',
'https://theshownation.com//mlb20/items/be26eb6d752fa4f0289a5761ca9342b4',
'https://theshownation.com//mlb20/items/a7c2e56b94b4f46ec60a68e20b4e8f9c',
'https://theshownation.com//mlb20/items/17742c3d43166d898221d20c95db7b1f',
'https://theshownation.com//mlb20/items/b7a67633eed3d4aad8a6eeb0b88057ca',
'https://theshownation.com//mlb20/items/5fd69e4f4037bc5b912ebb242fe8821b',
'https://theshownation.com//mlb20/items/4be3f33048a13363e1e434aebb27ce99',
'https://theshownation.com//mlb20/items/9b27373ee26f5c75aa3ac8c862b21f08',
'https://theshownation.com//mlb20/items/4dcfeaf97d0aec9f35e384d9c3624b39',
'https://theshownation.com//mlb20/items/70e177868d7bc383ce3ea10b6f976ada',
'https://theshownation.com//mlb20/items/3f2aeb5c93e94f71e8226b1146649656',
'https://theshownation.com//mlb20/items/62f2e5c3c0b25e4cc73b796979789a7f',
'https://theshownation.com//mlb20/items/61a56ce4cd5675d9204cdbc38f560542',
'https://theshownation.com//mlb20/items/cbba10babda38bc7de13a021ebc4e417',
'https://theshownation.com//mlb20/items/601477f166ad8e20492d52c5888a1ce8',
'https://theshownation.com//mlb20/items/f1291fd5dfbeaea377eaad66b2623961',
'https://theshownation.com//mlb20/items/ddf79cabfa698a8d8a713582d8a3fbff',
'https://theshownation.com//mlb20/items/f0a7d979c6e57d746e1164ed6e44678e',
'https://theshownation.com//mlb20/items/c7226ffd4a80a6abfd8b4e348e11e7a0',
'https://theshownation.com//mlb20/items/5e6a6e44aa50ddbce31739833d5d60af',
'https://theshownation.com//mlb20/items/ad0e1110d4470fa5d4b1481688337b26',
'https://theshownation.com//mlb20/items/4dd025297a7d6940a16de33ab2e8008c',
'https://theshownation.com//mlb20/items/fe75268bb28b40ef89979d0ec2c54497',
'https://theshownation.com//mlb20/items/11c3bc83e4a0ecfb01176e866d97435f',
'https://theshownation.com//mlb20/items/3524e592e453ec8f9356efc4e6e4f6af',
'https://theshownation.com//mlb20/items/cbac44f25cc867a81e7ec47ab95bbbf3',
'https://theshownation.com//mlb20/items/fff6a9143ab7c4a6e5bc339fb81c0e1d',
'https://theshownation.com//mlb20/items/d2328daaa6a0a581028bda7a8d069510',
'https://theshownation.com//mlb20/items/effd6e9cd3f0b5bce88107b4cbcd4a8b',
'https://theshownation.com//mlb20/items/a2c2ebf8b7962e1fc59628cc53837b21',
'https://theshownation.com//mlb20/items/0e1542eb9501f06a8c684bc836568a84',
'https://theshownation.com//mlb20/items/cbcb32994827a5c4ef1b8a630a4fa66e',
'https://theshownation.com//mlb20/items/c86af7db552f16a11c2e3308074154ac',
'https://theshownation.com//mlb20/items/bd71244c9e7f8c7835251fa4c63a4996',
'https://theshownation.com//mlb20/items/d763cdb506b75d273b864de2ed69058f',
'https://theshownation.com//mlb20/items/a12f16f776b4474dc5c342c48b254df2',
'https://theshownation.com//mlb20/items/545a51ff734fb11480ddf8a9b480eca8',
'https://theshownation.com//mlb20/items/fa7d73e09c08cec2d9700c75f7a417d1',
'https://theshownation.com//mlb20/items/dc6306ef41e110ee3d74f175884f61ed',
'https://theshownation.com//mlb20/items/c242ee43f6d34d89ee71b02fbc5e88a7',
'https://theshownation.com//mlb20/items/f6b192564928a1348da491c4987e08c4',
'https://theshownation.com//mlb20/items/ea7ca86ff9188a64b1b84078b60cb9e9',
'https://theshownation.com//mlb20/items/90c2c5d590002e532c3056dc49b3fdce',
'https://theshownation.com//mlb20/items/75743dbfcf177f2885a59b460017feee',
'https://theshownation.com//mlb20/items/99b824ede6546f5b83b7d2b66e4d8042',
'https://theshownation.com//mlb20/items/b9a9bd7f17185ed559381b351751801b',
'https://theshownation.com//mlb20/items/46dae4d4627570456b79473173f92f0f',
'https://theshownation.com//mlb20/items/bc916355c4b4bff29473d27f0a214b84',
'https://theshownation.com//mlb20/items/7057b95dc1fb3eb27739710e0ac10ea4',
'https://theshownation.com//mlb20/items/d75f0f0ebe4e61ae28331c574dca08b8',
'https://theshownation.com//mlb20/items/ed8856951cf76b4e53c7850dcd16c2f0',
'https://theshownation.com//mlb20/items/5985e72b3752e4749926885db1b45be4',
'https://theshownation.com//mlb20/items/b57cd62236ca1d303442a2bf5fd71e05',
'https://theshownation.com//mlb20/items/30b8014701a623705dd4bbc01ee7860b',
]
def parse(self, response):
yield {
'name': response.css('h1::text').get(),
'random_element': response.css('h2::text').get()
}
print(datetime.now() - startTime)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment