It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://bit.ly/3EKVmiV

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <script>
  7.      const isMobileDevice = () => {
  8.        const mediaQuery = window.matchMedia('(max-width: 768px)')
  9.        return mediaQuery.matches
  10.      }
  11.      window.currentSlide = 0
  12.      window.isDevice = isMobileDevice()
  13.      window.XD = {
  14.        site: {},
  15.        content: {}
  16.      }
  17.    </script>
  18. <title>Home - theaustinsf</title>
  19. <link rel="icon" href="https://cdn.theaustinsf.com/settings/image/logofavicon-173978550265971345.jpeg">
  20. <meta name="description" content="theaustinsf">
  21. <meta property="og:title" content="Home">
  22. <meta property="og:description" content="theaustinsf">
  23. <meta property="og:image" content="">
  24. <meta property="og:type" content="article">
  25. <meta property="og:url" content="https://theaustinsf.com/">
  26. <meta name="category" content="">
  27. <meta name="author" content="theaustinsf">
  28. <link rel="preload" as="script" id="googletagservices-css" href="https://www.googletagservices.com/tag/js/gpt.js" media="all" />
  29.  
  30. <script type="text/javascript">
  31.  window.ATCloudMapping = []
  32.  window.ATExtraLazyUnits = []
  33.  
  34.  window.ATDevice = window.isDevice ? 'mobile-unit' : 'desktop-unit'
  35.  window.ATSize = window.isDevice ? '300x250' : '728x90'
  36.  
  37.  window.ATPlacements = [
  38.    'desktop-left-sidebar-1',
  39.    'desktop-left-sidebar-2',
  40.    'desktop-right-sidebar-1',
  41.    'desktop-right-sidebar-2',
  42.    'desktop-before-heading-1',
  43.    'desktop-after-heading-1',
  44.    'desktop-before-image-1',
  45.    'desktop-after-image-1',
  46.    'desktop-before-button-1',
  47.    'desktop-before-button-2',
  48.    'desktop-after-button-1',
  49.    'desktop-after-button-2',
  50.    'desktop-footer',
  51.    'mobile-before-heading-1',
  52.    'mobile-after-heading-1',
  53.    'mobile-before-image-1',
  54.    'mobile-after-image-1',
  55.    'mobile-before-button-1',
  56.    'mobile-after-button-1',
  57.    'mobile-footer',
  58.    'prebid-adhesion-desktop',
  59.    'prebid-adhesion-mobile',
  60.    '300x250',
  61.    '300x600',
  62.    '320x50'
  63.  ]
  64.  
  65.  window.ATSlots = {
  66.    'desktop': {
  67.      '728x90': ['pb-slot-incontent-1', false],
  68.      '300x250': ['pb-slot-right-1', false],
  69.      '300x600': ['pb-slot-right-2', false],
  70.      '320x50': ['pb-slot-incontent-2', false]
  71.    },
  72.    'mobile': {
  73.      '728x90': ['pb-slot-incontent-1', false],
  74.      '300x250': ['pb-slot-incontent-1', false],
  75.      '300x600': ['pb-slot-incontent-large', false],
  76.      '320x50': ['pb-slot-incontent-2', false]
  77.    }
  78.  }
  79.  
  80.  window.ATSlotMapping = {}
  81.  
  82.  window.ATPlacements.forEach(placement => {
  83.    if (placement.includes('desktop-')) {
  84.      window.ATSlotMapping[placement] = structuredClone(window.ATSlots['desktop'])
  85.    } else {
  86.      window.ATSlotMapping[placement] = structuredClone(window.ATSlots['mobile'])
  87.    }
  88.  })
  89.  
  90.  window.ATSlotMapping['prebid-adhesion-desktop'] = {
  91.    '728x90': ['pb-slot-anchor', false]
  92.  }
  93.  window.ATSlotMapping['prebid-adhesion-mobile'] = {
  94.    '320x50': ['pb-slot-anchor', false]
  95.  }
  96. </script>
  97. <script src="https://hk8PvKuufY4FWCbbY.ay.delivery/manager/hk8PvKuufY4FWCbbY" type="text/javascript" referrerpolicy="no-referrer-when-downgrade"></script>
  98. <!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) -->
  99. <script type="text/javascript" async=true>
  100. (function() {
  101.  var host = window.location.hostname;
  102.  var element = document.createElement('script');
  103.  var firstScript = document.getElementsByTagName('script')[0];
  104.  var url = 'https://cmp.inmobi.com'
  105.    .concat('/choice/', 'KCKZrm3nZDDfQ', '/', host, '/choice.js?tag_version=V3');
  106.  var uspTries = 0;
  107.  var uspTriesLimit = 3;
  108.  element.async = true;
  109.  element.type = 'text/javascript';
  110.  element.src = url;
  111.  firstScript.parentNode.insertBefore(element, firstScript);
  112.  function makeStub() {
  113.    var TCF_LOCATOR_NAME = '__tcfapiLocator';
  114.    var queue = [];
  115.    var win = window;
  116.    var cmpFrame;
  117.    function addFrame() {
  118.      var doc = win.document;
  119.      var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);
  120.      if (!otherCMP) {
  121.        if (doc.body) {
  122.          var iframe = doc.createElement('iframe');
  123.          iframe.style.cssText = 'display:none';
  124.          iframe.name = TCF_LOCATOR_NAME;
  125.          doc.body.appendChild(iframe);
  126.        } else {
  127.          setTimeout(addFrame, 5);
  128.        }
  129.      }
  130.      return !otherCMP;
  131.    }
  132.    function tcfAPIHandler() {
  133.      var gdprApplies;
  134.      var args = arguments;
  135.      if (!args.length) {
  136.        return queue;
  137.      } else if (args[0] === 'setGdprApplies') {
  138.        if (
  139.          args.length > 3 &&
  140.          args[2] === 2 &&
  141.          typeof args[3] === 'boolean'
  142.        ) {
  143.          gdprApplies = args[3];
  144.          if (typeof args[2] === 'function') {
  145.            args[2]('set', true);
  146.          }
  147.        }
  148.      } else if (args[0] === 'ping') {
  149.        var retr = {
  150.          gdprApplies: gdprApplies,
  151.          cmpLoaded: false,
  152.          cmpStatus: 'stub'
  153.        };
  154.        if (typeof args[2] === 'function') {
  155.          args[2](retr);
  156.        }
  157.      } else {
  158.        if(args[0] === 'init' && typeof args[3] === 'object') {
  159.          args[3] = Object.assign(args[3], { tag_version: 'V3' });
  160.        }
  161.        queue.push(args);
  162.      }
  163.    }
  164.    function postMessageEventHandler(event) {
  165.      var msgIsString = typeof event.data === 'string';
  166.      var json = {};
  167.      try {
  168.        if (msgIsString) {
  169.          json = JSON.parse(event.data);
  170.        } else {
  171.          json = event.data;
  172.        }
  173.      } catch (ignore) {}
  174.      var payload = json.__tcfapiCall;
  175.      if (payload) {
  176.        window.__tcfapi(
  177.          payload.command,
  178.          payload.version,
  179.          function(retValue, success) {
  180.            var returnMsg = {
  181.              __tcfapiReturn: {
  182.                returnValue: retValue,
  183.                success: success,
  184.                callId: payload.callId
  185.              }
  186.            };
  187.            if (msgIsString) {
  188.              returnMsg = JSON.stringify(returnMsg);
  189.            }
  190.            if (event && event.source && event.source.postMessage) {
  191.              event.source.postMessage(returnMsg, '*');
  192.            }
  193.          },
  194.          payload.parameter
  195.        );
  196.      }
  197.    }
  198.    while (win) {
  199.      try {
  200.        if (win.frames[TCF_LOCATOR_NAME]) {
  201.          cmpFrame = win;
  202.          break;
  203.        }
  204.      } catch (ignore) {}
  205.      if (win === window.top) {
  206.        break;
  207.      }
  208.      win = win.parent;
  209.    }
  210.    if (!cmpFrame) {
  211.      addFrame();
  212.      win.__tcfapi = tcfAPIHandler;
  213.      win.addEventListener('message', postMessageEventHandler, false);
  214.    }
  215.  };
  216.  makeStub();
  217.  var uspStubFunction = function() {
  218.    var arg = arguments;
  219.    if (typeof window.__uspapi !== uspStubFunction) {
  220.      setTimeout(function() {
  221.        if (typeof window.__uspapi !== 'undefined') {
  222.          window.__uspapi.apply(window.__uspapi, arg);
  223.        }
  224.      }, 500);
  225.    }
  226.  };
  227.  var checkIfUspIsReady = function() {
  228.    uspTries++;
  229.    if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
  230.      console.warn('USP is not accessible');
  231.    } else {
  232.      clearInterval(uspInterval);
  233.    }
  234.  };
  235.  if (typeof window.__uspapi === 'undefined') {
  236.    window.__uspapi = uspStubFunction;
  237.    var uspInterval = setInterval(checkIfUspIsReady, 6000);
  238.  }
  239. })();
  240. </script>
  241. <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) -->
  242. <script>
  243. let bpltdRPSEvents = {
  244. 'RPS2': false,
  245. 'RPS4': false,
  246. 'RPS5': false,
  247. 'RPS6': false,
  248. 'RPS8': false,
  249. 'RPS10': false,
  250. 'RPS12': false,
  251. 'RPS15': false
  252. };
  253.  
  254. var ay_ads_count = 0;
  255. addEventListener(
  256. 'assertive_predictedRevenue',
  257. function(e) {
  258. let sessionValue = e.data.predictedRevenueCPM.session;
  259. let contentId = window.location.href.replace('https://www.theaustinsf.com', '');
  260. contentId = window.location.href.replace('https://theaustinsf.com', '');
  261. ay_ads_count++;
  262.  
  263. if (sessionValue >= 20 && !bpltdRPSEvents.RPS2) {
  264. fbq('trackCustom', 'AYRPS2');
  265. bpltdRPSEvents.RPS2 = true;
  266. } else if (sessionValue >= 40 && !bpltdRPSEvents.RPS4) {
  267. fbq('trackCustom', 'AYRPS4');
  268. bpltdRPSEvents.RPS4 = true;
  269. } else if (sessionValue >= 50 && !bpltdRPSEvents.RPS5) {
  270. fbq('trackCustom', 'AYRPS5');
  271. bpltdRPSEvents.RPS5 = true;
  272. } else if (sessionValue >= 60 && !bpltdRPSEvents.RPS6) {
  273. fbq('trackCustom', 'AYRPS6');
  274. bpltdRPSEvents.RPS6 = true;
  275. } else if (sessionValue >= 80 && !bpltdRPSEvents.RPS8) {
  276. fbq('trackCustom', 'AYRPS8');
  277. bpltdRPSEvents.RPS8 = true;
  278. } else if (sessionValue >= 100 && !bpltdRPSEvents.RPS10) {
  279. fbq('trackCustom', 'AYRPS10');
  280. bpltdRPSEvents.RPS10 = true;
  281. } else if (sessionValue >= 120 && !bpltdRPSEvents.RPS12) {
  282. fbq('trackCustom', 'AYRPS12');
  283. bpltdRPSEvents.RPS12 = true;
  284. } else if (sessionValue >= 150 && !bpltdRPSEvents.RPS15) {
  285. fbq('trackCustom', 'AYRPS15');
  286. bpltdRPSEvents.RPS15 = true;
  287. }
  288. },
  289. false
  290. );
  291. </script>
  292. <script type="application/ld+json">
  293. {
  294.  "@context": "https://schema.org",
  295.  "@type": "Article",
  296.  "headline": "Home - theaustinsf",
  297.  "image": "",
  298.  "description": "theaustinsf",
  299.  "author": {
  300.    "@type": "Organization",
  301.    "name": "theaustinsf"
  302.  },
  303.  "publisher": {
  304.    "@type": "Organization",
  305.    "name": "theaustinsf",
  306.    "logo": {
  307.      "@type": "ImageObject",
  308.      "url": "https://cdn.theaustinsf.com/settings/image/logosite-173978548129433438.jpeg"
  309.    }
  310.  },
  311.  "mainEntityOfPage": {
  312.    "@type": "WebPage",
  313.    "@id": "https://theaustinsf.com/"
  314.  },
  315.  "url": "https://theaustinsf.com/",
  316.  "articleSection": "",
  317.  "isPartOf": {
  318.    "@type": "CreativeWork",
  319.    "name": "Home - theaustinsf",
  320.    "description": "theaustinsf"
  321.  },
  322.  "potentialAction": {
  323.    "@type": "ReadAction",
  324.    "target": [
  325.      "https://theaustinsf.com/"
  326.    ]
  327.  }
  328. }
  329. </script>
  330.  
  331.    <script type="module" crossorigin src="/assets/index-e00bd283.js"></script>
  332.    <link rel="stylesheet" href="/assets/index-950f748f.css">
  333.  <style>
  334. .longform h1 { font-size: 1.875rem; font-weight: 800; line-height: 2.25rem; letter-spacing: -.025em; }.longform h2 { font-size: 1.5rem; font-weight: 700; line-height: 2rem; letter-spacing: 0; }.longform .intro p, .longform .slide p { font-size: 1.25rem; font-weight: 400; line-height: 2rem; letter-spacing: 0; }.gallery h1 { font-size: 1.875rem; font-weight: 800; line-height: 2.25rem; letter-spacing: -.025em; }.gallery h2 { font-size: 1.5rem; font-weight: 700; line-height: 2rem; letter-spacing: 0; }.gallery .intro p, .gallery .slide p { font-size: 1.25rem; font-weight: 400; line-height: 2.25rem; letter-spacing: 0; }.next-slide { font-size: 1.5rem; font-weight: 800; line-height: 2rem; letter-spacing: 0; }.block-cat-three h1 { font-size: 1.875rem; font-weight: 800; line-height: 2.25rem; letter-spacing: -.025em; }.block-latest .holder .box h1, .block-cat-one .holder .box h1 { font-size: 1.875rem; font-weight: 800; line-height: 2.25rem; letter-spacing: -.025em; }.block-cat-three h3, .block-cat-four h3 { font-size: 1.5rem; font-weight: 800; line-height: 2rem; letter-spacing: -.025em; }.block-cat-one .holder .box p { font-size: 1.25rem; font-weight: 400; line-height: 2rem; letter-spacing: 0; }.block-latest .holder, .block-latest .holder .box, .block-cat-one .holder .image, .block-cat-three .holder .image, .block-cat-four .holder .image { border-top-left-radius: 25px; border-bottom-right-radius: 25px }.search input, .search .search-icon-bottom { border-top-left-radius: 15px; border-bottom-right-radius: 15px }.read-more, .read-more-alt { border-top-left-radius: 15px; border-bottom-right-radius: 15px }.next-slide { background: #efa70b; }.next-slide:hover { background: #efaf0b; } @media (min-width: 768px) {.longform h1 { font-size: 2.25rem; font-weight: 800; line-height: 2.5rem; letter-spacing: -.025em; }.longform h2 { font-size: 1.875rem; font-weight: 700; line-height: 2.25rem; letter-spacing: 0; }.longform .intro p, .longform .slide p { font-size: 1.25rem; font-weight: 400; line-height: 2.25rem; letter-spacing: 0; }.gallery h1 { font-size: 2.25rem; font-weight: 800; line-height: 2.5rem; letter-spacing: -.025em; }.gallery h2 { font-size: 1.875rem; font-weight: 700; line-height: 2.25rem; letter-spacing: 0; }.gallery .intro p, .gallery .slide p { font-size: 1.25rem; font-weight: 400; line-height: 2.25rem; letter-spacing: 0; }.next-slide { font-size: 1.875rem; font-weight: 800; line-height: 2.25rem; letter-spacing: 0; }.block-cat-three h1 { font-size: 2.25rem; font-weight: 800; line-height: 2.5rem; letter-spacing: -.025em; }.block-latest .holder .box h1, .block-cat-one .holder .box h1 { font-size: 2.25rem; font-weight: 800; line-height: 2.5rem; letter-spacing: -.025em; }.block-cat-three h3, .block-cat-four h3 { font-size: 1.5rem; font-weight: 800; line-height: 2rem; letter-spacing: -.025em; }.block-cat-one .holder .box p { font-size: 1.25rem; font-weight: 400; line-height: 2.25rem; letter-spacing: 0; }} .header nav { padding-block: 0.75rem; }.header nav .logo, .footer .logo { max-height: none; }.slides .ad-320x50, .slides .ad-300x600 { width: 100%; }.adhesion { z-index: 1000; }.mobile-unit.ad-300x250 { min-height: 295px !important; max-height: 295px !important; overflow: hidden; align-items: start; }@media screen and (max-width: 640px) { footer {   display: none; } }
  335. </style>
  336. <script>
  337. window.XDlongformcall = () => {  }
  338. window.XDlongformreload = () => { ayManagerEnv.refresh() }
  339. window.XDlongformtracking = () => { if (window.assertive && 'function' == typeof window.assertive.nextPage) {
  340.  window.assertive.nextPage()
  341. } }
  342. window.XDlongforminfiniteScroll = () => { ATLongformCallUnits(true)
  343. ATLazyLoadUnits(true) }
  344. window.XDgallerycall = () => { ATGalleryCallUnits() }
  345. window.XDgalleryreload = () => { ATGalleryCallUnits(true) }
  346. window.XDgallerytracking = () => { if (window.assertive && 'function' == typeof window.assertive.nextPage) {
  347.  window.assertive.nextPage()
  348. }
  349. }
  350.  
  351. </script>
  352. <script>
  353. const XD = {"site":{"categories":[{"id":"animals","name":"Animals","src":"","info":""},{"id":"astrology","name":"Astrology","src":"","info":""},{"id":"babies","name":"Babies","src":"","info":""},{"id":"banned-items","name":"Banned Items","src":"","info":""},{"id":"beauty","name":"Beauty","src":"","info":""},{"id":"careers","name":"Careers","src":"","info":""},{"id":"celebrity","name":"Celebrity","src":"","info":""},{"id":"dark","name":"Dark","src":"","info":""},{"id":"deficiencies","name":"Deficiencies","src":"","info":""},{"id":"drink","name":"Drink","src":"","info":""},{"id":"entertainment","name":"Entertainment","src":"","info":""},{"id":"family","name":"Family","src":"","info":""},{"id":"fashion","name":"Fashion","src":"","info":""},{"id":"finance","name":"Finance","src":"","info":""},{"id":"food","name":"Food","src":"","info":""},{"id":"hacks","name":"Hacks","src":"","info":""},{"id":"health","name":"Health","src":"","info":""},{"id":"home","name":"Home","src":"","info":""},{"id":"jousty","name":"Jousty","src":"","info":""},{"id":"lifestyle","name":"Lifestyle","src":"","info":""},{"id":"money","name":"Money","src":"","info":""},{"id":"moviestv","name":"Movies/TV","src":"","info":""},{"id":"music","name":"Music","src":"","info":""},{"id":"nostalgia","name":"Nostalgia","src":"","info":""},{"id":"old-people","name":"Old People","src":"","info":""},{"id":"outdoors","name":"Outdoors","src":"","info":""},{"id":"pages","name":"Pages","src":"","info":""},{"id":"personality","name":"Personality","src":"","info":""},{"id":"pets","name":"Pets","src":"","info":""},{"id":"relationships","name":"Relationships","src":"","info":""},{"id":"spirituality","name":"Spirituality","src":"","info":""},{"id":"travel","name":"Travel","src":"","info":""},{"id":"trending","name":"Trending","src":"","info":""},{"id":"uncategorized","name":"Uncategorized","src":"","info":""},{"id":"women","name":"Women","src":"","info":""},{"id":"wow","name":"WOW","src":"","info":""},{"id":"zodiac","name":"Zodiac","src":"","info":""}],"users":[{"id":"andy@digital1.com","name":"andy"},{"id":"george@digital1.com","name":"George"},{"id":"josh@digital1.com","name":"Joshua King"},{"id":"lewis@digital1.com","name":"Lou"},{"id":"lewis@digital1.com","name":"Lou"},{"id":"molly@digital1.com","name":"molly"},{"id":"nick@digital1.com","name":"nick"},{"id":"peter@digital1.com","name":"peter"},{"id":"sultan@xenhired.com","name":"Sultan Mahmud"}],"settings":{"admin":{"preview":true,"caption":"Image Source/ Reddit"},"info":{"infoname":"theaustinsf","infocdn":"https://cdn.theaustinsf.com","infodescription":"theaustinsf","infoimage":{"src":"","error":"","loading":false,"uploaded":false},"infocourtesy":""},"logo":{"logosite":{"src":"https://cdn.theaustinsf.com/settings/image/logosite-173978548129433438.jpeg","error":"","loading":false,"uploaded":true},"logositedark":{"src":"https://cdn.theaustinsf.com/settings/image/logositedark-173978548970789160.jpeg","error":"","loading":false,"uploaded":true},"logofavicon":{"src":"https://cdn.theaustinsf.com/settings/image/logofavicon-173978550265971345.jpeg","error":"","loading":false,"uploaded":true},"desktopWidth":97,"desktopHeight":40,"mobileWidth":97,"mobileHeight":40,"logoLink":""},"menu":{"menuheader":[{"id":"Entertainment","link":"entertainment","type":"category"},{"id":"Lifestyle","link":"lifestyle","type":"category"},{"id":"Family","link":"family","type":"category"}],"menufooter":[{"id":"Contact Us","link":"contact-us","type":"page"},{"id":"Privacy Policy","link":"privacy-policy","type":"page"}]},"home":{"homedesign":[{"id":"latest","name":"Latest","text":"","category":"family","featured":1,"count":1},{"id":"column-three","name":"Column Three","text":"","category":"entertainment","featured":0,"count":3},{"id":"column-four","name":"Column Four","text":"","category":"lifestyle","featured":false,"count":4}],"render":0},"category":{"categorydesign":[{"id":"column-three","name":"Column Three","text":"","category":"","featured":false,"count":3,"render":0},{"id":"left","name":"Left","text":"","category":"","featured":false,"count":1,"render":0},{"id":"column-four","name":"Column Four","text":"","category":"","featured":false,"count":4,"render":0},{"id":"right","name":"Right","text":"","category":"","featured":false,"count":1,"render":0},{"id":"column-eight","name":"Column Eight","text":"","category":"","featured":false,"count":8,"render":0},{"id":"latest","name":"Latest","text":"WOW","category":"","featured":false,"count":1,"render":0}]},"search":{"searchdesign":[],"searchimage":{"src":"","error":"","loading":false,"uploaded":false}},"quiz":{"quizinfo":"","landing":false,"capture_emails":true},"theme":{"themedark":false,"showfeatured":false,"showauthor":false,"showdate":false,"slidebackground":true,"showuncategorized":true,"gallerybutton":"#efa70b","gallerybuttonhover":"#efaf0b","lazydesktop":true,"lazymobile":true,"stickybgdesktop":false,"stickybgmobile":true,"stickytopdesktop":false,"stickytopmobile":true,"infiniteLongform":true,"infiniteGallery":true,"gallerynumber":true},"block":{"blockdesign":3},"openai":{"summaryLength":250,"maxSlideNumber":50,"paragraphMinLength":350,"paragraphMaxLength":500,"externalInfo":"","language":[{"f":"Italian","r":"IT"},{"f":"French","r":"FR"},{"f":"Spanish","r":"ES"},{"f":"German","r":"DE"},{"f":"Romania","r":"RO"},{"f":"Denmark","r":"DK"},{"f":"Saudi Arabia","r":"SA"},{"f":"Mandarin","r":"CN"}]},"replace":{"textReplace":[]}},"units":{"longform":{"default":{"options":{"order":{"desktop":"","mobile":""},"scrollReload":{"desktop":0,"mobile":0},"showIntro":{"desktop":0,"mobile":0}},"left":{"desktop":[]},"right":{"desktop":[]},"sticky":{"desktop":[],"mobile":[]},"stickytop":{"desktop":[],"mobile":[]},"headingBefore":{"desktop":[],"mobile":[]},"headingAfter":{"desktop":[],"mobile":[]},"imageBefore":{"desktop":[],"mobile":[]},"imageAfter":{"desktop":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"paragraphBefore":{"desktop":[],"mobile":[]},"paragraphAfter":{"desktop":[],"mobile":[]},"slideAfter":{"desktop":[],"mobile":[]},"footer":{"desktop":[],"mobile":[]}}},"gallery":{"default":{"options":{"order":{"desktop":"","mobile":""},"delay":{"desktop":"0","mobile":"0"},"reload":{"desktop":0,"mobile":0},"showTitle":{"desktop":0,"mobile":0},"buttonTopGap":{"desktop":0,"mobile":0},"buttonBottomGap":{"desktop":0,"mobile":0},"showIntro":{"desktop":0,"mobile":0},"disableReload":{"desktop":0,"mobile":0},"disableReload2":{"desktop":0,"mobile":0}},"left":{"desktop":[]},"right":{"desktop":[]},"sticky":{"desktop":[],"mobile":[{"id":"320 x 50","name":"320x50","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"stickytop":{"desktop":[],"mobile":[]},"headingBefore":{"desktop":[],"mobile":[]},"headingAfter":{"desktop":[],"mobile":[{"id":"320 x 50","name":"320x50","type":5,"page":5,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"imageBefore":{"desktop":[],"mobile":[]},"imageAfter":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"paragraphBefore":{"desktop":[],"mobile":[]},"paragraphAfter":{"desktop":[],"mobile":[]},"buttonBefore":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"buttonAfter":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"footer":{"desktop":[],"mobile":[]}},"gallery7":{"options":{"order":{"desktop":"","mobile":""},"delay":{"desktop":0,"mobile":""},"reload":{"desktop":0,"mobile":0},"showTitle":{"desktop":0,"mobile":""},"buttonTopGap":{"desktop":0,"mobile":0},"buttonBottomGap":{"desktop":0,"mobile":0},"showIntro":{"desktop":0,"mobile":1},"disableReload":{"desktop":0,"mobile":0},"disableReload2":{"desktop":0,"mobile":0}},"left":{"desktop":[]},"right":{"desktop":[]},"sticky":{"desktop":[],"mobile":[{"id":"sticky","name":"320x50","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"stickytop":{"desktop":[],"mobile":[]},"headingBefore":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":5,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"headingAfter":{"desktop":[],"mobile":[{"id":"320 x 50","name":"320x50","type":5,"page":5,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"imageBefore":{"desktop":[],"mobile":[]},"imageAfter":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"paragraphBefore":{"desktop":[],"mobile":[]},"paragraphAfter":{"desktop":[],"mobile":[]},"buttonBefore":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"buttonAfter":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"footer":{"desktop":[],"mobile":[]}},"tester":{"options":{"order":{"desktop":"","mobile":""},"delay":{"desktop":0,"mobile":""},"reload":{"desktop":0,"mobile":0},"showTitle":{"desktop":0,"mobile":""},"buttonTopGap":{"desktop":0,"mobile":0},"buttonBottomGap":{"desktop":0,"mobile":0},"showIntro":{"desktop":0,"mobile":1},"disableReload":{"desktop":0,"mobile":0},"disableReload2":{"desktop":0,"mobile":0}},"left":{"desktop":[]},"right":{"desktop":[]},"sticky":{"desktop":[],"mobile":[{"id":"sticky","name":"320x50","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"stickytop":{"desktop":[],"mobile":[]},"headingBefore":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":5,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"headingAfter":{"desktop":[],"mobile":[{"id":"320 x 50","name":"320x50","type":5,"page":5,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"imageBefore":{"desktop":[],"mobile":[]},"imageAfter":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"paragraphBefore":{"desktop":[],"mobile":[]},"paragraphAfter":{"desktop":[],"mobile":[]},"buttonBefore":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"buttonAfter":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}},{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"footer":{"desktop":[],"mobile":[]}},"wfgallery2":{"options":{"order":{"desktop":"","mobile":""},"delay":{"desktop":0,"mobile":""},"reload":{"desktop":0,"mobile":0},"showTitle":{"desktop":0,"mobile":""},"buttonTopGap":{"desktop":0,"mobile":0},"buttonBottomGap":{"desktop":0,"mobile":0},"showIntro":{"desktop":0,"mobile":1},"disableReload":{"desktop":0,"mobile":0},"disableReload2":{"desktop":0,"mobile":0}},"left":{"desktop":[]},"right":{"desktop":[]},"sticky":{"desktop":[],"mobile":[{"id":"sticky","name":"320x50","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"stickytop":{"desktop":[],"mobile":[]},"headingBefore":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":5,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"headingAfter":{"desktop":[],"mobile":[]},"imageBefore":{"desktop":[],"mobile":[]},"imageAfter":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":5,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"paragraphBefore":{"desktop":[],"mobile":[]},"paragraphAfter":{"desktop":[],"mobile":[]},"buttonBefore":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"buttonAfter":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"footer":{"desktop":[],"mobile":[]}},"quiz":{"options":{"order":{"desktop":"","mobile":""},"delay":{"desktop":0,"mobile":0},"reload":{"desktop":0,"mobile":0},"showTitle":{"desktop":0,"mobile":1},"buttonTopGap":{"desktop":0,"mobile":0},"buttonBottomGap":{"desktop":0,"mobile":0},"showIntro":{"desktop":0,"mobile":0},"disableReload":{"desktop":0,"mobile":0},"disableReload2":{"desktop":0,"mobile":0}},"left":{"desktop":[]},"right":{"desktop":[]},"sticky":{"desktop":[],"mobile":[{"id":"sticky","name":"320x50","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"stickytop":{"desktop":[],"mobile":[]},"headingBefore":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":5,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"headingAfter":{"desktop":[],"mobile":[]},"imageBefore":{"desktop":[],"mobile":[]},"imageAfter":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":5,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"paragraphBefore":{"desktop":[],"mobile":[]},"paragraphAfter":{"desktop":[],"mobile":[]},"buttonBefore":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":5,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"buttonAfter":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":5,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"footer":{"desktop":[],"mobile":[]}},"testertopadhesion":{"options":{"order":{"desktop":"","mobile":""},"delay":{"desktop":0,"mobile":""},"reload":{"desktop":0,"mobile":0},"showTitle":{"desktop":0,"mobile":""},"buttonTopGap":{"desktop":0,"mobile":0},"buttonBottomGap":{"desktop":0,"mobile":0},"showIntro":{"desktop":0,"mobile":1},"disableReload":{"desktop":0,"mobile":0},"disableReload2":{"desktop":0,"mobile":0}},"left":{"desktop":[]},"right":{"desktop":[]},"sticky":{"desktop":[],"mobile":[{"id":"sticky","name":"320x50","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"stickytop":{"desktop":[],"mobile":[{"id":"stickytop","name":"prebid-adhesion-mobile-top","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"headingBefore":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":5,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"headingAfter":{"desktop":[],"mobile":[{"id":"320 x 50","name":"320x50","type":5,"page":5,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"imageBefore":{"desktop":[],"mobile":[]},"imageAfter":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"paragraphBefore":{"desktop":[],"mobile":[]},"paragraphAfter":{"desktop":[],"mobile":[]},"buttonBefore":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"buttonAfter":{"desktop":[],"mobile":[{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}},{"id":"300 x 250","name":"300x250","type":5,"page":1,"css":{"mt":"","mb":"","ml":"","mr":"","pt":"","pb":"","pl":"","pr":"","w":"","h":""}}]},"footer":{"desktop":[],"mobile":[]}}}},"extra":[{"name":"summarytext","heading":1,"param":0,"text":"<div>Welcome to theaustinsf.com, your premier destination for the most shocking and sensational news stories that will leave you speechless. Here, we dig deep into the craziest events and entertainment buzz that defy expectations and spark intrigue.\n\nAt theaustinsf, our mission is to uncover the unbelievable—from jaw-dropping celebrity scandals and outrageous social media moments to bizarre news that makes you question everything you thought you knew. Our engaging content is designed to thrill and entertain, ensuring you're always in the loop on the wildest happenings in the world.\n\nEach day, our dedicated team curates a collection of stories that highlight the extraordinary and the shocking, presented with a fresh perspective that keeps you coming back for more. Whether you’re seeking the latest viral sensation or a mind-blowing news piece, theaustinsf.com is your ultimate source for everything that astonishes.\n\nThank you for exploring theaustinsf.com—where the unbelievable unfolds!</div>"}],"sites":[{"status":true,"name":"","link":"https://admin.theaustinsf.com","light":"","dark":"","code":"TASF","multi":true,"central":false}],"config":{"ay_wrapper":"https://hk8PvKuufY4FWCbbY.ay.delivery/manager/hk8PvKuufY4FWCbbY"}},"content":{}};
  354. window.XD = XD;
  355. </script>
  356. </head>
  357.  <body>
  358.    <div id="app"></div>
  359.    
  360.  
  361.  <!-- Meta Pixel Code -->
  362. <script>
  363. !function(f,b,e,v,n,t,s)
  364. {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  365. n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  366. if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  367. n.queue=[];t=b.createElement(e);t.async=!0;
  368. t.src=v;s=b.getElementsByTagName(e)[0];
  369. s.parentNode.insertBefore(t,s)}(window, document,'script',
  370. 'https://connect.facebook.net/en_US/fbevents.js');
  371. fbq('init', '1183952803289120');
  372. fbq('track', 'PageView');
  373. </script>
  374. <noscript><img height="1" width="1" style="display:none"
  375. src="https://www.facebook.com/tr?id=1183952803289120&ev=PageView&noscript=1"
  376. /></noscript>
  377. <!-- End Meta Pixel Code -->
  378. </body>
  379. </html>
  380.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda