[]
-1; } // command = ‘getUSPData’, version = 1, callback = function(uspData: uspdata, success: boolean) window.__uspapi = function (command, version, callback) { if (command === ‘getUSPData’ && version === 1) { if (isFullMeasure() || getPrivacyKVP()) { // enable via KVP or if the site is fullmeasure.news // check trustarc for privacy info var uspString = getTrustArc(); if (uspString) { // if the uspString was created and returned properly // Then perform callback with correct object var uspData = { version: version, uspString: uspString }; return callback(uspData, true); } } } // Case where command !== getUSPData || uspString returns null || version !== 1 || !usPrivacyEnabled // call callback with uspData = null and success = false return callback(null, false); } function getTrustArc() { if (window.truste && window.truste.cma) { // if the trustarc object and methods are available var url = location.protocol + ‘//’ + location.host; // Get consent decision by calling trustarc api var consentDetails = window.truste.cma.callApi(“getConsentDecision”, url); /* returns consentDetails: {consentDecision:$integer, source:”asserted”} consentDetails.source can be “asserted” or “implied” – ignore for our purposes consentDetails.consentDecision can be 0, 1, 2, or 3 0 – no decision (closing banner without making a decision) 1 – required – “opted out” 3 – advertising – accepted */ var uspPrivacyString = formatUSPrivacyString(consentDetails.consentDecision); return writeUSPrivacyString(uspPrivacyString); } else { return null; } } // Handle getting the value of the notice_behavior cookie (provided for us by trustarc) function getCookieData(name) { var value = ‘; ‘ + document.cookie; var parts = value.split(‘; ‘ + name + ‘=’); if (parts.length === 2) { return parts.pop().split(‘;’).shift(); } return null; } function getNoticeBehavior() { var cookie = getCookieData(‘notice_behavior’); var usPrivacyString = getUSPrivacyString(); // If the user is in region “eu” (which covers both EU and California), meaning they’ve seen the banner by default, then we return “Y” if (cookie) { var noticeRegion = cookie.split(‘,’)[1]; if (noticeRegion === ‘eu’) { return ‘Y’; } } // If there’s an existing USPrivacyString, we need to check if the “notice given” letter is set to Y // If it is, we use that, regardless of the region (meaning that they’ve checked their privacy settings themselves) if (usPrivacyString && usPrivacyString[1] === ‘Y’) { return ‘Y’; } return ‘N’; } // On cookie preferences click window.setExplicitNoticeGiven = function () { truste.eu && truste.eu.clickListener(); var usPrivacyString = getUSPrivacyString() || ‘1-N-‘; usPrivacyString = usPrivacyString[0] + ‘Y’ + usPrivacyString.slice(2); writeUSPrivacyString(usPrivacyString); } // On Do Not Sell click window.openDoNotSellModal = function () { truste.eu && truste.eu.irmClickListener(); } function formatUSPrivacyString(consentDecision) { // If 0 or 3, the user has not opted out, so we return “N” // If 1 or 2, the user has opted out of advertising, so we return “Y” var advertisingOptOut = consentDecision === 0 || consentDecision === 3 ? ‘N’ : ‘Y’; // Default will be 1-N- // The third value (advertisingOptOut) will be the only one that changes based on the user’s preferences var uspPrivacyString = ‘1-‘ + advertisingOptOut + ‘-‘; return uspPrivacyString; } // Write USP string to localStorage function writeUSPrivacyString(usPrivacyString) { // write USP cookie data localStorage.setItem(‘usprivacy’, usPrivacyString); return usPrivacyString; } // Get USPrivacyString from localStorage function getUSPrivacyString() { var usPrivacyString = localStorage.getItem(‘usprivacy’); return usPrivacyString; } // Remove USPrivacyString from localStorage – mainly used for unit testing // Return success boolean function clearUSPrivacyString() { localStorage.removeItem(‘usprivacy’); return !localStorage.getItem(‘usprivacy’); } // Handle postMessage implementation for use without SafeFrame function receiveUSPrivacyMessage(event) { var message = event.data; var apiCall = message.__uspapiCall; if (apiCall) { // only want to do anything with the events called with the correct params var response = { __uspapiReturn: { callId: apiCall.callId, } } // Call __uspapi for them with the params they’ve given __uspapi(apiCall.command, apiCall.version, function(uspData, success) { response.__uspapiReturn.returnValue = uspData; response.__uspapiReturn.success = success; // Respond with the results if (event.source) { event.source.postMessage(response, event.origin); } return response; }) } } // Set listener for postMessage window.addEventListener(“message”, receiveUSPrivacyMessage, false); function parseKeyValues(featureFlags) { for (var flag in featureFlags) { if (featureFlags.hasOwnProperty(flag)) { if(featureFlags[flag].length >0 && (featureFlags[flag] == ‘true’ || featureFlags[flag] == “false” || featureFlags[flag].indexOf(‘{‘) >-1 || featureFlags[flag].indexOf(‘]’) >-1)){ featureFlags[flag] = featureFlags[flag].replace(/^”(.*)”$/, ‘$1’); featureFlags[flag] = JSON.parse(featureFlags[flag]); } } } return featureFlags; } })();]]>-1) { isBlocked = true; } return isBlocked; } })();]]>Thursday Evening January 26, 2023
{/strong}Forecaster: James Spann{/strong}
DRY THROUGH SATURDAY: Nothing on radar this afternoon; the sky is partly sunny over the northern half of the state, with sunshine in full supply over the southern counties. Temperatures are in the 40s across North Alabama, about ten degrees below average for January 26. Tonight will be clear and cold with sub-freezing temperatures in most places. Colder spots will dip into the low to mid 20s by daybreak tomorrow.
Expect a sunny sky tomorrow with highs in the 50s and 60s.
THE ALABAMA WEEKEND: The weather stays dry Saturday with a partly to mostly sunny sky. The high across North Alabama will be somewhere between 55 and 60 degree, with low to mid 60s for the southern counties. Clouds increase Saturday night, and wet weather returns to the state Sunday with periods of rain. Some thunder is possible, but there is no risk of severe storms with highs in the 50s.
NEXT WEEK: We catch a break in the rain Monday, but a surface front will settle into the state Tuesday and become stationary, brining unsettled, wet weather through mid-week. We expect occasional rain Tuesday through Thursday… rain amounts of 1-3 inches are likely statewide. A few thunderstorms are possible along the way, but at this point we aren’t expecting anything severe. Colder, drier air arrives Friday. Highs through the week will be seasonal… mostly in the 50s and 60s.
HOLE PUNCH CLOUDS: Fallstreak holes (also known as “hole punch clouds”) were spotted across South Alabama this morning.
These are generally caused by a passing aircraft. When an aircraft passes through these types of clouds, the air around its wings and body expands and cools, a process known as adiabatic cooling. This can trigger the droplets to turn into tiny ice crystals. As they quickly grow and absorb nearby water droplets, they become heavier and begin to fall, leaving a hole behind, which will start to expand outward as surrounding droplets start to freeze as well.
ON THIS DATE IN 1772: Possibly the greatest snowfall ever recorded in the Washington DC area started on this day. When the storm began, Thomas Jefferson was returning home from his honeymoon with his new bride, Martha Wayles Skelton. The newlyweds made it to within eight miles of Monticello before having to abandon their carriage in the deep snow. Both finished the ride on horseback in the blinding snow. The newlyweds arrived home late on the night of January 26th. In Jefferson’s “Garden Book,” he wrote, “the deepest snow we have ever seen. In Albermarle, it was about 3 feet deep.”
ON THIS DATE IN 1940: Skaters were actually able to skate on the frozen surface of the Black Warrior River west of Birmingham, where ice was six inches thick near the banks after a week of some of the coldest weather the Magic City has ever seen. The official low at Birmingham on January 26, 1940 was 1.”,”forecast”:{“externalServiceId”:”USAL0054″,”zipCode”:”35212″,”state”:”Alabama”,”stateAbbreviation”:”AL”,”city”:”Birmingham”,”latitude”:”33.381″,”longitude”:”-86.771″,”current”:{“relHumidity”:66,”wndSpdMph”:3,”wndDirDegr”:”260″,”wndDirCardinal”:”W”,”snowAmtIn”:”N/A”,”tempF”:41,”precipChance”:”0″,”iconCode”:97,”skyText”:”Clear”},”weatherForecasts”:[{“relHumidity”:80,”wndSpdMph”:5,”wndDirDegr”:”287″,”wndDirCardinal”:”WNW”,”snowAmtIn”:”0″,”dateTime”:1674738000000,”dayOfWeek”:”Thursday”,”origHiTempF”:48,”origLoTempF”:32,”origPrecipChance”:0,”origIconCode”:85,”origSkyText”:”Clear”,”modifiedHiTempF”:48,”modifiedLoTempF”:32,”modifiedPrecipChance”:0,”modifiedIconCode”:null,”modifiedSkyText”:null,”modifiedPrecipitationChanceDay”:null,”modifiedPrecipitationChanceNight”:null,”hiddenWind”:false,”modifiedWindDirectionCardinal”:null,”modifiedWindDirectionCardinalNight”:null,”modifiedWindDirectionDeg”:null,”modifiedWindDirectionDegNight”:null,”modifiedWindSpeedKm”:null,”modifiedWindSpeedKmNight”:null,”modifiedWindSpeedKn”:null,”modifiedWindSpeedKnNight”:null,”modifiedWindSpeedMph”:null,”modifiedWindSpeedMphNight”:null,”hiddenHumidity”:false,”modifiedRelativeHumidity”:null,”modifiedRelativeHumidityNight”:null,”hiddenUv”:false,”modifiedUvDescription”:null,”modifiedUvIndex”:null,”modifiedUvWarn”:null,”phraseDay”:”Clear skies. Low 28F. Winds light and variable.”,”sunrise”:”06:46:30 am”,”sunset”:”05:12:46 pm”,”shortPhrase”:null,”phraseNight”:”Clear skies. Low 28F. Winds light and variable.”,”skyCode”:”32″,”snowChance”:”0″,”wndSpdKm”:8,”wndSpdKn”:6,”cloudCoverage”:”9″,”uvIdx”:”0″,”uvDescr”:”Low”,”uvWarn”:”False”,”moonrise”:”2023-01-26T10:06:12-0600″,”moonset”:”2023-01-26T22:52:23-0600″,”moonPhase”:”1″,”moonPhaseText”:”Waxing crescent”,”skyCodeDay”:”32″,”skyCodeNight”:”31″,”precipChanceDay”:”0″,”precipChanceNight”:”10″,”iconCodeDay”:”85″,”iconCodeNight”:”97″,”skyTextDay”:”Clear”,”skyTextNight”:”Clear”,”relHumidityNight”:80,”wndSpdMphNight”:5,”wndSpdKmNight”:8,”wndSpdKnNight”:6,”wndDirDegrNight”:”287″,”wndDirCardinalNight”:”WNW”,”phraseDayC”:”Clear skies. Low -2C. Winds light and variable.”,”phraseNightC”:”Clear skies. Low -2C. Winds light and variable.”,”snowAmtCm”:”0″},{“relHumidity”:54,”wndSpdMph”:9,”wndDirDegr”:”226″,”wndDirCardinal”:”SW”,”snowAmtIn”:”0″,”dateTime”:1674824400000,”dayOfWeek”:”Friday”,”origHiTempF”:53,”origLoTempF”:27,”origPrecipChance”:0,”origIconCode”:85,”origSkyText”:”Sunny”,”modifiedHiTempF”:53,”modifiedLoTempF”:27,”modifiedPrecipChance”:0,”modifiedIconCode”:85,”modifiedSkyText”:”Sunny”,”modifiedPrecipitationChanceDay”:null,”modifiedPrecipitationChanceNight”:null,”hiddenWind”:false,”modifiedWindDirectionCardinal”:null,”modifiedWindDirectionCardinalNight”:null,”modifiedWindDirectionDeg”:null,”modifiedWindDirectionDegNight”:null,”modifiedWindSpeedKm”:null,”modifiedWindSpeedKmNight”:null,”modifiedWindSpeedKn”:null,”modifiedWindSpeedKnNight”:null,”modifiedWindSpeedMph”:null,”modifiedWindSpeedMphNight”:null,”hiddenHumidity”:false,”modifiedRelativeHumidity”:null,”modifiedRelativeHumidityNight”:null,”hiddenUv”:false,”modifiedUvDescription”:null,”modifiedUvIndex”:null,”modifiedUvWarn”:null,”phraseDay”:”Abundant sunshine. High around 55F. Winds SW at 5 to 10 mph.”,”sunrise”:”06:45:57 am”,”sunset”:”05:13:44 pm”,”shortPhrase”:null,”phraseNight”:”Mostly clear. Low 32F. Winds light and variable.”,”skyCode”:”32″,”snowChance”:”0″,”wndSpdKm”:14,”wndSpdKn”:10,”cloudCoverage”:”16″,”uvIdx”:”4″,”uvDescr”:”Moderate”,”uvWarn”:”False”,”moonrise”:”2023-01-27T10:34:55-0600″,”moonset”:”2023-01-27T23:55:26-0600″,”moonPhase”:”1″,”moonPhaseText”:”Waxing crescent”,”skyCodeDay”:”32″,”skyCodeNight”:”33″,”precipChanceDay”:”0″,”precipChanceNight”:”10″,”iconCodeDay”:”85″,”iconCodeNight”:”102″,”skyTextDay”:”Sunny”,”skyTextNight”:”Mostly Clear”,”relHumidityNight”:73,”wndSpdMphNight”:4,”wndSpdKmNight”:6,”wndSpdKnNight”:5,”wndDirDegrNight”:”189″,”wndDirCardinalNight”:”S”,”phraseDayC”:”Abundant sunshine. High around 13C. Winds SW at 5 to 16 km/h.”,”phraseNightC”:”Mostly clear. Low 0C. Winds light and variable.”,”snowAmtCm”:”0″},{“relHumidity”:47,”wndSpdMph”:9,”wndDirDegr”:”160″,”wndDirCardinal”:”SSE”,”snowAmtIn”:”0″,”dateTime”:1674910800000,”dayOfWeek”:”Saturday”,”origHiTempF”:60,”origLoTempF”:32,”origPrecipChance”:0,”origIconCode”:66,”origSkyText”:”Partly Cloudy”,”modifiedHiTempF”:null,”modifiedLoTempF”:32,”modifiedPrecipChance”:0,”modifiedIconCode”:null,”modifiedSkyText”:null,”modifiedPrecipitationChanceDay”:null,”modifiedPrecipitationChanceNight”:null,”hiddenWind”:false,”modifiedWindDirectionCardinal”:null,”modifiedWindDirectionCardinalNight”:null,”modifiedWindDirectionDeg”:null,”modifiedWindDirectionDegNight”:null,”modifiedWindSpeedKm”:null,”modifiedWindSpeedKmNight”:null,”modifiedWindSpeedKn”:null,”modifiedWindSpeedKnNight”:null,”modifiedWindSpeedMph”:null,”modifiedWindSpeedMphNight”:null,”hiddenHumidity”:false,”modifiedRelativeHumidity”:null,”modifiedRelativeHumidityNight”:null,”hiddenUv”:false,”modifiedUvDescription”:null,”modifiedUvIndex”:null,”modifiedUvWarn”:null,”phraseDay”:”Partly cloudy skies in the morning will give way to cloudy skies during the afternoon. High around 60F. Winds SSE at 5 to 10 mph.”,”sunrise”:”06:45:22 am”,”sunset”:”05:14:43 pm”,”shortPhrase”:null,”phraseNight”:”Cloudy. Low 44F. Winds SSE at 5 to 10 mph.”,”skyCode”:”30″,”snowChance”:”0″,”wndSpdKm”:14,”wndSpdKn”:10,”cloudCoverage”:”53″,”uvIdx”:”4″,”uvDescr”:”Moderate”,”uvWarn”:”False”,”moonrise”:”2023-01-28T11:04:59-0600″,”moonset”:””,”moonPhase”:”2″,”moonPhaseText”:”First Quarter”,”skyCodeDay”:”30″,”skyCodeNight”:”26″,”precipChanceDay”:”0″,”precipChanceNight”:”20″,”iconCodeDay”:”66″,”iconCodeNight”:”103″,”skyTextDay”:”Partly Cloudy”,”skyTextNight”:”Cloudy”,”relHumidityNight”:58,”wndSpdMphNight”:6,”wndSpdKmNight”:10,”wndSpdKnNight”:7,”wndDirDegrNight”:”151″,”wndDirCardinalNight”:”SSE”,”phraseDayC”:”Partly cloudy skies in the morning will give way to cloudy skies during the afternoon. High around 16C. Winds SSE at 5 to 16 km/h.”,”phraseNightC”:”Cloudy. Low 7C. Winds SSE at 5 to 16 km/h.”,”snowAmtCm”:”0″},{“relHumidity”:74,”wndSpdMph”:7,”wndDirDegr”:”142″,”wndDirCardinal”:”SE”,”snowAmtIn”:”0″,”dateTime”:1674997200000,”dayOfWeek”:”Sunday”,”origHiTempF”:52,”origLoTempF”:44,”origPrecipChance”:80,”origIconCode”:82,”origSkyText”:”Rain”,”modifiedHiTempF”:52,”modifiedLoTempF”:44,”modifiedPrecipChance”:80,”modifiedIconCode”:null,”modifiedSkyText”:null,”modifiedPrecipitationChanceDay”:null,”modifiedPrecipitationChanceNight”:null,”hiddenWind”:false,”modifiedWindDirectionCardinal”:null,”modifiedWindDirectionCardinalNight”:null,”modifiedWindDirectionDeg”:null,”modifiedWindDirectionDegNight”:null,”modifiedWindSpeedKm”:null,”modifiedWindSpeedKmNight”:null,”modifiedWindSpeedKn”:null,”modifiedWindSpeedKnNight”:null,”modifiedWindSpeedMph”:null,”modifiedWindSpeedMphNight”:null,”hiddenHumidity”:false,”modifiedRelativeHumidity”:null,”modifiedRelativeHumidityNight”:null,”hiddenUv”:false,”modifiedUvDescription”:null,”modifiedUvIndex”:null,”modifiedUvWarn”:null,”phraseDay”:”Cloudy with periods of rain. High 59F. Winds SE at 5 to 10 mph. Chance of rain 90%. Rainfall around a half an inch.”,”sunrise”:”06:44:45 am”,”sunset”:”05:15:42 pm”,”shortPhrase”:null,”phraseNight”:”Rain early…then remaining cloudy with showers late. Low 52F. Winds light and variable. Chance of rain 80%. Rainfall near a quarter of an inch.”,”skyCode”:”12″,”snowChance”:”0″,”wndSpdKm”:11,”wndSpdKn”:8,”cloudCoverage”:”98″,”uvIdx”:”2″,”uvDescr”:”Low”,”uvWarn”:”False”,”moonrise”:”2023-01-29T11:37:19-0600″,”moonset”:”2023-01-29T00:57:16-0600″,”moonPhase”:”3″,”moonPhaseText”:”Waxing gibbous”,”skyCodeDay”:”12″,”skyCodeNight”:”12″,”precipChanceDay”:”80″,”precipChanceNight”:”80″,”iconCodeDay”:”82″,”iconCodeNight”:”107″,”skyTextDay”:”Rain”,”skyTextNight”:”Rain”,”relHumidityNight”:90,”wndSpdMphNight”:4,”wndSpdKmNight”:6,”wndSpdKnNight”:5,”wndDirDegrNight”:”100″,”wndDirCardinalNight”:”E”,”phraseDayC”:”Cloudy with periods of rain. High 15C. Winds SE at 5 to 16 km/h. Chance of rain 90%. Rainfall around a half an inch.”,”phraseNightC”:”Rain early…then remaining cloudy with showers late. Low 11C. Winds light and variable. Chance of rain 80%. Rainfall near a quarter of an inch.”,”snowAmtCm”:”0″},{“relHumidity”:84,”wndSpdMph”:5,”wndDirDegr”:”10″,”wndDirCardinal”:”N”,”snowAmtIn”:”0″,”dateTime”:1675083600000,”dayOfWeek”:”Monday”,”origHiTempF”:61,”origLoTempF”:48,”origPrecipChance”:0,”origIconCode”:66,”origSkyText”:”Partly Cloudy”,”modifiedHiTempF”:61,”modifiedLoTempF”:48,”modifiedPrecipChance”:0,”modifiedIconCode”:66,”modifiedSkyText”:”Partly Cloudy”,”modifiedPrecipitationChanceDay”:null,”modifiedPrecipitationChanceNight”:null,”hiddenWind”:false,”modifiedWindDirectionCardinal”:null,”modifiedWindDirectionCardinalNight”:null,”modifiedWindDirectionDeg”:null,”modifiedWindDirectionDegNight”:null,”modifiedWindSpeedKm”:null,”modifiedWindSpeedKmNight”:null,”modifiedWindSpeedKn”:null,”modifiedWindSpeedKnNight”:null,”modifiedWindSpeedMph”:null,”modifiedWindSpeedMphNight”:null,”hiddenHumidity”:false,”modifiedRelativeHumidity”:null,”modifiedRelativeHumidityNight”:null,”hiddenUv”:false,”modifiedUvDescription”:null,”modifiedUvIndex”:null,”modifiedUvWarn”:null,”phraseDay”:”Cloudy skies early. A few showers developing later in the day. High 62F. Winds light and variable. Chance of rain 30%.”,”sunrise”:”06:44:07 am”,”sunset”:”05:16:40 pm”,”shortPhrase”:null,”phraseNight”:”Cloudy in the evening, then off and on rain showers after midnight. Low 52F. Winds light and variable. Chance of rain 60%.”,”skyCode”:”39″,”snowChance”:”0″,”wndSpdKm”:8,”wndSpdKn”:6,”cloudCoverage”:”92″,”uvIdx”:”2″,”uvDescr”:”Low”,”uvWarn”:”False”,”moonrise”:”2023-01-30T12:12:43-0600″,”moonset”:”2023-01-30T01:58:34-0600″,”moonPhase”:”3″,”moonPhaseText”:”Waxing gibbous”,”skyCodeDay”:”39″,”skyCodeNight”:”45″,”precipChanceDay”:”0″,”precipChanceNight”:”60″,”iconCodeDay”:”87″,”iconCodeNight”:”106″,”skyTextDay”:”PM Showers”,”skyTextNight”:”Showers Late”,”relHumidityNight”:96,”wndSpdMphNight”:5,”wndSpdKmNight”:8,”wndSpdKnNight”:6,”wndDirDegrNight”:”78″,”wndDirCardinalNight”:”ENE”,”phraseDayC”:”Cloudy skies early. A few showers developing later in the day. High 17C. Winds light and variable. Chance of rain 30%.”,”phraseNightC”:”Cloudy in the evening, then off and on rain showers after midnight. Low 11C. Winds light and variable. Chance of rain 60%.”,”snowAmtCm”:”0″},{“relHumidity”:97,”wndSpdMph”:8,”wndDirDegr”:”200″,”wndDirCardinal”:”SSW”,”snowAmtIn”:”0″,”dateTime”:1675170000000,”dayOfWeek”:”Tuesday”,”origHiTempF”:56,”origLoTempF”:46,”origPrecipChance”:60,”origIconCode”:87,”origSkyText”:”Showers”,”modifiedHiTempF”:56,”modifiedLoTempF”:46,”modifiedPrecipChance”:60,”modifiedIconCode”:null,”modifiedSkyText”:null,”modifiedPrecipitationChanceDay”:null,”modifiedPrecipitationChanceNight”:null,”hiddenWind”:false,”modifiedWindDirectionCardinal”:null,”modifiedWindDirectionCardinalNight”:null,”modifiedWindDirectionDeg”:null,”modifiedWindDirectionDegNight”:null,”modifiedWindSpeedKm”:null,”modifiedWindSpeedKmNight”:null,”modifiedWindSpeedKn”:null,”modifiedWindSpeedKnNight”:null,”modifiedWindSpeedMph”:null,”modifiedWindSpeedMphNight”:null,”hiddenHumidity”:false,”modifiedRelativeHumidity”:null,”modifiedRelativeHumidityNight”:null,”hiddenUv”:false,”modifiedUvDescription”:null,”modifiedUvIndex”:null,”modifiedUvWarn”:null,”phraseDay”:”Rain showers in the morning becoming a steady light rain in the afternoon. High 62F. Winds SSW at 5 to 10 mph. Chance of rain 80%.”,”sunrise”:”06:43:27 am”,”sunset”:”05:17:39 pm”,”shortPhrase”:null,”phraseNight”:”Occasional rain. Low near 50F. Winds WNW at 5 to 10 mph. Chance of rain 80%. Rainfall near a quarter of an inch.”,”skyCode”:”11″,”snowChance”:”0″,”wndSpdKm”:13,”wndSpdKn”:9,”cloudCoverage”:”96″,”uvIdx”:”2″,”uvDescr”:”Low”,”uvWarn”:”False”,”moonrise”:”2023-01-31T12:53:29-0600″,”moonset”:”2023-01-31T02:58:30-0600″,”moonPhase”:”3″,”moonPhaseText”:”Waxing gibbous”,”skyCodeDay”:”11″,”skyCodeNight”:”12″,”precipChanceDay”:”60″,”precipChanceNight”:”80″,”iconCodeDay”:”87″,”iconCodeNight”:”107″,”skyTextDay”:”Showers”,”skyTextNight”:”Rain”,”relHumidityNight”:98,”wndSpdMphNight”:7,”wndSpdKmNight”:11,”wndSpdKnNight”:8,”wndDirDegrNight”:”302″,”wndDirCardinalNight”:”WNW”,”phraseDayC”:”Rain showers in the morning becoming a steady light rain in the afternoon. High 17C. Winds SSW at 5 to 16 km/h. Chance of rain 80%.”,”phraseNightC”:”Occasional rain. Low near 10C. Winds WNW at 5 to 16 km/h. Chance of rain 80%. Rainfall near a quarter of an inch.”,”snowAmtCm”:”0″},{“relHumidity”:79,”wndSpdMph”:8,”wndDirDegr”:”340″,”wndDirCardinal”:”NNW”,”snowAmtIn”:”0″,”dateTime”:1675256400000,”dayOfWeek”:”Wednesday”,”origHiTempF”:60,”origLoTempF”:45,”origPrecipChance”:60,”origIconCode”:82,”origSkyText”:”Rain”,”modifiedHiTempF”:60,”modifiedLoTempF”:45,”modifiedPrecipChance”:60,”modifiedIconCode”:null,”modifiedSkyText”:null,”modifiedPrecipitationChanceDay”:null,”modifiedPrecipitationChanceNight”:null,”hiddenWind”:false,”modifiedWindDirectionCardinal”:null,”modifiedWindDirectionCardinalNight”:null,”modifiedWindDirectionDeg”:null,”modifiedWindDirectionDegNight”:null,”modifiedWindSpeedKm”:null,”modifiedWindSpeedKmNight”:null,”modifiedWindSpeedKn”:null,”modifiedWindSpeedKnNight”:null,”modifiedWindSpeedMph”:null,”modifiedWindSpeedMphNight”:null,”hiddenHumidity”:false,”modifiedRelativeHumidity”:null,”modifiedRelativeHumidityNight”:null,”hiddenUv”:false,”modifiedUvDescription”:null,”modifiedUvIndex”:null,”modifiedUvWarn”:null,”phraseDay”:”Cloudy with periods of rain. High around 55F. Winds NNW at 5 to 10 mph. Chance of rain 70%. Rainfall around a quarter of an inch.”,”sunrise”:”06:42:46 am”,”sunset”:”05:18:37 pm”,”shortPhrase”:null,”phraseNight”:”Rain. Low 42F. Winds N at 5 to 10 mph. Chance of rain 70%. Rainfall near a quarter of an inch.”,”skyCode”:”12″,”snowChance”:”0″,”wndSpdKm”:13,”wndSpdKn”:9,”cloudCoverage”:”96″,”uvIdx”:”2″,”uvDescr”:”Low”,”uvWarn”:”False”,”moonrise”:”2023-02-01T13:39:51-0600″,”moonset”:”2023-02-01T03:56:05-0600″,”moonPhase”:”3″,”moonPhaseText”:”Waxing gibbous”,”skyCodeDay”:”12″,”skyCodeNight”:”12″,”precipChanceDay”:”60″,”precipChanceNight”:”70″,”iconCodeDay”:”82″,”iconCodeNight”:”107″,”skyTextDay”:”Rain”,”skyTextNight”:”Rain”,”relHumidityNight”:87,”wndSpdMphNight”:8,”wndSpdKmNight”:13,”wndSpdKnNight”:9,”wndDirDegrNight”:”11″,”wndDirCardinalNight”:”N”,”phraseDayC”:”Cloudy with periods of rain. High around 13C. Winds NNW at 5 to 16 km/h. Chance of rain 70%. Rainfall around a quarter of an inch.”,”phraseNightC”:”Rain. Low 6C. Winds N at 5 to 16 km/h. Chance of rain 70%. Rainfall near a quarter of an inch.”,”snowAmtCm”:”0″},{“relHumidity”:74,”wndSpdMph”:11,”wndDirDegr”:”1″,”wndDirCardinal”:”N”,”snowAmtIn”:”0″,”dateTime”:1675342800000,”dayOfWeek”:”Thursday”,”origHiTempF”:62,”origLoTempF”:48,”origPrecipChance”:70,”origIconCode”:82,”origSkyText”:”Rain”,”modifiedHiTempF”:62,”modifiedLoTempF”:48,”modifiedPrecipChance”:null,”modifiedIconCode”:null,”modifiedSkyText”:null,”modifiedPrecipitationChanceDay”:null,”modifiedPrecipitationChanceNight”:null,”hiddenWind”:false,”modifiedWindDirectionCardinal”:null,”modifiedWindDirectionCardinalNight”:null,”modifiedWindDirectionDeg”:null,”modifiedWindDirectionDegNight”:null,”modifiedWindSpeedKm”:null,”modifiedWindSpeedKmNight”:null,”modifiedWindSpeedKn”:null,”modifiedWindSpeedKnNight”:null,”modifiedWindSpeedMph”:null,”modifiedWindSpeedMphNight”:null,”hiddenHumidity”:false,”modifiedRelativeHumidity”:null,”modifiedRelativeHumidityNight”:null,”hiddenUv”:false,”modifiedUvDescription”:null,”modifiedUvIndex”:null,”modifiedUvWarn”:null,”phraseDay”:”Rain. High 51F. Winds N at 10 to 15 mph. Chance of rain 70%. Rainfall around a quarter of an inch.”,”sunrise”:”06:42:03 am”,”sunset”:”05:19:35 pm”,”shortPhrase”:null,”phraseNight”:”Rain likely. Low 38F. Winds NNE at 5 to 10 mph. Chance of rain 60%. Rainfall around a half an inch.”,”skyCode”:”12″,”snowChance”:”0″,”wndSpdKm”:18,”wndSpdKn”:13,”cloudCoverage”:”91″,”uvIdx”:”2″,”uvDescr”:”Low”,”uvWarn”:”False”,”moonrise”:”2023-02-02T14:30:41-0600″,”moonset”:”2023-02-02T04:49:18-0600″,”moonPhase”:”3″,”moonPhaseText”:”Waxing gibbous”,”skyCodeDay”:”12″,”skyCodeNight”:”12″,”precipChanceDay”:”70″,”precipChanceNight”:”60″,”iconCodeDay”:”82″,”iconCodeNight”:”107″,”skyTextDay”:”Rain”,”skyTextNight”:”Rain”,”relHumidityNight”:80,”wndSpdMphNight”:9,”wndSpdKmNight”:14,”wndSpdKnNight”:10,”wndDirDegrNight”:”23″,”wndDirCardinalNight”:”NNE”,”phraseDayC”:”Rain. High 11C. Winds N at 10 to 24 km/h. Chance of rain 70%. Rainfall around a quarter of an inch.”,”phraseNightC”:”Rain likely. Low 3C. Winds NNE at 5 to 16 km/h. Chance of rain 60%. Rainfall around a half an inch.”,”snowAmtCm”:”0″},{“relHumidity”:66,”wndSpdMph”:10,”wndDirDegr”:”27″,”wndDirCardinal”:”NNE”,”snowAmtIn”:”0″,”dateTime”:1675429200000,”dayOfWeek”:”Friday”,”origHiTempF”:51,”origLoTempF”:35,”origPrecipChance”:50,”origIconCode”:87,”origSkyText”:”Showers”,”modifiedHiTempF”:null,”modifiedLoTempF”:null,”modifiedPrecipChance”:null,”modifiedIconCode”:null,”modifiedSkyText”:null,”modifiedPrecipitationChanceDay”:null,”modifiedPrecipitationChanceNight”:null,”hiddenWind”:false,”modifiedWindDirectionCardinal”:null,”modifiedWindDirectionCardinalNight”:null,”modifiedWindDirectionDeg”:null,”modifiedWindDirectionDegNight”:null,”modifiedWindSpeedKm”:null,”modifiedWindSpeedKmNight”:null,”modifiedWindSpeedKn”:null,”modifiedWindSpeedKnNight”:null,”modifiedWindSpeedMph”:null,”modifiedWindSpeedMphNight”:null,”hiddenHumidity”:false,”modifiedRelativeHumidity”:null,”modifiedRelativeHumidityNight”:null,”hiddenUv”:false,”modifiedUvDescription”:null,”modifiedUvIndex”:null,”modifiedUvWarn”:null,”phraseDay”:”Considerable cloudiness with occasional rain showers. High 51F. Winds NNE at 10 to 15 mph. Chance of rain 50%.”,”sunrise”:”06:41:19 am”,”sunset”:”05:20:33 pm”,”shortPhrase”:null,”phraseNight”:”Partly cloudy. Low near 35F. Winds WNW at 5 to 10 mph.”,”skyCode”:”11″,”snowChance”:”0″,”wndSpdKm”:16,”wndSpdKn”:12,”cloudCoverage”:”65″,”uvIdx”:”3″,”uvDescr”:”Moderate”,”uvWarn”:”False”,”moonrise”:”2023-02-03T15:26:29-0600″,”moonset”:”2023-02-03T05:37:39-0600″,”moonPhase”:”3″,”moonPhaseText”:”Waxing gibbous”,”skyCodeDay”:”11″,”skyCodeNight”:”29″,”precipChanceDay”:”50″,”precipChanceNight”:”20″,”iconCodeDay”:”87″,”iconCodeNight”:”98″,”skyTextDay”:”Showers”,”skyTextNight”:”Partly Cloudy”,”relHumidityNight”:76,”wndSpdMphNight”:8,”wndSpdKmNight”:13,”wndSpdKnNight”:9,”wndDirDegrNight”:”296″,”wndDirCardinalNight”:”WNW”,”phraseDayC”:”Considerable cloudiness with occasional rain showers. High 11C. Winds NNE at 10 to 24 km/h. Chance of rain 50%.”,”phraseNightC”:”Partly cloudy. Low near 2C. Winds WNW at 5 to 16 km/h.”,”snowAmtCm”:”0″},{“relHumidity”:62,”wndSpdMph”:8,”wndDirDegr”:”258″,”wndDirCardinal”:”WSW”,”snowAmtIn”:”0″,”dateTime”:1675515600000,”dayOfWeek”:”Saturday”,”origHiTempF”:54,”origLoTempF”:39,”origPrecipChance”:20,”origIconCode”:66,”origSkyText”:”Partly Cloudy”,”modifiedHiTempF”:null,”modifiedLoTempF”:null,”modifiedPrecipChance”:null,”modifiedIconCode”:null,”modifiedSkyText”:null,”modifiedPrecipitationChanceDay”:null,”modifiedPrecipitationChanceNight”:null,”hiddenWind”:false,”modifiedWindDirectionCardinal”:null,”modifiedWindDirectionCardinalNight”:null,”modifiedWindDirectionDeg”:null,”modifiedWindDirectionDegNight”:null,”modifiedWindSpeedKm”:null,”modifiedWindSpeedKmNight”:null,”modifiedWindSpeedKn”:null,”modifiedWindSpeedKnNight”:null,”modifiedWindSpeedMph”:null,”modifiedWindSpeedMphNight”:null,”hiddenHumidity”:false,”modifiedRelativeHumidity”:null,”modifiedRelativeHumidityNight”:null,”hiddenUv”:false,”modifiedUvDescription”:null,”modifiedUvIndex”:null,”modifiedUvWarn”:null,”phraseDay”:”Partly cloudy. High 54F. Winds WSW at 5 to 10 mph.”,”sunrise”:”06:40:33 am”,”sunset”:”05:21:31 pm”,”shortPhrase”:null,”phraseNight”:”Partly cloudy skies early giving way to a few showers after midnight. Low 39F. Winds SW at 5 to 10 mph. Chance of rain 40%.”,”skyCode”:”30″,”snowChance”:”0″,”wndSpdKm”:13,”wndSpdKn”:9,”cloudCoverage”:”50″,”uvIdx”:”4″,”uvDescr”:”Moderate”,”uvWarn”:”False”,”moonrise”:”2023-02-04T16:23:40-0600″,”moonset”:”2023-02-04T06:19:17-0600″,”moonPhase”:”4″,”moonPhaseText”:”Full Moon”,”skyCodeDay”:”30″,”skyCodeNight”:”45″,”precipChanceDay”:”20″,”precipChanceNight”:”40″,”iconCodeDay”:”66″,”iconCodeNight”:”106″,”skyTextDay”:”Partly Cloudy”,”skyTextNight”:”Showers Late”,”relHumidityNight”:82,”wndSpdMphNight”:6,”wndSpdKmNight”:10,”wndSpdKnNight”:7,”wndDirDegrNight”:”226″,”wndDirCardinalNight”:”SW”,”phraseDayC”:”Partly cloudy. High 12C. Winds WSW at 5 to 16 km/h.”,”phraseNightC”:”Partly cloudy skies early giving way to a few showers after midnight. Low 4C. Winds SW at 5 to 16 km/h. Chance of rain 40%.”,”snowAmtCm”:”0″},{“relHumidity”:67,”wndSpdMph”:9,”wndDirDegr”:”259″,”wndDirCardinal”:”W”,”snowAmtIn”:”0″,”dateTime”:1675602000000,”dayOfWeek”:”Sunday”,”origHiTempF”:56,”origLoTempF”:40,”origPrecipChance”:40,”origIconCode”:87,”origSkyText”:”AM Showers”,”modifiedHiTempF”:null,”modifiedLoTempF”:null,”modifiedPrecipChance”:null,”modifiedIconCode”:null,”modifiedSkyText”:null,”modifiedPrecipitationChanceDay”:null,”modifiedPrecipitationChanceNight”:null,”hiddenWind”:false,”modifiedWindDirectionCardinal”:null,”modifiedWindDirectionCardinalNight”:null,”modifiedWindDirectionDeg”:null,”modifiedWindDirectionDegNight”:null,”modifiedWindSpeedKm”:null,”modifiedWindSpeedKmNight”:null,”modifiedWindSpeedKn”:null,”modifiedWindSpeedKnNight”:null,”modifiedWindSpeedMph”:null,”modifiedWindSpeedMphNight”:null,”hiddenHumidity”:false,”modifiedRelativeHumidity”:null,”modifiedRelativeHumidityNight”:null,”hiddenUv”:false,”modifiedUvDescription”:null,”modifiedUvIndex”:null,”modifiedUvWarn”:null,”phraseDay”:”Showers in the morning with some clearing in the afternoon. High 56F. Winds W at 5 to 10 mph. Chance of rain 40%.”,”sunrise”:”06:39:46 am”,”sunset”:”05:22:29 pm”,”shortPhrase”:null,”phraseNight”:”Cloudy with showers. Low around 40F. Winds light and variable. Chance of rain 40%.”,”skyCode”:”39″,”snowChance”:”0″,”wndSpdKm”:14,”wndSpdKn”:10,”cloudCoverage”:”68″,”uvIdx”:”3″,”uvDescr”:”Moderate”,”uvWarn”:”False”,”moonrise”:”2023-02-05T17:22:23-0600″,”moonset”:”2023-02-05T06:56:01-0600″,”moonPhase”:”4″,”moonPhaseText”:”Full Moon”,”skyCodeDay”:”39″,”skyCodeNight”:”11″,”precipChanceDay”:”40″,”precipChanceNight”:”40″,”iconCodeDay”:”87″,”iconCodeNight”:”106″,”skyTextDay”:”AM Showers”,”skyTextNight”:”Showers”,”relHumidityNight”:84,”wndSpdMphNight”:6,”wndSpdKmNight”:10,”wndSpdKnNight”:7,”wndDirDegrNight”:”305″,”wndDirCardinalNight”:”NW”,”phraseDayC”:”Showers in the morning with some clearing in the afternoon. High 13C. Winds W at 5 to 16 km/h. Chance of rain 40%.”,”phraseNightC”:”Cloudy with showers. Low around 4C. Winds light and variable. Chance of rain 40%.”,”snowAmtCm”:”0″}],”hourlyForecasts”:[{“hourNum”:1,”precipChance”:0,”windSpeedMph”:4,”windDirection”:”WNW”,”relHumidity”:68,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:40,”wndChillF”:37,”tempFeelsLike”:37,”temp”:40,”dayOfWeek”:”Thursday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:2,”precipChance”:0,”windSpeedMph”:4,”windDirection”:”WNW”,”relHumidity”:70,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:38,”wndChillF”:35,”tempFeelsLike”:35,”temp”:38,”dayOfWeek”:”Thursday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:3,”precipChance”:0,”windSpeedMph”:4,”windDirection”:”WNW”,”relHumidity”:73,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:37,”wndChillF”:33,”tempFeelsLike”:33,”temp”:37,”dayOfWeek”:”Thursday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:4,”precipChance”:0,”windSpeedMph”:5,”windDirection”:”WNW”,”relHumidity”:78,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:9,”heatIdxF”:35,”wndChillF”:31,”tempFeelsLike”:31,”temp”:35,”dayOfWeek”:”Thursday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:5,”precipChance”:0,”windSpeedMph”:4,”windDirection”:”WNW”,”relHumidity”:80,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:9,”heatIdxF”:34,”wndChillF”:30,”tempFeelsLike”:30,”temp”:34,”dayOfWeek”:”Friday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:6,”precipChance”:0,”windSpeedMph”:3,”windDirection”:”WNW”,”relHumidity”:81,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:9,”heatIdxF”:33,”wndChillF”:33,”tempFeelsLike”:33,”temp”:33,”dayOfWeek”:”Friday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:7,”precipChance”:0,”windSpeedMph”:2,”windDirection”:”WNW”,”relHumidity”:85,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:9,”heatIdxF”:32,”wndChillF”:32,”tempFeelsLike”:32,”temp”:32,”dayOfWeek”:”Friday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:8,”precipChance”:10,”windSpeedMph”:2,”windDirection”:”WNW”,”relHumidity”:87,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:8,”heatIdxF”:30,”wndChillF”:30,”tempFeelsLike”:30,”temp”:30,”dayOfWeek”:”Friday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:9,”precipChance”:10,”windSpeedMph”:1,”windDirection”:”WNW”,”relHumidity”:90,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:7,”heatIdxF”:29,”wndChillF”:29,”tempFeelsLike”:29,”temp”:29,”dayOfWeek”:”Friday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:10,”precipChance”:10,”windSpeedMph”:1,”windDirection”:”WNW”,”relHumidity”:92,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:7,”heatIdxF”:28,”wndChillF”:28,”tempFeelsLike”:28,”temp”:28,”dayOfWeek”:”Friday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:11,”precipChance”:10,”windSpeedMph”:1,”windDirection”:”WNW”,”relHumidity”:91,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:7,”heatIdxF”:28,”wndChillF”:28,”tempFeelsLike”:28,”temp”:28,”dayOfWeek”:”Friday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:12,”precipChance”:10,”windSpeedMph”:1,”windDirection”:”WNW”,”relHumidity”:90,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:7,”heatIdxF”:29,”wndChillF”:29,”tempFeelsLike”:29,”temp”:29,”dayOfWeek”:”Friday”,”iconCode”:65,”skyLongText”:”Mostly Sunny”},{“hourNum”:13,”precipChance”:10,”windSpeedMph”:2,”windDirection”:”WNW”,”relHumidity”:84,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:9,”heatIdxF”:33,”wndChillF”:33,”tempFeelsLike”:33,”temp”:33,”dayOfWeek”:”Friday”,”iconCode”:65,”skyLongText”:”Mostly Sunny”},{“hourNum”:14,”precipChance”:0,”windSpeedMph”:3,”windDirection”:”WNW”,”relHumidity”:73,”uvIndev”:1,”uvDescription”:”Low”,”visibilityMi”:9,”heatIdxF”:38,”wndChillF”:35,”tempFeelsLike”:35,”temp”:38,”dayOfWeek”:”Friday”,”iconCode”:65,”skyLongText”:”Mostly Sunny”},{“hourNum”:15,”precipChance”:0,”windSpeedMph”:5,”windDirection”:”WNW”,”relHumidity”:59,”uvIndev”:2,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:43,”wndChillF”:40,”tempFeelsLike”:40,”temp”:43,”dayOfWeek”:”Friday”,”iconCode”:65,”skyLongText”:”Mostly Sunny”},{“hourNum”:16,”precipChance”:0,”windSpeedMph”:7,”windDirection”:”WNW”,”relHumidity”:49,”uvIndev”:3,”uvDescription”:”Moderate”,”visibilityMi”:10,”heatIdxF”:47,”wndChillF”:43,”tempFeelsLike”:43,”temp”:47,”dayOfWeek”:”Friday”,”iconCode”:65,”skyLongText”:”Mostly Sunny”},{“hourNum”:17,”precipChance”:0,”windSpeedMph”:8,”windDirection”:”WNW”,”relHumidity”:45,”uvIndev”:4,”uvDescription”:”Moderate”,”visibilityMi”:10,”heatIdxF”:50,”wndChillF”:47,”tempFeelsLike”:50,”temp”:50,”dayOfWeek”:”Friday”,”iconCode”:85,”skyLongText”:”Sunny”},{“hourNum”:18,”precipChance”:0,”windSpeedMph”:10,”windDirection”:”WNW”,”relHumidity”:41,”uvIndev”:3,”uvDescription”:”Moderate”,”visibilityMi”:10,”heatIdxF”:52,”wndChillF”:49,”tempFeelsLike”:52,”temp”:52,”dayOfWeek”:”Friday”,”iconCode”:85,”skyLongText”:”Sunny”},{“hourNum”:19,”precipChance”:0,”windSpeedMph”:10,”windDirection”:”WNW”,”relHumidity”:39,”uvIndev”:2,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:53,”wndChillF”:50,”tempFeelsLike”:53,”temp”:53,”dayOfWeek”:”Friday”,”iconCode”:85,”skyLongText”:”Sunny”},{“hourNum”:20,”precipChance”:0,”windSpeedMph”:9,”windDirection”:”WNW”,”relHumidity”:38,”uvIndev”:1,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:54,”wndChillF”:51,”tempFeelsLike”:54,”temp”:54,”dayOfWeek”:”Friday”,”iconCode”:85,”skyLongText”:”Sunny”},{“hourNum”:21,”precipChance”:0,”windSpeedMph”:8,”windDirection”:”WNW”,”relHumidity”:39,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:53,”wndChillF”:51,”tempFeelsLike”:53,”temp”:53,”dayOfWeek”:”Friday”,”iconCode”:85,”skyLongText”:”Sunny”},{“hourNum”:22,”precipChance”:0,”windSpeedMph”:6,”windDirection”:”WNW”,”relHumidity”:44,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:50,”wndChillF”:48,”tempFeelsLike”:50,”temp”:50,”dayOfWeek”:”Friday”,”iconCode”:85,”skyLongText”:”Sunny”},{“hourNum”:23,”precipChance”:0,”windSpeedMph”:4,”windDirection”:”WNW”,”relHumidity”:52,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:47,”wndChillF”:45,”tempFeelsLike”:45,”temp”:47,”dayOfWeek”:”Friday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:24,”precipChance”:0,”windSpeedMph”:4,”windDirection”:”WNW”,”relHumidity”:59,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:44,”wndChillF”:42,”tempFeelsLike”:42,”temp”:44,”dayOfWeek”:”Friday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:25,”precipChance”:0,”windSpeedMph”:4,”windDirection”:”WNW”,”relHumidity”:63,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:42,”wndChillF”:40,”tempFeelsLike”:40,”temp”:42,”dayOfWeek”:”Friday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:26,”precipChance”:0,”windSpeedMph”:4,”windDirection”:”WNW”,”relHumidity”:67,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:41,”wndChillF”:38,”tempFeelsLike”:38,”temp”:41,”dayOfWeek”:”Friday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:27,”precipChance”:0,”windSpeedMph”:4,”windDirection”:”WNW”,”relHumidity”:69,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:40,”wndChillF”:37,”tempFeelsLike”:37,”temp”:40,”dayOfWeek”:”Friday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:28,”precipChance”:0,”windSpeedMph”:4,”windDirection”:”WNW”,”relHumidity”:72,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:39,”wndChillF”:36,”tempFeelsLike”:36,”temp”:39,”dayOfWeek”:”Friday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:29,”precipChance”:0,”windSpeedMph”:4,”windDirection”:”WNW”,”relHumidity”:75,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:38,”wndChillF”:35,”tempFeelsLike”:35,”temp”:38,”dayOfWeek”:”Saturday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:30,”precipChance”:10,”windSpeedMph”:3,”windDirection”:”WNW”,”relHumidity”:76,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:37,”wndChillF”:37,”tempFeelsLike”:37,”temp”:37,”dayOfWeek”:”Saturday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:31,”precipChance”:10,”windSpeedMph”:3,”windDirection”:”WNW”,”relHumidity”:79,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:9,”heatIdxF”:36,”wndChillF”:36,”tempFeelsLike”:36,”temp”:36,”dayOfWeek”:”Saturday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:32,”precipChance”:10,”windSpeedMph”:2,”windDirection”:”WNW”,”relHumidity”:81,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:9,”heatIdxF”:35,”wndChillF”:35,”tempFeelsLike”:35,”temp”:35,”dayOfWeek”:”Saturday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:33,”precipChance”:10,”windSpeedMph”:2,”windDirection”:”WNW”,”relHumidity”:83,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:8,”heatIdxF”:34,”wndChillF”:34,”tempFeelsLike”:34,”temp”:34,”dayOfWeek”:”Saturday”,”iconCode”:102,”skyLongText”:”Mostly Clear”},{“hourNum”:34,”precipChance”:10,”windSpeedMph”:2,”windDirection”:”WNW”,”relHumidity”:85,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:8,”heatIdxF”:34,”wndChillF”:34,”tempFeelsLike”:34,”temp”:34,”dayOfWeek”:”Saturday”,”iconCode”:102,”skyLongText”:”Mostly Clear”},{“hourNum”:35,”precipChance”:10,”windSpeedMph”:1,”windDirection”:”WNW”,”relHumidity”:84,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:8,”heatIdxF”:33,”wndChillF”:33,”tempFeelsLike”:33,”temp”:33,”dayOfWeek”:”Saturday”,”iconCode”:97,”skyLongText”:”Clear”},{“hourNum”:36,”precipChance”:10,”windSpeedMph”:1,”windDirection”:”WNW”,”relHumidity”:85,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:9,”heatIdxF”:33,”wndChillF”:33,”tempFeelsLike”:33,”temp”:33,”dayOfWeek”:”Saturday”,”iconCode”:65,”skyLongText”:”Mostly Sunny”},{“hourNum”:37,”precipChance”:0,”windSpeedMph”:2,”windDirection”:”WNW”,”relHumidity”:74,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:38,”wndChillF”:38,”tempFeelsLike”:38,”temp”:38,”dayOfWeek”:”Saturday”,”iconCode”:66,”skyLongText”:”Partly Cloudy”},{“hourNum”:38,”precipChance”:0,”windSpeedMph”:3,”windDirection”:”WNW”,”relHumidity”:60,”uvIndev”:1,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:44,”wndChillF”:42,”tempFeelsLike”:42,”temp”:44,”dayOfWeek”:”Saturday”,”iconCode”:66,”skyLongText”:”Partly Cloudy”},{“hourNum”:39,”precipChance”:0,”windSpeedMph”:5,”windDirection”:”WNW”,”relHumidity”:49,”uvIndev”:2,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:50,”wndChillF”:48,”tempFeelsLike”:50,”temp”:50,”dayOfWeek”:”Saturday”,”iconCode”:66,”skyLongText”:”Partly Cloudy”},{“hourNum”:40,”precipChance”:0,”windSpeedMph”:6,”windDirection”:”WNW”,”relHumidity”:42,”uvIndev”:3,”uvDescription”:”Moderate”,”visibilityMi”:10,”heatIdxF”:53,”wndChillF”:52,”tempFeelsLike”:53,”temp”:53,”dayOfWeek”:”Saturday”,”iconCode”:66,”skyLongText”:”Partly Cloudy”},{“hourNum”:41,”precipChance”:0,”windSpeedMph”:7,”windDirection”:”WNW”,”relHumidity”:38,”uvIndev”:4,”uvDescription”:”Moderate”,”visibilityMi”:10,”heatIdxF”:56,”wndChillF”:54,”tempFeelsLike”:56,”temp”:56,”dayOfWeek”:”Saturday”,”iconCode”:66,”skyLongText”:”Partly Cloudy”},{“hourNum”:42,”precipChance”:0,”windSpeedMph”:9,”windDirection”:”WNW”,”relHumidity”:34,”uvIndev”:3,”uvDescription”:”Moderate”,”visibilityMi”:10,”heatIdxF”:57,”wndChillF”:55,”tempFeelsLike”:57,”temp”:57,”dayOfWeek”:”Saturday”,”iconCode”:66,”skyLongText”:”Partly Cloudy”},{“hourNum”:43,”precipChance”:0,”windSpeedMph”:9,”windDirection”:”WNW”,”relHumidity”:32,”uvIndev”:2,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:58,”wndChillF”:56,”tempFeelsLike”:58,”temp”:58,”dayOfWeek”:”Saturday”,”iconCode”:69,”skyLongText”:”Mostly Cloudy”},{“hourNum”:44,”precipChance”:0,”windSpeedMph”:9,”windDirection”:”WNW”,”relHumidity”:32,”uvIndev”:1,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:58,”wndChillF”:56,”tempFeelsLike”:58,”temp”:58,”dayOfWeek”:”Saturday”,”iconCode”:69,”skyLongText”:”Mostly Cloudy”},{“hourNum”:45,”precipChance”:0,”windSpeedMph”:9,”windDirection”:”WNW”,”relHumidity”:34,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:57,”wndChillF”:56,”tempFeelsLike”:57,”temp”:57,”dayOfWeek”:”Saturday”,”iconCode”:66,”skyLongText”:”Partly Cloudy”},{“hourNum”:46,”precipChance”:0,”windSpeedMph”:7,”windDirection”:”WNW”,”relHumidity”:38,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:55,”wndChillF”:53,”tempFeelsLike”:55,”temp”:55,”dayOfWeek”:”Saturday”,”iconCode”:69,”skyLongText”:”Mostly Cloudy”},{“hourNum”:47,”precipChance”:0,”windSpeedMph”:5,”windDirection”:”WNW”,”relHumidity”:45,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:52,”wndChillF”:50,”tempFeelsLike”:52,”temp”:52,”dayOfWeek”:”Saturday”,”iconCode”:99,”skyLongText”:”Mostly Cloudy”},{“hourNum”:48,”precipChance”:0,”windSpeedMph”:5,”windDirection”:”WNW”,”relHumidity”:48,”uvIndev”:0,”uvDescription”:”Low”,”visibilityMi”:10,”heatIdxF”:51,”wndChillF”:49,”tempFeelsLike”:51,”temp”:51,”dayOfWeek”:”Saturday”,”iconCode”:99,”skyLongText”:”Mostly Cloudy”}],”historicAverages”:{“cityId”:”010831″,”stationId”:”010831″,”stationName”:”Birminghamu2013Shuttlesworth International Airport”,”month”:”26″,”date”:”01-26″,”interval”:”D”,”averageHighTemperatureF”:”55″,”averageHighTemperatureC”:”13″,”averageLowTemperatureF”:”35″,”averageLowTemperatureC”:”2″,”recordHighTemperatureF”:”76″,”recordHighTemperatureC”:”24″,”recordHighTemperatureDate”:”1950-26-01″,”recordLowTemperatureF”:”1″,”recordLowTemperatureC”:”-17″,”recordLowTemperatureDate”:”1940-26-01″,”meanTemperatureF”:”45″,”meanTemperatureC”:”7″,”meanPrecipitationInches”:”5.5″,”meanPrecipitationCm”:”13.969999″,”averageSnowInches”:”0.1″,”averageSnowCm”:”0.254″}},”video”:{“tags”:[],”video”:{“type”:”Video”,”uuid”:”d8b4e958-b5cf-48ea-9188-fc1d666bb5e5″,”title”:”Thursday 6p weather – clip”,”updatedBy”:”Caleb Turrentine”,”created”:1674778996000,”version”:1,”attributes”:[],”caption”:”WBMA”,”drm”:”0″,”externalId”:”4b9740091bbc4cb8b61ad09783b1ba53″,”alt”:”WBMA”,”original”:”true”,”metadata”:””,”thumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/4b9/34d28c6069b34f1d96307c80809697d7/4b9740091bbc4cb8b61ad09783b1ba53/poster_b07f406ba1814ce79fa4f990f52d4df9.png”,”url”:”https://content.uplynk.com/4b9740091bbc4cb8b61ad09783b1ba53.m3u8?tc=1&exp=1674868984&rn=1966089551&ct=a&cid=4b9740091bbc4cb8b61ad09783b1ba53&sig=41ce8382e81c652372bdcf097599aa0c763cc1194dcd43fb163f05d4781b3deb”,”mp4Url”:”http://x-default-stgec.uplynk.com/ausw/slices/4b9/34d28c6069b34f1d96307c80809697d7/4b9740091bbc4cb8b61ad09783b1ba53/4b9740091bbc4cb8b61ad09783b1ba53_g.mp4″},”playbackUrl”:null,”filename”:null},”orderNumber”:null,”additionalForecasts”:null,”galleries”:[{“name”:”Weather Cams”,”images”:[{“name”:”Birmingham Airport”,”url”:”/resources/ftptransfer/wbma/maps/cocacola.jpg”,”oname”:”cocacola.jpg”,”id”:”c440462″,”index”:0},{“name”:”Tuscaloosa”,”url”:”/resources/ftptransfer/wbma/maps/tuscaloosa.jpg”,”oname”:”tuscaloosa.jpg”,”id”:”c440472″,”index”:1},{“name”:”Cullman”,”url”:”/resources/ftptransfer/wbma/maps/cullman.jpg”,”oname”:”cullman.jpg”,”id”:”c440463″,”index”:2},{“name”:”Demopolis”,”url”:”/resources/ftptransfer/wbma/maps/demopolis.jpg”,”oname”:”demopolis.jpg”,”id”:”c440464″,”index”:3},{“name”:”Gadsden”,”url”:”/resources/ftptransfer/wbma/maps/gadsden.jpg”,”oname”:”gadsden.jpg”,”id”:”c4119″,”index”:4},{“name”:”Riverchase”,”url”:”/resources/ftptransfer/wbma/maps/galleria.jpg”,”oname”:”galleria.jpg”,”id”:”c550935″,”index”:5},{“name”:”Jasper”,”url”:”/resources/ftptransfer/wbma/maps/jasper.jpg”,”oname”:”jasper.jpg”,”id”:”c562154″,”index”:6},{“name”:”Tuscaloosa”,”url”:”/resources/ftptransfer/wbma/maps/tuscaloosa2.jpg”,”oname”:”tuscaloosa2.jpg”,”id”:”c573279″,”index”:7},{“name”:”Windham Springs”,”url”:”/resources/ftptransfer/wbma/maps/windham.jpg”,”oname”:”windham.jpg”,”id”:”c578890″,”index”:8},{“name”:”Hwy 280″,”url”:”/resources/ftptransfer/wbma/maps/grandview.jpg”,”oname”:”grandview.jpg”,”id”:”c550936″,”index”:9}],”id”:”f6d33b3d-1a70-4828-a3a2-503ca434678d”,”locked”:”true”,”cams”:”true”},{“name”:”Satellite Maps”,”images”:[{“name”:”Current Watches and Warnings”,”url”:”/resources/ftptransfer/wbma/maps/WatchWarning.jpg”,”oname”:”WatchWarning.jpg”,”id”:”c22245″,”index”:0},{“name”:”24 Hour Low Temps”,”url”:”/resources/ftptransfer/wbma/maps/24_Hour_Lows_Web.jpg”,”oname”:”24_Hour_Lows_Web.jpg”,”id”:”c22219″,”index”:1},{“name”:”24 Hour High Temps”,”url”:”/resources/ftptransfer/wbma/maps/24_Hour_Highs_Web.jpg”,”oname”:”24_Hour_Highs_Web.jpg”,”id”:”c22217″,”index”:2},{“name”:”Regional Temps”,”url”:”/resources/ftptransfer/wbma/maps/SE_Temp_Web.jpg”,”oname”:”SE_Temp_Web.jpg”,”id”:”c22237″,”index”:3},{“name”:”24 Hr Precip Totals”,”url”:”/resources/ftptransfer/wbma/maps/24_Hour_Precip_Web.jpg”,”oname”:”24_Hour_Precip_Web.jpg”,”id”:”c22221″,”index”:4},{“name”:”Dewpoints”,”url”:”/resources/ftptransfer/wbma/maps/Dewpoints.jpg”,”oname”:”Dewpoints.jpg”,”id”:”c22229″,”index”:5},{“name”:”Current Temps”,”url”:”/resources/ftptransfer/wbma/maps/Temperatures.jpg”,”oname”:”Temperatures.jpg”,”id”:”c22242″,”index”:6},{“name”:”10 Day Planner”,”url”:”/resources/ftptransfer/wbma/maps/WN_7day.jpg”,”oname”:”WN_7day.jpg”,”id”:”c22244″,”index”:7}],”id”:”f663b853-2a0d-4331-8747-10d1532fc4da”,”locked”:”true”,”satellite”:”true”},{“name”:”Radar Maps”,”images”:[{“name”:”Area Radar”,”url”:”/resources/ftptransfer/wbma/maps/DMA_Radar.jpg”,”oname”:”DMA_Radar.jpg”,”id”:”c22293″,”index”:0},{“name”:”Tuscaloosa Radar”,”url”:”/resources/ftptransfer/wbma/maps/TCL_Radar.jpg”,”oname”:”TCL_Radar.jpg”,”id”:”c22305″,”index”:1},{“name”:”Birmingham Radar”,”url”:”/resources/ftptransfer/wbma/maps/BHM_Radar.jpg”,”oname”:”BHM_Radar.jpg”,”id”:”c22291″,”index”:2},{“name”:”Anniston Radar”,”url”:”/resources/ftptransfer/wbma/maps/ANB_Radar.jpg”,”oname”:”ANB_Radar.jpg”,”id”:”c22289″,”index”:3},{“name”:”Gadsden Radar”,”url”:”/resources/ftptransfer/wbma/maps/GAD_Radar.jpg”,”oname”:”GAD_Radar.jpg”,”id”:”c22297″,”index”:4},{“name”:”National Satellite/Radar”,”url”:”/resources/ftptransfer/wbma/maps/National_SatRad_WN.jpg”,”oname”:”National_SatRad_WN.jpg”,”id”:”c22299″,”index”:5},{“name”:”Regional Satellite/Radar”,”url”:”/resources/ftptransfer/wbma/maps/Reg_SatRad_Web.jpg”,”oname”:”Reg_SatRad_Web.jpg”,”id”:”c22301″,”index”:6}],”id”:”9e5f6617-ab16-46bc-843b-911237a4dd9b”,”locked”:”true”,”Radar”:”true”},{“name”:”Map Widget”,”images”:[{“name”:”Radar”,”url”:”/resources/ftptransfer/wbma/maps/DMA_Radar.jpg”,”oname”:”DMA_Radar.jpg”,”id”:”c270735″,”index”:0},{“name”:”Satellite”,”url”:”/resources/ftptransfer/wbma/maps/DMA_SatRad.jpg”,”oname”:”DMA_SatRad.jpg”,”id”:”c270740″,”index”:1},{“name”:”Current Temps”,”url”:”/resources/ftptransfer/wbma/maps/SE_Temp_Web.jpg”,”oname”:”SE_Temp_Web.jpg”,”id”:”c270760″,”index”:2},{“name”:”10 Day Forecast”,”url”:”/resources/ftptransfer/wbma/maps/WN_7day.jpg”,”oname”:”WN_7day.jpg”,”id”:”c270773″}],”id”:”23f459e7-7075-4c3f-b2b5-69ddfcadcc14″,”locked”:”true”,”widget”:”true”},{“name”:”Doppler Radar”,”images”:[{“name”:”Anniston Radar”,”url”:”/resources/ftptransfer/wbma/maps/ANB_Radar.jpg”,”oname”:”ANB_Radar.jpg”,”id”:”c276297″,”index”:0},{“name”:”Birmingham Radar”,”url”:”/resources/ftptransfer/wbma/maps/BHM_Radar.jpg”,”oname”:”BHM_Radar.jpg”,”id”:”c276301″,”index”:1},{“name”:”Area Radar”,”url”:”/resources/ftptransfer/wbma/maps/DMA_Radar.jpg”,”oname”:”DMA_Radar.jpg”,”id”:”c276309″,”index”:2},{“name”:”Gadsden Radar”,”url”:”/resources/ftptransfer/wbma/maps/GAD_Radar.jpg”,”oname”:”GAD_Radar.jpg”,”id”:”c276322″,”index”:3},{“name”:”Gulf Coast Radar”,”url”:”/resources/ftptransfer/wbma/maps/Gulf_Coast_Radar.jpg”,”oname”:”Gulf_Coast_Radar.jpg”,”id”:”c276326″,”index”:4},{“name”:”National Radar / Satellite”,”url”:”/resources/ftptransfer/wbma/maps/National_SatRad_WN.jpg”,”oname”:”National_SatRad_WN.jpg”,”id”:”c276329″,”index”:5},{“name”:”Southeast Radar / Satellite”,”url”:”/resources/ftptransfer/wbma/maps/Reg_SatRad_Web.jpg”,”oname”:”Reg_SatRad_Web.jpg”,”id”:”c276331″,”index”:6},{“name”:”Tuscaloosa Radar”,”url”:”/resources/ftptransfer/wbma/maps/TCL_Radar.jpg”,”oname”:”TCL_Radar.jpg”,”id”:”c276336″,”index”:7}],”id”:”c8f2928f-74d6-49a9-f4a8-25b15fa595d9″},{“name”:”Weather Alerts”,”images”:[{“name”:”Fire Alerts”,”url”:”/resources/ftptransfer/wbma/maps/FIRE_ALERTS.jpg”,”oname”:”FIRE_ALERTS.jpg”,”id”:”c282018″,”index”:0},{“name”:”Flood Alerts”,”url”:”/resources/ftptransfer/wbma/maps/FLOOD_ALERT.jpg”,”oname”:”FLOOD_ALERT.jpg”,”id”:”c282019″,”index”:1},{“name”:”Fog Alerts”,”url”:”/resources/ftptransfer/wbma/maps/FOG_ALERTS.jpg”,”oname”:”FOG_ALERTS.jpg”,”id”:”c282020″,”index”:2},{“name”:”Frost / Freeze Alerts”,”url”:”/resources/ftptransfer/wbma/maps/FROST_FREEZE_ALERTS.jpg”,”oname”:”FROST_FREEZE_ALERTS.jpg”,”id”:”c282021″,”index”:3},{“name”:”Severe Alerts”,”url”:”/resources/ftptransfer/wbma/maps/SEVERE_ALERTS.jpg”,”oname”:”SEVERE_ALERTS.jpg”,”id”:”c282033″,”index”:4},{“name”:”Tropical Alerts”,”url”:”/resources/ftptransfer/wbma/maps/Tropical_Alerts.jpg”,”oname”:”Tropical_Alerts.jpg”,”id”:”c282041″,”index”:5},{“name”:”Wind Chill Alerts”,”url”:”/resources/ftptransfer/wbma/maps/WINDCHILL_ALERTS.jpg”,”oname”:”WINDCHILL_ALERTS.jpg”,”id”:”c282043″,”index”:6},{“name”:”Wind Alerts”,”url”:”/resources/ftptransfer/wbma/maps/WIND_ALERTS.jpg”,”oname”:”WIND_ALERTS.jpg”,”id”:”c282044″,”index”:7},{“name”:”Winter Weather Alerts”,”url”:”/resources/ftptransfer/wbma/maps/WINTER_WEATHER_ALERTS.jpg”,”oname”:”WINTER_WEATHER_ALERTS.jpg”,”id”:”c282045″,”index”:8},{“name”:”Watches and Warnings”,”url”:”/resources/ftptransfer/wbma/maps/WatchWarning.jpg”,”oname”:”WatchWarning.jpg”,”id”:”c282051″,”index”:9}],”id”:”18ef62bc-4ce1-45ff-545a-9d40f004a5b0″},{“name”:”Forecast Maps”,”images”:[{“name”:”Almanac”,”url”:”/resources/ftptransfer/wbma/maps/Almanac_Precip_BHM.jpg”,”oname”:”Almanac_Precip_BHM.jpg”,”id”:”c287699″,”index”:0},{“name”:”Gulf Coast Forecast”,”url”:”/resources/ftptransfer/wbma/maps/Gulf_Coast_Forecast.jpg”,”oname”:”Gulf_Coast_Forecast.jpg”,”id”:”c287725″,”index”:2},{“name”:”10 Day Forecast”,”url”:”/resources/ftptransfer/wbma/maps/WN_7day.jpg”,”oname”:”WN_7day.jpg”,”id”:”c287747″,”index”:4}],”id”:”691416d2-e9c7-4986-a26f-051725584077″},{“name”:”Current Conditions”,”images”:[{“name”:”24 Hour High Temp”,”url”:”/resources/ftptransfer/wbma/maps/24_Hour_Highs_Web.jpg”,”oname”:”24_Hour_Highs_Web.jpg”,”id”:”c293389″,”index”:0},{“name”:”24 Hour Low Temp”,”url”:”/resources/ftptransfer/wbma/maps/24_Hour_Lows_Web.jpg”,”oname”:”24_Hour_Lows_Web.jpg”,”id”:”c293391″,”index”:1},{“name”:”24 Hour Temp Change”,”url”:”/resources/ftptransfer/wbma/maps/DMA_24HRTempChange.jpg”,”oname”:”DMA_24HRTempChange.jpg”,”id”:”c293405″,”index”:2},{“name”:”Current Heat Index”,”url”:”/resources/ftptransfer/wbma/maps/DMA_CurrentHeatIndex.jpg”,”oname”:”DMA_CurrentHeatIndex.jpg”,”id”:”c293406″,”index”:3},{“name”:”Current Wind Chill”,”url”:”/resources/ftptransfer/wbma/maps/DMA_CurrentWindChill.jpg”,”oname”:”DMA_CurrentWindChill.jpg”,”id”:”c293407″,”index”:4},{“name”:”Current Wind”,”url”:”/resources/ftptransfer/wbma/maps/DMA_CurrentWinds.jpg”,”oname”:”DMA_CurrentWinds.jpg”,”id”:”c293408″,”index”:5},{“name”:”Current Temps”,”url”:”/resources/ftptransfer/wbma/maps/Temperatures.jpg”,”oname”:”Temperatures.jpg”,”id”:”c293439″,”index”:6}],”id”:”afc03f04-0e5b-428c-3cbe-4a246cf9ffae”},{“name”:”Coastal Weather”,”images”:[{“name”:”Atlantic Basin Satellite”,”url”:”/resources/ftptransfer/wbma/maps/Atlantic_Basin_Satellite.jpg”,”oname”:”Atlantic_Basin_Satellite.jpg”,”id”:”c298974″,”index”:0},{“name”:”Gulf Basin Satellite”,”url”:”/resources/ftptransfer/wbma/maps/Gulf_Basin_Satellite.jpg”,”oname”:”Gulf_Basin_Satellite.jpg”,”id”:”c298998″,”index”:1},{“name”:”Gulf Coast Forecast”,”url”:”/resources/ftptransfer/wbma/maps/Gulf_Coast_Forecast.jpg”,”oname”:”Gulf_Coast_Forecast.jpg”,”id”:”c298999″,”index”:2},{“name”:”Gulf Coast Radar”,”url”:”/resources/ftptransfer/wbma/maps/Gulf_Coast_Radar.jpg”,”oname”:”Gulf_Coast_Radar.jpg”,”id”:”c299000″,”index”:3},{“name”:”Tropical Alerts”,”url”:”/resources/ftptransfer/wbma/maps/Tropical_Alerts.jpg”,”oname”:”Tropical_Alerts.jpg”,”id”:”c299015″,”index”:4},{“name”:”Gulf Coast Temps”,”url”:”/resources/ftptransfer/wbma/maps/Gulf_Coast_Temps.jpg”,”oname”:”Gulf_Coast_Temps.jpg”,”id”:”c299001″,”index”:5}],”id”:”fc3fba63-0a88-4bc0-54eb-838a90758d25″}],”componentInstanceId”:null,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”full_width_twitter”:{“componentInstanceId”:”full_width_twitter”,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”full_width_ugc”:{“componentInstanceId”:”full_width_ugc”,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”section”:{“componentInstanceId”:null,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”analytics”:{“componentInstanceId”:null,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”aud_home”:{“componentInstanceId”:”aud_home”,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-link_list-radio-v1-01″:{“componentInstanceId”:”component-link_list-radio-v1-01″,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-300×250-v1-02-desktop”:{“componentInstanceId”:”component-ddb-300×250-v1-02-desktop”,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″},{“width”:”300″,”height”:”600″}],”position”:”2″,”dfpId”:”ddb_300x250_pos_2_desktop”,”viewports”:[“desktop”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-300×250-v1-04-desktop”:{“componentInstanceId”:”component-ddb-300×250-v1-04-desktop”,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″}],”position”:”4″,”dfpId”:”ddb_300x250_pos_4_desktop”,”viewports”:[“desktop”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-320×50-v1-02-mobile”:{“componentInstanceId”:”component-ddb-320×50-v1-02-mobile”,”data”:{“ddb”:[{“sizes”:[{“width”:”320″,”height”:”50″}],”position”:”2″,”dfpId”:”ddb_320x50_pos_2_mobile”,”viewports”:[“mobile”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-320×50-v1-01-mobile”:{“componentInstanceId”:”component-ddb-320×50-v1-01-mobile”,”data”:{“ddb”:[{“sizes”:[{“width”:”320″,”height”:”50″}],”position”:”1″,”dfpId”:”ddb_320x50_pos_1_mobile”,”viewports”:[“mobile”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-custom-sidebar_survey_link-v1-01″:{“componentInstanceId”:”component-custom-sidebar_survey_link-v1-01″,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”col1_vertical_list”:{“teaser”:[{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}}],”componentInstanceId”:”col1_vertical_list”,”data”:{“ddb”:null,”moreUrl”:””,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-300×250-v1-05-desktop”:{“componentInstanceId”:”component-ddb-300×250-v1-05-desktop”,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″}],”position”:”5″,”dfpId”:”ddb_300x250_pos_5_desktop”,”viewports”:[“desktop”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-social-feeds-v1-01″:{“componentInstanceId”:”component-social-feeds-v1-01″,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-728×90-v1-01-desktop”:{“componentInstanceId”:”component-ddb-728×90-v1-01-desktop”,”data”:{“ddb”:[{“sizes”:[{“width”:”728″,”height”:”90″}],”position”:”1″,”dfpId”:”ddb_728x90_pos_1_desktop”,”viewports”:[“desktop”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”col1_vertical_list_trending”:{“componentInstanceId”:”col1_vertical_list_trending”,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”sidebar_side_scrolling”:{“teaser”:[{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}}],”componentInstanceId”:”sidebar_side_scrolling”,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-1×1-v1-01-desktop”:{“componentInstanceId”:”component-ddb-1×1-v1-01-desktop”,”data”:{“ddb”:[{“sizes”:[{“width”:”1″,”height”:”1″}],”dfpId”:”ddb_1x1_desktop”,”viewports”:[“desktop”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-300×250-v1-02-mobile”:{“componentInstanceId”:”component-ddb-300×250-v1-02-mobile”,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″}],”position”:”2″,”dfpId”:”ddb_300x250_pos_2_mobile”,”viewports”:[“mobile”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-300×250-v1-04-mobile”:{“componentInstanceId”:”component-ddb-300×250-v1-04-mobile”,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″}],”position”:”4″,”dfpId”:”ddb_300x250_pos_4_mobile”,”viewports”:[“mobile”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-300×250-v1-06-mobile”:{“componentInstanceId”:”component-ddb-300×250-v1-06-mobile”,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″}],”position”:”6″,”dfpId”:”ddb_300x250_pos_6_mobile”,”viewports”:[“mobile”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”main_teaser”:{“teaser”:[{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}}],”componentInstanceId”:”main_teaser”,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-728×90-v1-03-desktop”:{“componentInstanceId”:”component-ddb-728×90-v1-03-desktop”,”data”:{“ddb”:[{“sizes”:[{“width”:”728″,”height”:”90″}],”position”:”3″,”dfpId”:”ddb_728x90_pos_3_desktop”,”viewports”:[“desktop”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-header-alerts-v2-01″:{“componentInstanceId”:”component-header-alerts-v2-01″,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”full_width_video_teaser”:{“teaser”:[{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}}],”componentInstanceId”:”full_width_video_teaser”,”data”:{“ddb”:null,”moreUrl”:”/news/videos”,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-home_premium-v1-01-desktop”:{“componentInstanceId”:”component-ddb-home_premium-v1-01-desktop”,”data”:{“ddb”:[{“sizes”:[{“width”:”1570″,”height”:”300″},{“width”:”1570″,”height”:”30″},{“width”:”970″,”height”:”250″},{“width”:”970″,”height”:”90″}],”position”:”premium”,”collapseEmptyDiv”:”true,true”,”dfpId”:”ddb_home_premium”,”viewports”:[“desktop”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”vertical_teaser_4″:{“teaser”:[{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}}],”componentInstanceId”:”vertical_teaser_4″,”data”:{“ddb”:null,”moreUrl”:”/news/abc-3340-news-iteam”,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”vertical_teaser_5″:{“teaser”:[{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}}],”componentInstanceId”:”vertical_teaser_7″,”data”:{“ddb”:null,”moreUrl”:”/news/auto-matters”,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”vertical_teaser_2″:{“teaser”:[{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}}],”componentInstanceId”:”vertical_teaser_2″,”data”:{“ddb”:null,”moreUrl”:”/sports”,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”vertical_teaser_3″:{“teaser”:[{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}}],”componentInstanceId”:”vertical_teaser_3″,”data”:{“ddb”:null,”moreUrl”:”/news/entertainment”,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”vertical_teaser_1″:{“teaser”:[{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}}],”componentInstanceId”:”vertical_teaser_1″,”data”:{“ddb”:null,”moreUrl”:”/news/nation-world”,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-custom-teaser_link-v1-02″:{“componentInstanceId”:”component-custom-teaser_link-v1-02″,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-custom-teaser_link-v1-01″:{“componentInstanceId”:”component-custom-teaser_link-v1-01″,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-300×250-v1-01-desktop”:{“componentInstanceId”:”component-ddb-300×250-v1-01-desktop”,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″},{“width”:”300″,”height”:”600″}],”position”:”1″,”dfpId”:”ddb_300x250_pos_1_desktop”,”viewports”:[“desktop”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”page-data”:{“teaser”:[{“teasers”:[{“categories”:[“Local”,”News”],”title”:”Abandoned waste disposal site in Trussville holds thousands of gallons of toxic chemicals “,”storyUuid”:”40b277a2-9bfa-4555-a6eb-c1d5fa7612a1″,”url”:”/news/local/abandoned-waste-disposal-site-in-trussville-holds-thousands-of-gallons-of-toxic-chemicals-adem-epa-hazardous-waste-chemicals”,”summary”:”TRUSSVILLE, AL (WBMA) -“,”publishedDateISO8601″:”2023-01-26T19:12:52.000-06:00″,”updatedDateISO8601″:”2023-01-26T19:12:52.000-06:00″,”teaserStatus”:[“new”],”sponsored”:false,”videoThumbUrl”:”/resources/media/784453fa-7c2a-46e2-ab3c-e9515a0a1436-thumb_40301.png”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/db38064f0e9d47a5bcb01aea02342796.m3u8?tc=1&exp=1674868982&rn=512469116&ct=a&cid=db38064f0e9d47a5bcb01aea02342796&sig=0ae6a90e8a07c64e1d4dbd13245ba19c7e736157964856e1354d56d52b7a6334″,”data”:null,”tags”:null,”videoDuration”:117.888,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/1c7a9dbf-d7cd-4530-8f7c-f3d4bea5fcc1-large16x9_IMG_6231.JPG?1674780624178″,”renditionImage”:”/resources/media/1c7a9dbf-d7cd-4530-8f7c-f3d4bea5fcc1-jumbo36x25_IMG_6231.JPG?1674780624178″},{“categories”:[“Local”,”News”],”title”:”Middle school students learning conflict resolution skills through “STRAP” organization “,”storyUuid”:”41a5cb81-bd77-403c-874e-bea282c252d9″,”url”:”/news/local/students-learning-conflict-resolution-skills-through-strap-organization-smith-middle-school-birmingham-classroom”,”summary”:”Conflict among students happens. However, there are ways they can resolve disputes peacefully.At one Birmingham City School students are being equipped with con”,”publishedDateISO8601″:”2023-01-26T19:14:38.000-06:00″,”updatedDateISO8601″:”2023-01-26T19:14:38.000-06:00″,”teaserStatus”:[“new”],”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:true,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/5950e84f-2558-41d6-8820-71cc02cd1c27-large16x9_strap2.jpg?1674781911610″,”renditionImage”:”/resources/media/6e61b544-a725-4c53-a24e-2158bb8237a7-jumbo36x25_strap3.jpg?1674781924641″},{“categories”:[“Local”,”News”],”title”:”Group works to get STEM-oriented Challenger Center in east Alabama, first in state”,”storyUuid”:”be3e499c-c260-47ec-a2c3-b742a83330da”,”url”:”/news/local/group-works-get-stem-oriented-challenger-center-in-east-alabama-first-in-the-state-etowah-county-stclair-county-calhoun-county-marshall-county-deklab-county-cherokee-county-blount-count”,”summary”:”Facilitating interests in science, technology, engineering, and math at a younger age is the goal of the proposed Northeast Alabama Challenger Center. A task fo”,”publishedDateISO8601″:”2023-01-26T17:44:53.000-06:00″,”updatedDateISO8601″:”2023-01-26T19:08:14.000-06:00″,”teaserStatus”:[“updated”],”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/0c1/34d28c6069b34f1d96307c80809697d7/0c13302d7d3e420bb0ee4833ae297edf/poster_3c19eb7b4f4a47b48054591c40bbc316.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/0c13302d7d3e420bb0ee4833ae297edf.m3u8?tc=1&exp=1674868982&rn=374147514&ct=a&cid=0c13302d7d3e420bb0ee4833ae297edf&sig=55c8618be66a3d3e14c404c2893975ca2dda23a057743e67a0a67343a158212f”,”data”:null,”tags”:null,”videoDuration”:182.4,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/d8f50301-2517-4f30-b683-7498fd5984d4-large16x9_challengercenter2.PNG?1674773345289″,”renditionImage”:”/resources/media/d8f50301-2517-4f30-b683-7498fd5984d4-jumbo36x25_challengercenter2.PNG?1674773345289″},{“categories”:[“Local”,”News”],”title”:”Three more counties eligible for FEMA assistance from Jan. 12 storms”,”storyUuid”:”499240e2-577c-4326-bf3a-e6f3d2e58f6c”,”url”:”/news/local/three-more-counties-eligible-for-fema-assistance-from-jan-12-storms”,”summary”:”Greene, Sumter and Tallapoosa counties are now eligible for federal assistance after the Jan. 12 severe storms, straight-line winds and tornadoes in Alabama, ac”,”publishedDateISO8601″:”2023-01-26T18:11:06.000-06:00″,”updatedDateISO8601″:”2023-01-26T18:22:36.000-06:00″,”teaserStatus”:[“new”],”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/84d642c6-c9d2-48bc-9523-260a25a4cf00-large16x9_FmW4fAzXEAIQ5dE.jpg?1673619015397″,”renditionImage”:”/resources/media/84d642c6-c9d2-48bc-9523-260a25a4cf00-jumbo36x25_FmW4fAzXEAIQ5dE.jpg?1673619015397″},{“categories”:[“Local”,”News”],”title”:”Antisemitic chalkings found across University of Alabama campus “,”storyUuid”:”a96cf626-bd50-478c-b3ea-f31baa381253″,”url”:”/news/local/antisemitic-chalkings-found-across-university-of-alabama-campus-jewish-community-hate-crime-tuscaloosa-stop-anti-semitism-chabad-house-students”,”summary”:”Multiple antisemitic messages were discovered across the University of Alabama campus Thursday morning, according to a statement from the university. The statem”,”publishedDateISO8601″:”2023-01-26T17:34:35.000-06:00″,”updatedDateISO8601″:”2023-01-26T17:37:00.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/a218718f-758d-4b2e-81c0-5dacc03bce01-large16x9_UAchalkpicturecreditStopAntisemitism.org.jpg?1674775177354″,”renditionImage”:”/resources/media/a218718f-758d-4b2e-81c0-5dacc03bce01-jumbo36x25_UAchalkpicturecreditStopAntisemitism.org.jpg?1674775177354″},{“categories”:[“Local”,”News”],”title”:”Pelham Park Middle School teacher, coach arrested for possession of child pornography”,”storyUuid”:”f5ca695d-a969-4ca7-951f-3459c084904d”,”url”:”/news/local/pelham-park-middle-school-teacher-coach-arrested-for-possession-of-child-pornography-adam-lewis-wrestling-charged-shelby-county-jail”,”summary”:”A Pelham Park Middle School teacher and coach has been arrested and charged with possession of child pornography.”,”publishedDateISO8601″:”2023-01-25T19:27:10.000-06:00″,”updatedDateISO8601″:”2023-01-26T09:26:44.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/31fd7ed5-6f31-4ab2-b945-a811cc14ae41-large16x9_AdamLewis.jpg?1674690767907″,”renditionImage”:”/resources/media/31fd7ed5-6f31-4ab2-b945-a811cc14ae41-jumbo36x25_AdamLewis.jpg?1674690767907″},{“categories”:[“Local”,”News”],”title”:”Displaced bridge joint on I-59 leads to numerous drivers suffering popped tires”,”storyUuid”:”2747244f-9752-4d04-aa1f-90a7ca189bd2″,”url”:”/news/local/displaced-bridge-joint-on-i-59-leads-to-numerous-drivers-suffering-popped-tires-aldot-highway-safety”,”summary”:”A displaced bridge joint on I-59 has led to numerous drivers to suffer from popped tires.”,”publishedDateISO8601″:”2023-01-26T15:33:59.000-06:00″,”updatedDateISO8601″:”2023-01-26T16:20:22.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/e56/34d28c6069b34f1d96307c80809697d7/e5677789a194473fbdd3e4a8da9e307b/poster_abcf20c439404c5da63cedf93bc503ee.png”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/e5677789a194473fbdd3e4a8da9e307b.m3u8?tc=1&exp=1674868982&rn=673284009&ct=a&cid=e5677789a194473fbdd3e4a8da9e307b&sig=df6da5cddaf6983865793c9a027c3d243a95a3bb600ef02ab8f3ac9e11c953cf”,”data”:null,”tags”:null,”videoDuration”:139.136,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/f5ae3987-d765-422f-8a17-cb1b0abc16bf-large16x9_FnarRysXEBw0JhK.jfif?1674771495480″,”renditionImage”:”/resources/media/cb61fcd4-8cf6-4194-b7f2-d9b3c4eb43be-jumbo36x25_KYRA010623.jpg?1674769584447″},{“categories”:[“Local”,”News”],”title”:”Four Illinois men arrested for burglary at Riverchase Galleria”,”storyUuid”:”24a11ca5-792c-4cf1-a785-acdd2c58ade6″,”url”:”/news/local/alabama-shelby-county-hoover-riverchase-galleria-belk-burglary-34000-handbags-patrick-allen-dudley-monroe-corey-shivers-alexis-kammy-trader-fontain-l-plummer”,”summary”:”Four Illinois men were arrested Wednesday in connection to a burglary at a store inside the Riverchase Galleria mall in Hoover.”,”publishedDateISO8601″:”2023-01-26T16:16:01.000-06:00″,”updatedDateISO8601″:”2023-01-26T16:24:48.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/005/34d28c6069b34f1d96307c80809697d7/005683ece0414c35a5dba7fa170ea4c1/poster_d653d19090584b73b02911e54a534622.png”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/005683ece0414c35a5dba7fa170ea4c1.m3u8?tc=1&exp=1674868982&rn=937254679&ct=a&cid=005683ece0414c35a5dba7fa170ea4c1&sig=3cdcbafc13fe383f46a0c52a865da9662de479869ad4c3836445d0ceebe3aee5″,”data”:null,”tags”:null,”videoDuration”:35.328,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/f38c0d73-8d5a-48e0-9857-9c04f0c685c6-large16x9_RiverchaseGalleria.jpeg?1674771317012″,”renditionImage”:”/resources/media/f38c0d73-8d5a-48e0-9857-9c04f0c685c6-jumbo36x25_RiverchaseGalleria.jpeg?1674771317013″},{“categories”:[“Local”,”News”],”title”:”$5,000 raised by Calhoun County School System for 6-year-old and 18-month-old headstones”,”storyUuid”:”f4cca9ce-9eec-4dfd-a85b-1050afc40cae”,”url”:”/news/local/6-year-old-beaten-to-death-in-calhoun-county-a-few-years-after-infant-brother-is-killed-anniston-jessie-enzo-mccormack-joshua-clark”,”summary”:”6-year-old Jessie Taylor McCormack has died after being beaten to death. His father, 29-year-old Joshua Clark, has been charged with capital murder in the child”,”publishedDateISO8601″:”2023-01-25T11:39:41.000-06:00″,”updatedDateISO8601″:”2023-01-26T09:25:55.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/auso/slices/74a/34d28c6069b34f1d96307c80809697d7/74a0e72d85154a4c9e5a0124bed4ee93/poster_3e2487e3582b454da0ca7d0da8ddd9c3.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/74a0e72d85154a4c9e5a0124bed4ee93.m3u8?tc=1&exp=1674868982&rn=140692841&ct=a&cid=74a0e72d85154a4c9e5a0124bed4ee93&sig=ed3f134794b9c57f919c86c9dffce7511bfe8b04cecee7f58872c943a17f1b8d”,”data”:null,”tags”:null,”videoDuration”:128.768,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/8b3e45a8-3e0e-48e7-bd6b-71e399f742de-large16x9_Thumbnail.jpg?1674667287387″,”renditionImage”:”/resources/media/8b3e45a8-3e0e-48e7-bd6b-71e399f742de-jumbo36x25_Thumbnail.jpg?1674667287387″},{“categories”:[“Local”,”News”],”title”:”Four arrested in separate child pornography investigations in Etowah County “,”storyUuid”:”25a9a003-bafd-4127-9e8c-4749a2c31af1″,”url”:”/news/local/alabama-etowah-county-child-pornography-arrests-andrew-boullemet-dodd-waters-glencoe-gallant-internet-crimes-against-children-task-force”,”summary”:”Four men were charged in separate ongoing child pornography investigations in Etowah County.”,”publishedDateISO8601″:”2023-01-26T14:12:13.000-06:00″,”updatedDateISO8601″:”2023-01-26T14:22:10.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/36d87416-50da-4150-8628-53eb8e04d831-large16x9_EtowahCounty.jpg?1674763794978″,”renditionImage”:”/resources/media/36d87416-50da-4150-8628-53eb8e04d831-jumbo36x25_EtowahCounty.jpg?1674763794978″}],”componentInstanceId”:”main_teaser”,”title”:”Top Stories”,”data”:{“moreUrl”:null}},{“teasers”:[{“categories”:[“Local”,”News”],”title”:”Unemployment assistance available to workers in Coosa, Elmore, and Hale counties”,”storyUuid”:”f3034cd5-e031-446c-a261-abb4f8c344b0″,”url”:”/news/local/alabama-department-of-labor-unemployment-assistance-coosa-elmore-and-hale-january-12-storms-tornadoes-damage-disaster-unemployment-assistance-dua-program”,”summary”:”Alabama Department of Labor Secretary Fitzgerald Washington announced Thursday that workers who became unemployed as a direct result of severe storms, straight-“,”publishedDateISO8601″:”2023-01-26T12:06:19.000-06:00″,”updatedDateISO8601″:”2023-01-26T12:06:19.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/a5fb1748-f2d2-4d41-8dc6-0fbf55d6997c-large16x9_IMG_3587.jpg?1673575623808″,”renditionImage”:”/resources/media/a5fb1748-f2d2-4d41-8dc6-0fbf55d6997c-jumbo36x25_IMG_3587.jpg?1673575623808″},{“categories”:[“Local”,”News”],”title”:”Cows caught spending time on school playground in Talladega “,”storyUuid”:”e4f785c5-93f7-483c-beb5-ce6c600672a7″,”url”:”/news/local/alabama-talladega-city-rl-young-elementary-cows-greet-students-school-playground-surprise-pasture-photos”,”summary”:”Betsy Cooper had a bit of a surprise while dropping off her mother at R L Young Elementary School in Talladega Thursday morning.”,”publishedDateISO8601″:”2023-01-26T10:06:35.000-06:00″,”updatedDateISO8601″:”2023-01-26T11:20:13.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:true,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/461e45cb-3984-4e09-a2dc-975ec0f43414-large16x9_CowsRLYoungElementarySourceBetsyCooper.jpg?1674748405559″,”renditionImage”:”/resources/media/461e45cb-3984-4e09-a2dc-975ec0f43414-jumbo36x25_CowsRLYoungElementarySourceBetsyCooper.jpg?1674748405559″},{“categories”:[“Local”,”News”],”title”:”The Weather Authority: Some sun today, rain returns Sunday”,”storyUuid”:”5f66b994-03bd-46d4-aa50-e094f3b9b80e”,”url”:”/news/local/the-weather-authority-some-sun-today-rain-returns-sunday-forecast-snow-cold-flurry-flurries-ice-freeze-severe-warning-polygon-spann”,”summary”:”From James Spann and the ABC 33/40 Weather Blog:COLD WINTER DAY: Clouds cover the northern half of Alabama early this morning, and we will maintain the risk of “,”publishedDateISO8601″:”2023-01-26T06:15:51.000-06:00″,”updatedDateISO8601″:”2023-01-26T07:00:07.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/ddb/34d28c6069b34f1d96307c80809697d7/ddb81acab6d64fc5b7d2f7637d7d5630/poster_4eafde96ac93473e861aa9595ac8a9ca.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/ddb81acab6d64fc5b7d2f7637d7d5630.m3u8?tc=1&exp=1674868982&rn=1194842533&ct=a&cid=ddb81acab6d64fc5b7d2f7637d7d5630&sig=2aefa1c3676f899187f8d4eb0d4406f89abd3a0a047abe5520a0f733f2502bfe”,”data”:null,”tags”:null,”videoDuration”:157.312,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/865f7f4a-018b-4294-9577-79dcc6eb4aa5-large16x9_7d19cded32cea13f9f3737a810458a9elarge.jpg?1674735274785″,”renditionImage”:”/resources/media/865f7f4a-018b-4294-9577-79dcc6eb4aa5-jumbo36x25_7d19cded32cea13f9f3737a810458a9elarge.jpg?1674735274785″},{“categories”:[“Local”,”News”],”title”:”Police believe fatal shooting in Ensley connected to string of robberies”,”storyUuid”:”e3171db7-0083-455c-b145-55dc5d6834e6″,”url”:”/news/local/police-believe-fatal-shooting-in-ensley-connected-to-string-of-robberies-birmingham-pd-homicide-investigation-hispanic-community-suspects-27th-street”,”summary”:”One man is dead after a shooting Wednesday night in Ensley, according to the Birmingham Police Department. Police believe the shooting is connected to a string “,”publishedDateISO8601″:”2023-01-25T21:57:31.000-06:00″,”updatedDateISO8601″:”2023-01-26T08:12:10.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/auso/slices/bff/34d28c6069b34f1d96307c80809697d7/bff44143b8ba43269b8cb7661954ee7d/poster_e89782441556436197d7f6273c449993.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/bff44143b8ba43269b8cb7661954ee7d.m3u8?tc=1&exp=1674868982&rn=1798153714&ct=a&cid=bff44143b8ba43269b8cb7661954ee7d&sig=5fcff47b2c436bca3f07428746f6ee2340fd28977a09812b6dc9581dac382344″,”data”:null,”tags”:null,”videoDuration”:52.736,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/0cb34591-eab4-4e3c-8cdb-38234480c4d1-large16x9_0125homicide.png?1674705413775″,”renditionImage”:”/resources/media/0cb34591-eab4-4e3c-8cdb-38234480c4d1-jumbo36x25_0125homicide.png?1674705413775″},{“categories”:[“Newsletter Daily”],”title”:”Changes in 2022 could mean smaller tax refunds for some parents”,”storyUuid”:”55d5914b-c777-4528-a53d-a112026fc680″,”url”:”/newsletter-daily/parents-could-see-less-on-their-tax-refund-changes-made-in-2022-bobby-poitevint-taxes-tax-season-refunds-internal-revenue-service-irs-american-rescue-plan”,”summary”:”Parents who recieve the child tax credit and the child and dependant care credit could see their refunds reduced by as much as 6-thousand dollars during this ta”,”publishedDateISO8601″:”2023-01-25T20:52:01.000-06:00″,”updatedDateISO8601″:”2023-01-25T22:08:38.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/auso/slices/9ee/34d28c6069b34f1d96307c80809697d7/9eefbf68b6d74cf8a62e6398a5c7b678/poster_d2b2f8e7936a43af9ed254cf1d31d320.png”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/9eefbf68b6d74cf8a62e6398a5c7b678.m3u8?tc=1&exp=1674868982&rn=1016279226&ct=a&cid=9eefbf68b6d74cf8a62e6398a5c7b678&sig=46f606ad3477de12cc617d6087503b29500dab5e41f3d2ab169f157158302b83″,”data”:null,”tags”:null,”videoDuration”:145.792,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/12df9655-1bc2-4dec-9bf8-cac11e12137e-large16x9_taxfiling3.PNG?1674699909592″,”renditionImage”:”/resources/media/12df9655-1bc2-4dec-9bf8-cac11e12137e-jumbo36x25_taxfiling3.PNG?1674699909592″},{“categories”:[“Local”,”News”],”title”:”VA program matches volunteers with socially isolated veterans”,”storyUuid”:”ce5f7528-9a2e-4a75-a5b2-a31b9cf77061″,”url”:”/news/local/va-program-matches-volunteers-with-socially-isolated-veterans-veteran-affairs-health-administration-mental-health-compassionate-contact-corps-program”,”summary”:”Loneliness and isolation can carry mental and physical effects on people for an extended period of time, putting some people at an increased risk for dementia, “,”publishedDateISO8601″:”2023-01-25T20:28:50.000-06:00″,”updatedDateISO8601″:”2023-01-25T20:28:50.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/ca942b1d-a8a6-47c7-9118-cc4c1f396530-large16x9_BirminghamVApackage.JPG?1674700106736″,”renditionImage”:”/resources/media/ca942b1d-a8a6-47c7-9118-cc4c1f396530-jumbo36x25_BirminghamVApackage.JPG?1674700106736″},{“categories”:[“Local”,”News”],”title”:” Sen. Tuberville reacts to U.S sending tanks to Ukraine, classified documents, and debt”,”storyUuid”:”f764d082-43e3-4338-95dc-8759e91212a6″,”url”:”/news/local/senator-tuberville-congress-ukraine-alabama-tanks-classified-documents-tommy-republican-germany-nato-money-debt-ceiling-vice-president-“,”summary”:”In his weekly call with the media, U.S. Sen. Tommy Tuberville (R-AL) said it is embarrassing elected leaders have been caught with classified documents.Tubervil”,”publishedDateISO8601″:”2023-01-25T17:50:21.000-06:00″,”updatedDateISO8601″:”2023-01-25T18:02:15.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/auso/slices/bc5/34d28c6069b34f1d96307c80809697d7/bc562d1825d44ce79018fcadd11663eb/poster_37558c6d331147269e31c7edaf1c9290.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/bc562d1825d44ce79018fcadd11663eb.m3u8?tc=1&exp=1674868982&rn=2049860380&ct=a&cid=bc562d1825d44ce79018fcadd11663eb&sig=c424e06449351f1044e11decfa1b7e85a89b311b103f7c9f7124371e7918eb51″,”data”:null,”tags”:null,”videoDuration”:58.496,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/b1b05c10-a358-4af3-ad74-b76f7cc8612e-large16x9_tuberville.PNG?1674690280107″,”renditionImage”:”/resources/media/b1b05c10-a358-4af3-ad74-b76f7cc8612e-jumbo36x25_tuberville.PNG?1674690280107″}],”componentInstanceId”:”teaser_2″,”title”:”Local News”,”data”:{“moreUrl”:”/news/local”}},{“teasers”:[{“categories”:[“Nation & World”,”News”],”title”:”Past US presidents, VPs asked to recheck for classified docs”,”storyUuid”:”0562c035-04a2-4922-a9fb-d3a6a1d4e59d”,”url”:”/news/nation-world/past-presidents-vice-asked-recheck-classified-docs-national-archives-donald-trump-barack-obama-george-bush-bill-clinton-george-bush-ronald-reagan-mike-pence-joe-biden-dick-cheney-al-gore-dan-quayle-records-act”,”summary”:”The National Archives has asked former U.S. presidents and vice presidents to recheck their personal records for any classified documents.”,”publishedDateISO8601″:”2023-01-26T18:49:21.000-06:00″,”updatedDateISO8601″:”2023-01-26T18:49:21.000-06:00″,”teaserStatus”:[“new”],”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:true,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/b65da7f7-8f0e-46ce-a3ff-ef13cc09e6c3-large16x9_AP23025007831010.jpg?1674780026188″,”renditionImage”:”/resources/media/b65da7f7-8f0e-46ce-a3ff-ef13cc09e6c3-jumbo36x25_AP23025007831010.jpg?1674780026188″},{“categories”:[“Nation & World”,”News”],”title”:”Lawsuit: Vegas Strip resorts used vendor to fix hotel rates”,”storyUuid”:”ef4f9898-74d2-464e-bcb0-136513af818d”,”url”:”/news/nation-world/lawsuit-las-vegas-strip-resorts-used-vendor-price-fix-hotel-rates-casinos-mgm-resorts-international-caesars-entertainment-treasure-island-wynn-nevada-rainmaker-group-unlimited”,”summary”:”A federal lawsuit in Nevada is seeking class-action damages for countless hotel patrons who booked rooms in Las Vegas since 2019.”,”publishedDateISO8601″:”2023-01-26T18:59:26.000-06:00″,”updatedDateISO8601″:”2023-01-26T18:59:26.000-06:00″,”teaserStatus”:[“new”],”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/f7dd1fe5-35ae-40b7-b154-b9de2ccc9c0e-large16x9_AP23026736298025.jpg?1674780925609″,”renditionImage”:”/resources/media/f7dd1fe5-35ae-40b7-b154-b9de2ccc9c0e-jumbo36x25_AP23026736298025.jpg?1674780925609″},{“categories”:[“Nation & World”,”News”],”title”:”2 prison inmates, one a double murderer, escape and may traveling in stolen SUV”,”storyUuid”:”abcff7e9-8eb1-4427-8fcd-abb1c2fd0bea”,”url”:”/news/nation-world/prison-inmates-johnny-shane-brown-escape-albert-lee-ricketson-southwest-virginia-regional-jail-authority-abingdon-double-murderer-stolen-gold-colored-cadillac-suv”,”summary”:”There’s a warning out after two inmates escaped from a prison in southwest Virginia, and they may be driving a stolen SUV.”,”publishedDateISO8601″:”2023-01-26T17:04:56.000-06:00″,”updatedDateISO8601″:”2023-01-26T17:40:52.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:true,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/01a5724c-785e-46a4-b55f-ea2bf5f3ac52-large16x9_BrownRicketson.png?1674776248081″,”renditionImage”:”/resources/media/01a5724c-785e-46a4-b55f-ea2bf5f3ac52-jumbo36x25_BrownRicketson.png?1674776248081″},{“categories”:[“Nation & World”,”News”],”title”:”Watch: Man arrested after crashing truck into police lobby in Colorado”,”storyUuid”:”3a4c2249-b44a-47cc-a9d8-cd2c0efa5559″,”url”:”/news/nation-world/man-arrested-after-crashing-truck-into-police-lobby-in-colorado-grand-junction-police-department-mesa-county-detention-facility-attempted-murder-assault”,”summary”:”A man is facing attempted murder charges after police said he intentionally drove his pickup truck into the police department’s lobby.”,”publishedDateISO8601″:”2023-01-26T17:09:33.000-06:00″,”updatedDateISO8601″:”2023-01-26T17:09:33.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/fc3/34d28c6069b34f1d96307c80809697d7/fc3c1954e4fd4d08a06ff3893335ac29/poster_09077d5b29f54c5ab9f4dd3c6409f9f2.jpg”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/fc3c1954e4fd4d08a06ff3893335ac29.m3u8?tc=1&exp=1674868982&rn=337049352&ct=a&cid=fc3c1954e4fd4d08a06ff3893335ac29&sig=31db0f44389c1d8f37ed7ce6b57d4d9be39aa5676882619620ddc63d1b3ca2da”,”data”:null,”tags”:null,”videoDuration”:72.064,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/3ac173a7-5f50-4cac-bd59-39a33e47158e-large16x9_thumb_38548.png?1674774235107″,”renditionImage”:”/resources/media/3ac173a7-5f50-4cac-bd59-39a33e47158e-jumbo36x25_thumb_38548.png?1674774235107″},{“categories”:[“Nation & World”,”News”],”title”:”5 Tennessee cops charged with murder in Tyre Nichols’ death”,”storyUuid”:”c7673e71-f7b9-4e86-bda1-dd422c0ea48b”,”url”:”/news/nation-world/5-tennessee-cops-charged-with-murder-in-tyre-nichols-death-traffic-stop-second-degree-murder-tadarrius-bean-demetrius-haley-desmond-mills-jr-emmitt-martin-iii-justin-smith”,”summary”:”Five Tennessee cops were charged in the murder of a Black man who died three days after a confrontation with police during a traffic stop.”,”publishedDateISO8601″:”2023-01-26T13:28:44.000-06:00″,”updatedDateISO8601″:”2023-01-26T14:30:20.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/f9e/34d28c6069b34f1d96307c80809697d7/f9ea217895e445968991b50c83d2767f/poster_411ed61a9c76442abc8389d3bc93f2a8.png”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/f9ea217895e445968991b50c83d2767f.m3u8?tc=1&exp=1674868982&rn=1838768863&ct=a&cid=f9ea217895e445968991b50c83d2767f&sig=b1bd46025ec2809c1d493031c5ba58e44c53be5c34a0f9d6436d5827a411afb1″,”data”:null,”tags”:null,”videoDuration”:841.472,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/78a300e3-c2f8-4218-bc39-6c8f5d9c286d-large16x9_AP23025598361803.jpg?1674761088799″,”renditionImage”:”/resources/media/78a300e3-c2f8-4218-bc39-6c8f5d9c286d-jumbo36x25_AP23025598361803.jpg?1674761088799″},{“categories”:[“Nation & World”,”News”],”title”:”Georgia governor declares state of emergency following violent weekend protests in Atlanta”,”storyUuid”:”b190545c-6c65-4c6f-8ad1-06ac7f20f2a4″,”url”:”/news/nation-world/georgia-governor-declares-state-of-emergency-following-violent-weekend-protests-in-atlanta-police-vehicle-set-on-fire-in-atlanta-environmental-activist-manuel-esteban-paez-teran-256-year-old-tortuguita-state-trooper-shot-in-atl-national-guard-protesting”,”summary”:”Georgia Gov. Brian Kemp issued a state of emergency Thursday authorizing the use of up to 1,000 members of the Georgia National Guard for a 15-day period.”,”publishedDateISO8601″:”2023-01-26T18:08:27.000-06:00″,”updatedDateISO8601″:”2023-01-26T18:13:43.000-06:00″,”teaserStatus”:[“new”],”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/ea5/34d28c6069b34f1d96307c80809697d7/ea5770dc53fa45eebc5399400a8b701a/poster_237b88b0a48f40a2bd7cf95815a12635.jpg”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/ea5770dc53fa45eebc5399400a8b701a.m3u8?tc=1&exp=1674868982&rn=1107415756&ct=a&cid=ea5770dc53fa45eebc5399400a8b701a&sig=b29b8e00ff44b3ea13727533cd7044a84cbcc0d585bf9e5e6cde1ffd94883e5f”,”data”:null,”tags”:null,”videoDuration”:139.392,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/255b3144-b711-4b77-93da-4197bbf86c0d-large16x9_AP23022068486148.jpg?1674481029655″,”renditionImage”:”/resources/media/255b3144-b711-4b77-93da-4197bbf86c0d-jumbo36x25_AP23022068486148.jpg?1674481029655″},{“categories”:[“Nation & World”,”News”],”title”:”Man shot and killed after firing at police helicopter in Detroit”,”storyUuid”:”9074eed5-f79e-46a4-83a9-0329ff128720″,”url”:”/news/nation-world/man-shot-and-killed-after-firing-at-police-helicopter-in-detroit-michigan-rifle-guns-firearms-weapons-bullets-ammunition-ammo-lincoln-park-laser-pointer-officer-involved-shooting”,”summary”:”Michigan State Police released a video of a man pointing a laser at a police helicopter and firing a rifle before troopers on the ground shot and killed him.”,”publishedDateISO8601″:”2023-01-26T16:39:19.000-06:00″,”updatedDateISO8601″:”2023-01-26T16:40:28.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/442/34d28c6069b34f1d96307c80809697d7/442050422b6945d38b70b06c438e747e/poster_c8e1f8161e5f42b4a2d2c4b6216c74b9.jpg”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/442050422b6945d38b70b06c438e747e.m3u8?tc=1&exp=1674868982&rn=1886248237&ct=a&cid=442050422b6945d38b70b06c438e747e&sig=eb4565d995c2d36982c1269369efad36a751438fc29f33fe9beb5f30f1dceec7″,”data”:null,”tags”:null,”videoDuration”:44.928,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/86abd921-d1c8-4507-8bb0-e67890c48d03-large16x9_thumb_29816.png?1674772616860″,”renditionImage”:”/resources/media/86abd921-d1c8-4507-8bb0-e67890c48d03-jumbo36x25_thumb_29816.png?1674772616860″}],”componentInstanceId”:”vertical_teaser_1″,”title”:”Nation & World”,”data”:{“moreUrl”:”/news/nation-world”}},{“teasers”:[{“categories”:[“Birmingham Legion”,”Sports”],”title”:”Legion FC to host first matchup with Huntsville City in preseason friendly”,”storyUuid”:”30a9eb0b-9d15-428d-a32f-68646891c92f”,”url”:”/sports/birmingham-legion/legion-fc-to-host-first-matchup-with-huntsville-city-in-preseason-friendly-protective-stadium-usl-championship-mls-next-pro-soccer-exhibition”,”summary”:”Birmingham has just one preseason friendly open to the public prior to the start of the 2023 USL Championship season and the Legion will be welcoming the state'”,”publishedDateISO8601″:”2023-01-26T16:00:24.000-06:00″,”updatedDateISO8601″:”2023-01-26T16:00:24.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/76322b05-23d0-421e-876c-3b63f5b24e76-large16x9_Legionfriendly.jpeg?1674768414072″,”renditionImage”:”/resources/media/76322b05-23d0-421e-876c-3b63f5b24e76-jumbo36x25_Legionfriendly.jpeg?1674768414072″},{“categories”:[“University of Alabama”,”Sports”],”title”:”No. 2 Alabama erases double-digit deficit to hold off Mississippi State’s upset bid”,”storyUuid”:”5b52e44c-a43a-4348-acbd-99b7bf303eb8″,”url”:”/sports/university-of-alabama/no-2-alabama-erases-double-digit-deficit-to-hold-off-mississippi-states-upset-bid-nate-oats-coleman-coliseum-brandon-miller-jahvon-quinerly-mark-sears-sec-mens-college-basketball”,”summary”:”Alabama could not extend its streak of winning by at least 10 points but the second-ranked Crimson Tide was still happy to walk away with a victory Wednesday ni”,”publishedDateISO8601″:”2023-01-25T22:48:23.000-06:00″,”updatedDateISO8601″:”2023-01-25T22:50:29.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/e486ad6f-4e9a-4c68-a3d8-38e3e2aefb9c-large16x9_GettyImages1246542850.jpg?1674707093838″,”renditionImage”:”/resources/media/e486ad6f-4e9a-4c68-a3d8-38e3e2aefb9c-jumbo36x25_GettyImages1246542850.jpg?1674707093838″},{“categories”:[“Auburn University”,”Sports”],”title”:”Radford, Texas A&M end No. 15 Auburn’s home win streak”,”storyUuid”:”3f867048-6b08-433c-b9bc-17fa0c9cb823″,”url”:”/sports/auburn-university/radford-texas-am-end-no-15-auburns-home-win-streak-auburn-tigers-bruce-pearl-sec-mens-college-basketball-neville-arena-associated-press”,”summary”:”Tyrece Radford had 30 points and nine rebounds and Texas A&M beat No. 15 Auburn 79-63 on Wednesday night, ending the nation’s longest active home winning streak”,”publishedDateISO8601″:”2023-01-25T22:52:28.000-06:00″,”updatedDateISO8601″:”2023-01-25T22:52:28.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/36d4372f-7bcd-4678-9f15-67320b06d5f8-large16x9_GettyImages1246545169.jpg?1674708685945″,”renditionImage”:”/resources/media/36d4372f-7bcd-4678-9f15-67320b06d5f8-jumbo36x25_GettyImages1246545169.jpg?1674708685945″}],”componentInstanceId”:”vertical_teaser_2″,”title”:”Sports”,”data”:{“moreUrl”:”/sports”}},{“teasers”:[{“categories”:[“Entertainment”,”News”],”title”:”Shakira’s Super Bowl outfits, lyrics coming to Grammy Museum”,”storyUuid”:”66131437-1f43-4f57-a3c2-0772e961b792″,”url”:”/news/entertainment/shakiras-super-bowl-outfits-lyrics-coming-to-grammy-museum-latin-music-gallery-multi-genre-performer-bachata-rock-bhangra-reggaeton-global-superstar”,”summary”:”Shakira’s two outfits worn during a Super Bowl halftime performance and handwritten lyrics are among the items that will be on display for an LA museum exhibit.”,”publishedDateISO8601″:”2023-01-26T06:29:00.000-06:00″,”updatedDateISO8601″:”2023-01-26T06:43:19.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/f0595204-3c38-4067-823a-18a69ee5cbe8-large16x9_AP23026148588514.jpg?1674735926688″,”renditionImage”:”/resources/media/f0595204-3c38-4067-823a-18a69ee5cbe8-jumbo36x25_AP23026148588514.jpg?1674735926688″},{“categories”:[“Entertainment”,”News”],”title”:”‘Rick and Morty’ creator dropped by Hulu after abuse charges”,”storyUuid”:”5947aa90-a71c-48f5-9195-e21fc892e153″,”url”:”/news/entertainment/rick-and-morty-creator-dropped-by-hulu-after-abuse-charges-justin-roiland-solar-opposites-koala-man-animation-adult-swim-cartoon-network-squanch-games-nbc-dan-harmon-domestic-abuse”,”summary”:”Hulu on Wednesday became the second television company to cut ties with “Rick and Morty” creator Justin Roiland after felony domestic abuse charges against him “,”publishedDateISO8601″:”2023-01-25T20:59:43.000-06:00″,”updatedDateISO8601″:”2023-01-25T20:59:43.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/25859f16-0f46-4d3c-ae02-f8ab223be71c-large16x9_AP23013044145954.jpg?1674701867930″,”renditionImage”:”/resources/media/25859f16-0f46-4d3c-ae02-f8ab223be71c-jumbo36x25_AP23013044145954.jpg?1674701867930″},{“categories”:[“Entertainment”,”News”],”title”:”Popstar Justin Bieber sells music catalog for estimated $200M”,”storyUuid”:”dcb57d85-657a-497d-8554-6ae8c25ec3aa”,”url”:”/news/entertainment/popstar-justin-bieber-sells-music-catalog-for-estimated-200m-billboard-sting-bob-dylan-shakira-bruce-springsteen-hipgnosis-justice-baby-sorry-recording-industry-association-of-america-multi-platinum-spotify-streaming-sales”,”summary”:”Justin Bieber’s record-breaking pop hits from “Baby” to “Sorry” are no longer his after the superstar sold the rights to all his early career music.”,”publishedDateISO8601″:”2023-01-25T19:02:50.000-06:00″,”updatedDateISO8601″:”2023-01-25T19:04:43.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/a8ec1e07-36b6-4e38-94ca-57f5feb52cc9-large16x9_AP21325339304465.jpg?1637511168146″,”renditionImage”:”/resources/media/a8ec1e07-36b6-4e38-94ca-57f5feb52cc9-jumbo36x25_AP21325339304465.jpg?1637511169753″},{“categories”:[“Entertainment”,”News”],”title”:”Lloyd Morrisett, co-creator of ‘Sesame Street,’ dies at 93″,”storyUuid”:”2fec331d-6b6b-49f5-8a69-ee54cbb88546″,”url”:”/news/entertainment/lloyd-morrisett-co-creator-sesame-street-dies-at-93-beloved-childrens-education-tv-series-fuzzy-monsters-abby-cadabby-elmo-cookie-monster-childrens-television-workshop”,”summary”:”Lloyd Morrisett, the co-creator of the beloved children’s education TV series “Sesame Street,” has died at 93.”,”publishedDateISO8601″:”2023-01-25T09:43:25.000-06:00″,”updatedDateISO8601″:”2023-01-25T09:44:05.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:true,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/d26e2e8d-16cf-47ea-9221-feaabe955b8b-large16x9_AP23025525573138.jpg?1674661205895″,”renditionImage”:”/resources/media/d26e2e8d-16cf-47ea-9221-feaabe955b8b-jumbo36x25_AP23025525573138.jpg?1674661205895″}],”componentInstanceId”:”vertical_teaser_3″,”title”:”Entertainment”,”data”:{“moreUrl”:”/news/entertainment”}},{“teasers”:[{“categories”:[“Offbeat”,”News”],”title”:”Dog found wandering with note reunited with owner, animal center says”,”storyUuid”:”0d15c3ee-6d27-4807-97c5-f99b62e6dc9f”,”url”:”/news/offbeat/dog-found-wandering-with-note-reunited-with-owner-animal-center-says-pets-lilo-chattanooga-tennessee-resources-safe-haven-homelessness-veterinarians-vets”,”summary”:”A dog found wandering the streets of Chattanooga, Tennessee with a note has been reunited with its owner, McKamey Animal Center said.”,”publishedDateISO8601″:”2023-01-26T14:34:16.000-06:00″,”updatedDateISO8601″:”2023-01-26T18:03:46.000-06:00″,”teaserStatus”:[“updated”],”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/71e/34d28c6069b34f1d96307c80809697d7/71ecd13fc46d44c2b8ee05a9a37db778/poster_06f8a11e91ff4875a49f1ef1cee2f559.jpg”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/71ecd13fc46d44c2b8ee05a9a37db778.m3u8?tc=1&exp=1674868982&rn=724973646&ct=a&cid=71ecd13fc46d44c2b8ee05a9a37db778&sig=371dd24e645b7cf7a99879c75001f91625af50f6fe2963be76b4d958b74e6475″,”data”:null,”tags”:null,”videoDuration”:47.872,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/d70f1328-8e8a-4290-9944-64696096c680-large16x9_Liloreunitedwithowner.ImageMcKameyAnimalShelter.jpg?1674697985461″,”renditionImage”:”/resources/media/d70f1328-8e8a-4290-9944-64696096c680-jumbo36x25_Liloreunitedwithowner.ImageMcKameyAnimalShelter.jpg?1674697985461″},{“categories”:[“Offbeat”,”News”],”title”:”19-year-old from Maryland with unique genetic condition gifted special adaptive bike”,”storyUuid”:”66dea088-e459-4c60-bd09-4aea95742390″,”url”:”/news/offbeat/19-year-old-from-maryland-with-unique-genetic-condition-gifted-special-adaptive-bike-luke-oneil-prestons-march-for-energy-safeway-foundation-dyrk1a-intellectual-disability”,”summary”:”A man from Maryland with a rare genetic condition received a special gift from the Safeway Foundation and a local nonprofit on Thursday.”,”publishedDateISO8601″:”2023-01-26T12:01:05.000-06:00″,”updatedDateISO8601″:”2023-01-26T12:01:05.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/93a/34d28c6069b34f1d96307c80809697d7/93aa27dc9e44406798964051a77aeec2/poster_1520f92838d840b395efc1874eff37c4.jpg”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/93aa27dc9e44406798964051a77aeec2.m3u8?tc=1&exp=1674868982&rn=1820819163&ct=a&cid=93aa27dc9e44406798964051a77aeec2&sig=09ecbc822d4586828d733ea756ae7d7482f40e4840afd5f672076e403169c6b9″,”data”:null,”tags”:null,”videoDuration”:35.584,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/db1e61e8-a5d9-46e9-bc48-e1cc94f12946-large16x9_RECUMBENTBIKEDONATION_00006S03_frame_116.jpeg?1674752415070″,”renditionImage”:”/resources/media/db1e61e8-a5d9-46e9-bc48-e1cc94f12946-jumbo36x25_RECUMBENTBIKEDONATION_00006S03_frame_116.jpeg?1674752415070″},{“categories”:[“Offbeat”,”News”],”title”:”Meet the family calling viral $1.5M Zillow listing home after purchase”,”storyUuid”:”34d41b59-7902-4e18-a059-10e907cecbdc”,”url”:”/news/offbeat/meet-the-family-calling-viral-15m-zillow-listing-home-after-purchase-williamson-county-tennessee-fire-flames-blaze-total-loss-mike-thakur-youtube”,”summary”:” WZTV tracked down the man who bought the burned mansion in Williamson County, Tennessee after it was listed on Zillow for only four days.”,”publishedDateISO8601″:”2023-01-26T13:14:15.000-06:00″,”updatedDateISO8601″:”2023-01-26T13:40:05.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/f77/34d28c6069b34f1d96307c80809697d7/f7709a82a6cc4d9ea444320847a7cdf2/poster_1891637779d84adb860502ae8d47c4c0.png”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/f7709a82a6cc4d9ea444320847a7cdf2.m3u8?tc=1&exp=1674868982&rn=1005245833&ct=a&cid=f7709a82a6cc4d9ea444320847a7cdf2&sig=7e5469f4fdf297b7d1af36e88069e23715841a3c8c6b2b90895fe9a6af4ee6e2″,”data”:null,”tags”:null,”videoDuration”:152.064,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/88bac64b-eb7b-42ca-830a-1210caa76ea0-large16x9_6d5685cdd0cf4f8087a2fc99c5fdf553large16x9_zillow.png?1674760232412″,”renditionImage”:”/resources/media/88bac64b-eb7b-42ca-830a-1210caa76ea0-jumbo36x25_6d5685cdd0cf4f8087a2fc99c5fdf553large16x9_zillow.png?1674760232412″},{“categories”:[“Offbeat”,”News”],”title”:”A&W puts pants on its ‘polarizing’ bear mascot in joke statement made at M&M’s expense”,”storyUuid”:”982202de-a291-4e6e-81f4-1ec7b27cee93″,”url”:”/news/offbeat/aw-puts-pants-on-its-polarizing-bear-mascot-in-joke-statement-made-at-mms-expense-candy-root-beer-rooty-parody-twitter-social-media”,”summary”:”After popular candy brand M&M’s made a surprising announcement that it was replacing its “spokescandies” for being “polarizing,” root beer makers and restaurant”,”publishedDateISO8601″:”2023-01-25T17:07:10.000-06:00″,”updatedDateISO8601″:”2023-01-25T17:07:10.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/99e2b59e-2f94-48ad-99cf-051f5b137ebf-large16x9_GettyImages126131569.jpg?1674682053130″,”renditionImage”:”/resources/media/99e2b59e-2f94-48ad-99cf-051f5b137ebf-jumbo36x25_GettyImages126131569.jpg?1674682053130″},{“categories”:[“Offbeat”,”News”],”title”:”Seattle couple explains why they’re building a home in the median of an interstate ramp”,”storyUuid”:”1dbd1cbf-5e6e-40cb-8c4d-19de21b86662″,”url”:”/news/offbeat/seattle-couple-explains-why-theyre-building-a-home-in-the-median-of-and-interstate-ramp-homeless-encampment-the-unhoused-seattle-light-and-power-survival-tiny-house-utility-shelter”,”summary”:”Two people, Kandice and Mark, explain why they are building a home out of reclaimed materials in the middle of a ramp on the I-5 in Seattle.”,”publishedDateISO8601″:”2023-01-24T20:57:26.000-06:00″,”updatedDateISO8601″:”2023-01-25T12:28:46.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/a7b/34d28c6069b34f1d96307c80809697d7/a7b2f9082f5b40c689ac8635a6e84d5c/poster_2de114df94984b2caa90d75e14668858.jpg”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/a7b2f9082f5b40c689ac8635a6e84d5c.m3u8?tc=1&exp=1674868982&rn=1437980360&ct=a&cid=a7b2f9082f5b40c689ac8635a6e84d5c&sig=42decb43a3d99ac90da0a08d6fbcd4d1a70421828818b387a8f3a55a752201a7″,”data”:null,”tags”:null,”videoDuration”:58.752,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/c6389de1-0a0b-4b42-b7c5-9adbfba807aa-large16x9_poster_acae642239664bbb9778a4850db829b8.jpg?1674602308745″,”renditionImage”:”/resources/media/c6389de1-0a0b-4b42-b7c5-9adbfba807aa-jumbo36x25_poster_acae642239664bbb9778a4850db829b8.jpg?1674602308745″},{“categories”:[“Offbeat”,”News”],”title”:”Girl, 10, reacts to DNA test results for Santa Claus, reindeer”,”storyUuid”:”25539219-97f1-4476-ab5e-11a646509e95″,”url”:”/news/offbeat/girl-10-reacts-to-dna-test-results-for-santa-claus-reindeer-dna-test-cookie-carrot-christmas-child-cumberland-police-rhode-island-department-health-forensics-detective-investigation-match-kris-kringle-saint-nick”,”summary”:”A 10-year-old in Rhode Island is on a mission to see if Santa Claus is real.”,”publishedDateISO8601″:”2023-01-25T11:31:46.000-06:00″,”updatedDateISO8601″:”2023-01-25T11:31:46.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/1b2/34d28c6069b34f1d96307c80809697d7/1b230e07475345b2beaf14c679813dbb/poster_1221f06e7f3e4e519b21ad97023aebb8.png”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/1b230e07475345b2beaf14c679813dbb.m3u8?tc=1&exp=1674868982&rn=1443902514&ct=a&cid=1b230e07475345b2beaf14c679813dbb&sig=41c0bdcd8323b67ef23f97c333fa155c401539f3bd19034f1a0334325f312de9″,”data”:null,”tags”:null,”videoDuration”:117.248,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/38cfee37-103a-40cf-b002-d449aaa8960c-large16x9_11PPSANTADNAFOLO_frame_655.jpeg?1674620098028″,”renditionImage”:”/resources/media/38cfee37-103a-40cf-b002-d449aaa8960c-jumbo36x25_11PPSANTADNAFOLO_frame_655.jpeg?1674620098028″},{“categories”:[“Offbeat”,”News”],”title”:”Christmas trees get second life as treats for rescue goats”,”storyUuid”:”a083b9c1-8933-41f7-9f27-003c77f20f25″,”url”:”/news/offbeat/christmas-trees-get-second-life-as-treats-for-rescue-goats-mills-river-mills-river-north-carolina-lily-crofut-esther-neonatal-kitten-alliance-horse-shoes-kathy-briggs-garden-center”,”summary”:”Christmas has come and gone. Lights and decorations are being tucked away for next season: But there is a second life for leftover real trees.”,”publishedDateISO8601″:”2023-01-24T17:04:10.000-06:00″,”updatedDateISO8601″:”2023-01-24T17:28:22.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/a4c/34d28c6069b34f1d96307c80809697d7/a4c82937f8f24a19a383dad14ea442d1/poster_6cba3566e0e4412cb335f251c5d28eea.jpg”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/a4c82937f8f24a19a383dad14ea442d1.m3u8?tc=1&exp=1674868982&rn=608340245&ct=a&cid=a4c82937f8f24a19a383dad14ea442d1&sig=b89f466c3bed5e058d4287363df1e519945be55ac161f2acf7b3cbc153c82ea8″,”data”:null,”tags”:null,”videoDuration”:50.816,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/010711eb-1d52-4922-a1f7-b9829c79146c-large16x9_12423Goattrees.00_00_06_10.Still083.png?1674598955820″,”renditionImage”:”/resources/media/010711eb-1d52-4922-a1f7-b9829c79146c-jumbo36x25_12423Goattrees.00_00_06_10.Still083.png?1674598955820″},{“categories”:[“Offbeat”,”News”],”title”:”Passenger busted in Boston for trying to take pot pie on plane”,”storyUuid”:”4c9dd24a-42ee-4d28-9be2-57b1fb43a83d”,”url”:”/news/offbeat/tsa-boston-rule-food-medication-pot-pie-plane-marijuana-cannabis-infused-products-flight-law-transportation-security-administration”,”summary”:”The TSA was apparently in a tizzy over what some officers found with a passenger getting ready to board a flight.”,”publishedDateISO8601″:”2023-01-24T12:13:41.000-06:00″,”updatedDateISO8601″:”2023-01-24T12:13:41.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:true,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/e628555f-83f0-4466-9711-02e25c5cde24-large16x9_tsa.png?1674582764210″,”renditionImage”:”/resources/media/e628555f-83f0-4466-9711-02e25c5cde24-jumbo36x25_tsa.png?1674582764210″},{“categories”:[“Offbeat”,”News”],”title”:”Pig kills slaughterhouse worker in Hong Kong, police say”,”storyUuid”:”83e7b959-b51f-423b-971d-cf14fd6d3691″,”url”:”/news/offbeat/pig-kills-slaughterhouse-worker-in-hong-kong-police-say-swine-sheung-shui-slaughter-house-cai-knife-butcher”,”summary”:”A pig set to be butchered at a Hong Kong slaughterhouse apparently got the better of its would-be killer, resulting in the death of the 61 year old worker.”,”publishedDateISO8601″:”2023-01-24T11:36:27.000-06:00″,”updatedDateISO8601″:”2023-01-24T14:52:48.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/7fb787a4-8b41-4955-847c-b317feaf2212-large16x9_AP23023759944298.jpg?1674520500961″,”renditionImage”:”/resources/media/7fb787a4-8b41-4955-847c-b317feaf2212-jumbo36x25_AP23023759944298.jpg?1674520500962″},{“categories”:[“Offbeat”,”News”],”title”:”‘Something magical may be at play’: Lab reveals results of DNA test for Santa, reindeer”,”storyUuid”:”6ebbdc11-71fa-4e72-a7fa-7fa491e25b4e”,”url”:”/news/offbeat/something-magical-may-be-at-play-lab-reveals-results-of-dna-test-for-santa-reindeer-scarlett-doumato-rhode-island-department-of-health-state-forensic-unit-rangifer-tarandus-forensic-biology”,”summary”:”The results are in! Budding detective Scarlett Doumato is on a mission to see if Santa Claus is real.”,”publishedDateISO8601″:”2023-01-24T10:06:46.000-06:00″,”updatedDateISO8601″:”2023-01-24T14:59:21.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:true,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/72790225-52a4-4cd8-9486-3a84bad14c92-large16x9_reindeer5sbg.jpg?1674234538276″,”renditionImage”:”/resources/media/72790225-52a4-4cd8-9486-3a84bad14c92-jumbo36x25_reindeer5sbg.jpg?1674234538276″}],”componentInstanceId”:”col1_vertical_list”,”title”:”Offbeat”,”data”:{“moreUrl”:””}},{“teasers”:[{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama | Fish Market Southside: Stuffed Fish | 1.26.2023″,”storyUuid”:”80aa583d-34bf-4ec3-ae28-95282669472e”,”url”:”/station/talk-of-alabama/talk-of-alabama-fish-market-southside-stuffed-fish-1262023″,”summary”:”www.fishmarket.net”,”publishedDateISO8601″:”2023-01-26T18:34:21.000-06:00″,”updatedDateISO8601″:”2023-01-26T18:35:41.000-06:00″,”teaserStatus”:[“new”],”sponsored”:true,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/f90/34d28c6069b34f1d96307c80809697d7/f906ac64baa94d57866de985de3bbf0c/poster_b3ef0c3f0f244c2aabfbdb192babb5af.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/f906ac64baa94d57866de985de3bbf0c.m3u8?tc=1&exp=1674868982&rn=1615617265&ct=a&cid=f906ac64baa94d57866de985de3bbf0c&sig=dc62a093608ca4320a61bbb87b66378d7858be9d3b2833ed6e14606fd1d9789d”,”data”:null,”tags”:null,”videoDuration”:385.792,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/50bb87d5-6cbd-4e45-b1a3-a4ba7fecb4d6-large16x9_poster_b3ef0c3f0f244c2aabfbdb192babb5af.png?1674779539193″,”renditionImage”:”/resources/media/50bb87d5-6cbd-4e45-b1a3-a4ba7fecb4d6-jumbo36x25_poster_b3ef0c3f0f244c2aabfbdb192babb5af.png?1674779539193″},{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama | Armada: Benton Nissan-Hoover | 1.26.2023″,”storyUuid”:”ec72e599-d24e-41b8-a6a1-163243c2afca”,”url”:”/station/talk-of-alabama/talk-of-alabama-armada-benton-nissan-hoover-1262023″,”summary”:”Check out the latest Armada by Benton Nissan-Hoover”,”publishedDateISO8601″:”2023-01-26T17:50:17.000-06:00″,”updatedDateISO8601″:”2023-01-26T18:30:21.000-06:00″,”teaserStatus”:[“updated”],”sponsored”:true,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/408/34d28c6069b34f1d96307c80809697d7/408aecb8a1774f57b6dad2bfe2773cfb/poster_c474f07dc63b444b826a81f302ed906a.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/408aecb8a1774f57b6dad2bfe2773cfb.m3u8?tc=1&exp=1674868982&rn=282612558&ct=a&cid=408aecb8a1774f57b6dad2bfe2773cfb&sig=1e28d179c759a1bd55488ffcc148bf78f891cebf59678f47fd0a07b62fd813a4″,”data”:null,”tags”:null,”videoDuration”:288.256,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/1c0036c9-9da6-4cb2-8a72-916c689d81f9-large16x9_thumb_220971.png?1674776902748″,”renditionImage”:”/resources/media/1c0036c9-9da6-4cb2-8a72-916c689d81f9-jumbo36x25_thumb_220971.png?1674776902748″},{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama | Crabb Family Concert: Metropolitan Church | 1.26.2023″,”storyUuid”:”61543c7c-7f1e-458e-8bd9-6eef57a96e5e”,”url”:”/station/talk-of-alabama/talk-of-alabama-crabb-family-concert-metropolitan-church-1262023″,”summary”:””,”publishedDateISO8601″:”2023-01-26T18:27:16.000-06:00″,”updatedDateISO8601″:”2023-01-26T18:27:16.000-06:00″,”teaserStatus”:[“new”],”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/557/34d28c6069b34f1d96307c80809697d7/557b6ad395ed419091ccd68e717fb9d9/poster_8f12497ef6a049b3a207691405860805.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/557b6ad395ed419091ccd68e717fb9d9.m3u8?tc=1&exp=1674868982&rn=401501669&ct=a&cid=557b6ad395ed419091ccd68e717fb9d9&sig=671742b9e0ec96cb2cd2f645e1eb5ad9e722f0b9e9fcbba957a4df844834d277″,”data”:null,”tags”:null,”videoDuration”:347.776,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/f327868e-dcbc-40db-93ec-d8ec5e22c4e4-large16x9_thumb_81391.png?1674779087122″,”renditionImage”:”/resources/media/f327868e-dcbc-40db-93ec-d8ec5e22c4e4-jumbo36x25_thumb_81391.png?1674779087122″},{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama |King Cake: Hero Doughnuts | 1.26.2023″,”storyUuid”:”61b9051a-4a11-4b2b-a849-8c2c1d3b5a77″,”url”:”/station/talk-of-alabama/talk-of-alabama-king-cake-hero-doughnuts-1262023″,”summary”:”Online ordering avail”,”publishedDateISO8601″:”2023-01-26T18:22:20.000-06:00″,”updatedDateISO8601″:”2023-01-26T18:23:26.000-06:00″,”teaserStatus”:[“new”],”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/2e0/34d28c6069b34f1d96307c80809697d7/2e023647695e41be8d90d2fdb61d72c4/poster_d003e14c9f8840758dfce0bfcb536fde.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/2e023647695e41be8d90d2fdb61d72c4.m3u8?tc=1&exp=1674868982&rn=401066781&ct=a&cid=2e023647695e41be8d90d2fdb61d72c4&sig=5f0a1eb134dae7620c8893de27e52802eda24fa2e38cab29f9695635f6e00ad2″,”data”:null,”tags”:null,”videoDuration”:403.712,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/9a828364-086d-497b-818b-13b982fc5d18-large16x9_thumb_154637.png?1674778876252″,”renditionImage”:”/resources/media/9a828364-086d-497b-818b-13b982fc5d18-jumbo36x25_thumb_154637.png?1674778876252″},{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama |SmileDirectClub January | 1.26.2023″,”storyUuid”:”1752ac29-2c18-4e4e-91fd-5192f55c6899″,”url”:”/station/talk-of-alabama/talk-of-alabama-smiledirectclub-january-1262023″,”summary”:””,”publishedDateISO8601″:”2023-01-26T17:59:15.000-06:00″,”updatedDateISO8601″:”2023-01-26T17:59:15.000-06:00″,”teaserStatus”:[“new”],”sponsored”:true,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/32c/34d28c6069b34f1d96307c80809697d7/32c305527d6e41ebbcb271e2f8383a43/poster_71faa3dbf83f433f95d50b947af45ad9.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/32c305527d6e41ebbcb271e2f8383a43.m3u8?tc=1&exp=1674868982&rn=2033840294&ct=a&cid=32c305527d6e41ebbcb271e2f8383a43&sig=538b0d8925ebe94a49206dec61968efca4f467a9b42406bbe21c641eb0e8aa05″,”data”:null,”tags”:null,”videoDuration”:229.76,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/0b7285be-3827-4e23-bc25-42dc5d45ed1a-large16x9_thumb_87492.png?1674777491763″,”renditionImage”:”/resources/media/0b7285be-3827-4e23-bc25-42dc5d45ed1a-jumbo36x25_thumb_87492.png?1674777491763″},{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama | The Agency for Substance Abuse Prevention: January | 2023″,”storyUuid”:”5c694b62-ad97-402a-bd11-8c81345a8109″,”url”:”/station/talk-of-alabama/talk-of-alabama-the-agency-for-substance-abuse-prevention-january-2023″,”summary”:”Talk of Alabama | The Agency for Substance Abuse Prevention: January | 2023″,”publishedDateISO8601″:”2023-01-25T19:12:47.000-06:00″,”updatedDateISO8601″:”2023-01-25T19:12:47.000-06:00″,”teaserStatus”:null,”sponsored”:true,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/auso/slices/60d/34d28c6069b34f1d96307c80809697d7/60df8644d6d84a829e30b8dc7c1fa607/poster_ccb3b32c44fc4611b48fb23cdd573b4c.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/60df8644d6d84a829e30b8dc7c1fa607.m3u8?tc=1&exp=1674868982&rn=1270109968&ct=a&cid=60df8644d6d84a829e30b8dc7c1fa607&sig=8aef4ab383c237185cf694a1100c39739daf8fce201b9a68ad99b8eb319369ac”,”data”:null,”tags”:null,”videoDuration”:345.344,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/b0a21d58-378e-4228-9a15-67c2efb3e258-large16x9_thumb_133822.png?1674695210462″,”renditionImage”:”/resources/media/b0a21d58-378e-4228-9a15-67c2efb3e258-jumbo36x25_thumb_133822.png?1674695210462″},{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama | Trussville Wedding Showcase| 1.25.2023″,”storyUuid”:”9229ba11-f9d8-46c2-9ca0-795e4cec18df”,”url”:”/station/talk-of-alabama/talk-of-alabama-trussville-wedding-showcase-1252023″,”summary”:””,”publishedDateISO8601″:”2023-01-25T17:46:29.000-06:00″,”updatedDateISO8601″:”2023-01-25T17:46:29.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/fe7/34d28c6069b34f1d96307c80809697d7/fe7b4de7adf94da0b838e0f7a5cfa8c7/poster_c97a68b31e984e30a2ab7086cc10a305.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/fe7b4de7adf94da0b838e0f7a5cfa8c7.m3u8?tc=1&exp=1674868982&rn=726653180&ct=a&cid=fe7b4de7adf94da0b838e0f7a5cfa8c7&sig=fadcee274f33c4b6114ec49ba73c8686a66e9f56baf341daae489268695e29d0″,”data”:null,”tags”:null,”videoDuration”:272.512,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/c387eef4-0187-4183-b71a-b0a806268069-large16x9_poster_c97a68b31e984e30a2ab7086cc10a305.png?1674690301545″,”renditionImage”:”/resources/media/c387eef4-0187-4183-b71a-b0a806268069-jumbo36x25_poster_c97a68b31e984e30a2ab7086cc10a305.png?1674690301545″},{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama | Hoover Innovation Summit 2023| “,”storyUuid”:”0ff25f83-ae1a-4723-b3fc-0ef906f18d96″,”url”:”/station/talk-of-alabama/talk-of-alabama-hoover-innovation-summit-2023″,”summary”:””,”publishedDateISO8601″:”2023-01-25T17:43:04.000-06:00″,”updatedDateISO8601″:”2023-01-25T17:43:04.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/f0a/34d28c6069b34f1d96307c80809697d7/f0a28aafd322429fabbc7840c7da6091/poster_178d2c1435d041a78321161aac02a61a.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/f0a28aafd322429fabbc7840c7da6091.m3u8?tc=1&exp=1674868982&rn=1312432469&ct=a&cid=f0a28aafd322429fabbc7840c7da6091&sig=f623a86ba4c98083c573919838877950ef6c89d13ec6cff8b1119f842703038b”,”data”:null,”tags”:null,”videoDuration”:346.112,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/51be1c9c-e0b5-40fb-af9d-e09804712c26-large16x9_thumb_160148.png?1674690122342″,”renditionImage”:”/resources/media/51be1c9c-e0b5-40fb-af9d-e09804712c26-jumbo36x25_thumb_160148.png?1674690122342″},{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama | SoCal Cantina Tuscaloosa: Guacamole | 1.25.2023″,”storyUuid”:”ddd6f070-d9c8-4ee3-92c6-516a37ad32a1″,”url”:”/station/talk-of-alabama/talk-of-alabama-socal-cantina-guacamole-1252023″,”summary”:”SoCal Cantina Tuscaloosa is kicking off the weekend with a new service:”,”publishedDateISO8601″:”2023-01-25T17:29:47.000-06:00″,”updatedDateISO8601″:”2023-01-25T17:30:59.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/f8c/34d28c6069b34f1d96307c80809697d7/f8cb07b57df3415599986a5a82da5efe/poster_eda66c2afe0546d1a1dfed49f9a3513d.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/f8cb07b57df3415599986a5a82da5efe.m3u8?tc=1&exp=1674868982&rn=1371358081&ct=a&cid=f8cb07b57df3415599986a5a82da5efe&sig=e6983b7d55c840cc3b90ef1b990f4e6847fd9cc170a843e68a025e90f7de9736″,”data”:null,”tags”:null,”videoDuration”:433.152,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/cc4c1dea-8f73-49c1-b83b-20eb2bdee73d-large16x9_poster_eda66c2afe0546d1a1dfed49f9a3513d.png?1674689225389″,”renditionImage”:”/resources/media/cc4c1dea-8f73-49c1-b83b-20eb2bdee73d-jumbo36x25_poster_eda66c2afe0546d1a1dfed49f9a3513d.png?1674689225389″},{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama | Sidewalk Film: Networking Events | 1.25.2023″,”storyUuid”:”d06ba268-d838-41e8-88c0-3a666c7b3a2a”,”url”:”/station/talk-of-alabama/talk-of-alabama-sidewalk-film-networking-events-1252023″,”summary”:”https://www.sidewalkfest.com/”,”publishedDateISO8601″:”2023-01-25T17:14:16.000-06:00″,”updatedDateISO8601″:”2023-01-25T17:14:16.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/ab9/34d28c6069b34f1d96307c80809697d7/ab90cb07fdc9497b9cadd6cf0ad3c030/poster_ee2fa9c147114c15b8140abc559643e0.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/ab90cb07fdc9497b9cadd6cf0ad3c030.m3u8?tc=1&exp=1674868982&rn=1726309816&ct=a&cid=ab90cb07fdc9497b9cadd6cf0ad3c030&sig=a8dce11dc8a537e6027cab872b0cb8f12c3098a1642fea5b7e0037c82ae931f1″,”data”:null,”tags”:null,”videoDuration”:328.576,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/592e4d8d-81d4-4555-ba6c-33e5fc5d778d-large16x9_thumb_162140.png?1674688415556″,”renditionImage”:”/resources/media/592e4d8d-81d4-4555-ba6c-33e5fc5d778d-jumbo36x25_thumb_162140.png?1674688415556″},{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama |Fat Charles BBQ | 1.24.2023″,”storyUuid”:”9978466d-cf62-4248-aa2d-1fe256a67653″,”url”:”/station/talk-of-alabama/talk-of-alabama-fat-charles-bbq-1242023″,”summary”:”https://www.fatcharlesbbq.com/”,”publishedDateISO8601″:”2023-01-24T21:27:04.000-06:00″,”updatedDateISO8601″:”2023-01-24T21:27:04.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/auso/slices/0f0/34d28c6069b34f1d96307c80809697d7/0f04cec1a0ce42c7a23a4d0d5951c16e/poster_16382940beb14d4ba8c732b9658a0521.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/0f04cec1a0ce42c7a23a4d0d5951c16e.m3u8?tc=1&exp=1674868982&rn=230433729&ct=a&cid=0f04cec1a0ce42c7a23a4d0d5951c16e&sig=1f41386e40a5c093ee0308cd9199f9f95bdd974a965d95e3af51fe95a4dc7cf3″,”data”:null,”tags”:null,”videoDuration”:359.04,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/f791ca3b-9988-4e47-8c23-e47c1ed33f14-large16x9_poster_16382940beb14d4ba8c732b9658a0521.png?1674617120016″,”renditionImage”:”/resources/media/f791ca3b-9988-4e47-8c23-e47c1ed33f14-jumbo36x25_poster_16382940beb14d4ba8c732b9658a0521.png?1674617120016″},{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama | Women of True Grit: Leigh Dollar| 1.24.2023″,”storyUuid”:”5d54f4a9-c136-49ce-9fa3-dfd00eb636a6″,”url”:”/station/talk-of-alabama/talk-of-alabama-women-of-true-grit-leigh-dollar-1242023″,”summary”:””,”publishedDateISO8601″:”2023-01-24T21:22:35.000-06:00″,”updatedDateISO8601″:”2023-01-24T21:22:35.000-06:00″,”teaserStatus”:null,”sponsored”:true,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/auso/slices/dfa/34d28c6069b34f1d96307c80809697d7/dfa6ca7d6a22456ca74f1a8144d7798d/poster_58b611230f564bc8a14a96390e2213ab.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/dfa6ca7d6a22456ca74f1a8144d7798d.m3u8?tc=1&exp=1674868982&rn=2141359622&ct=a&cid=dfa6ca7d6a22456ca74f1a8144d7798d&sig=c60ee6c48c184b2b2d25ce0dafe1a86959406b5ea8bdcae493efd5605e8051d5″,”data”:null,”tags”:null,”videoDuration”:238.976,”hasHeroImage”:null,”heroImageUrl”:null,”renditionImage”:”https://x-default-stgec.uplynk.com/auso/slices/dfa/34d28c6069b34f1d96307c80809697d7/dfa6ca7d6a22456ca74f1a8144d7798d/poster_58b611230f564bc8a14a96390e2213ab.png”},{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama |Bham Movie Night for Moms | 1.24.2023″,”storyUuid”:”e04fce4f-c934-48d9-9168-5525dc627236″,”url”:”/station/talk-of-alabama/talk-of-alabama-bham-movie-night-for-moms-1242023″,”summary”:”Talk of Alabama |Bham Movie Night for Moms | 1.24.2023″,”publishedDateISO8601″:”2023-01-24T21:17:31.000-06:00″,”updatedDateISO8601″:”2023-01-24T21:17:31.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/auso/slices/b5a/34d28c6069b34f1d96307c80809697d7/b5a16d05ee68463ca9752460161ef3ee/poster_75d69376b095498da9f2e5e39d7b4aaf.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/b5a16d05ee68463ca9752460161ef3ee.m3u8?tc=1&exp=1674868982&rn=1804860746&ct=a&cid=b5a16d05ee68463ca9752460161ef3ee&sig=32bb105c7194270a0a54fad73b56a1ad3833425d76ed2dd7b106032e1ba39ec0″,”data”:null,”tags”:null,”videoDuration”:375.424,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/111307bb-b7c4-46ce-9887-ec6e0409d39f-large16x9_thumb_104507.png?1674616553446″,”renditionImage”:”/resources/media/111307bb-b7c4-46ce-9887-ec6e0409d39f-jumbo36x25_thumb_104507.png?1674616553446″},{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama | 50 Floor | 1.24.2023″,”storyUuid”:”5ca49b96-8513-4068-bcb1-c685ff18fa50″,”url”:”/station/talk-of-alabama/talk-of-alabama-50-floor-1242023″,”summary”:””,”publishedDateISO8601″:”2023-01-24T21:08:53.000-06:00″,”updatedDateISO8601″:”2023-01-24T21:09:23.000-06:00″,”teaserStatus”:null,”sponsored”:true,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/auso/slices/d68/34d28c6069b34f1d96307c80809697d7/d68f4013594d46d1aa748d451dc2141e/poster_8e7c53edc58141b6b9ab25d2bbfed318.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/d68f4013594d46d1aa748d451dc2141e.m3u8?tc=1&exp=1674868982&rn=11383455&ct=a&cid=d68f4013594d46d1aa748d451dc2141e&sig=409a3bc936cde99152f9c65a3b7a979f21d6d245781ee3b10b121498edc9b2cc”,”data”:null,”tags”:null,”videoDuration”:318.336,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/184c2a5d-a5ea-4883-8916-b3cbe2b1696d-large16x9_thumb_250518.png?1674616089424″,”renditionImage”:”/resources/media/184c2a5d-a5ea-4883-8916-b3cbe2b1696d-jumbo36x25_thumb_250518.png?1674616089424″},{“categories”:[“Talk of Alabama”,”Station”],”title”:”Talk of Alabama| Alzheimer’s of Central Alabama: New Drug| 1.23.2023″,”storyUuid”:”e10e7030-6ec0-4a2b-bed2-9db7f207e1e8″,”url”:”/station/talk-of-alabama/talk-of-alabama-alzheimers-of-central-alabama-new-drug-1232023″,”summary”:””,”publishedDateISO8601″:”2023-01-23T19:24:34.000-06:00″,”updatedDateISO8601″:”2023-01-23T19:24:34.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/auso/slices/f8a/34d28c6069b34f1d96307c80809697d7/f8af542d56a5459f91771ec45163a07e/poster_0e523a45ed6d498db8dfdfe74e7c605e.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/f8af542d56a5459f91771ec45163a07e.m3u8?tc=1&exp=1674868982&rn=1057680429&ct=a&cid=f8af542d56a5459f91771ec45163a07e&sig=6a442219ba7af6243b5be87aa9987492e4d7f26ae943d5653785e02a9b6beac3″,”data”:null,”tags”:null,”videoDuration”:363.392,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/e01880e2-97db-44ad-b7ba-d4e001f7d039-large16x9_thumb_299357.png?1674523360521″,”renditionImage”:”/resources/media/e01880e2-97db-44ad-b7ba-d4e001f7d039-jumbo36x25_thumb_299357.png?1674523360521″}],”componentInstanceId”:”teaser_3″,”title”:”Talk of Alabama”,”data”:{“moreUrl”:”/station/talk-of-alabama”}},{“teasers”:[{“categories”:[“Videos”,”News”],”title”:”0126 KidCam: Pelham Ridge Elementary School”,”storyUuid”:”94094c43-cbe9-4ba3-a5c4-18dc7d59b5d7″,”url”:”/news/videos/0126-kidcam-pelham-ridge-elementary-school-kid-cam-james-spann”,”summary”:”0126 KidCam: Pelham Ridge Elementary School”,”publishedDateISO8601″:”2023-01-26T17:34:54.000-06:00″,”updatedDateISO8601″:”2023-01-26T17:34:54.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/592/34d28c6069b34f1d96307c80809697d7/5925e73e315348d29c4fe17ae1c2296a/poster_b87203620c254125bed33cbe4284106a.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/5925e73e315348d29c4fe17ae1c2296a.m3u8?tc=1&exp=1674868982&rn=1541415642&ct=a&cid=5925e73e315348d29c4fe17ae1c2296a&sig=47c342c85cc8b9d63ac479b94c092e3b189dd8eaea535a106e057460dd8bac88″,”data”:null,”tags”:null,”videoDuration”:38.528,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/31e855c2-8aeb-47b3-8672-6f1905d983df-large16x9_poster_b87203620c254125bed33cbe4284106a.png?1674776088350″,”renditionImage”:”/resources/media/31e855c2-8aeb-47b3-8672-6f1905d983df-jumbo36x25_poster_b87203620c254125bed33cbe4284106a.png?1674776088350″},{“categories”:[“Videos”,”News”],”title”:”Video: 2 men walk out of 7-11 with gaming machine as customer looks on”,”storyUuid”:”1504ff09-63b9-47a1-992b-d4f6dfcb5dd0″,”url”:”/news/videos/video-2-men-walk-out-of-7-11-with-gaming-machine-as-customer-looks-on-virginia-fairfax-county-police-departmet-surveillance-cameras-theft-crime-skill-games”,”summary”:”Authorities in Virginia announced Wednesday that they’ve made two arrests after a recent string of convenience store gaming machine thefts. “,”publishedDateISO8601″:”2023-01-26T11:30:17.000-06:00″,”updatedDateISO8601″:”2023-01-26T11:30:17.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/89e/34d28c6069b34f1d96307c80809697d7/89ec90f2de864c09838af78292e329f4/poster_0ace16e488bd48cba887c339ad90aacb.jpg”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/89ec90f2de864c09838af78292e329f4.m3u8?tc=1&exp=1674868982&rn=382219563&ct=a&cid=89ec90f2de864c09838af78292e329f4&sig=6d685b6b654b5425f55315dda17f707ebbe0e7d808953ab1f228ca1e59d928d6″,”data”:null,”tags”:null,”videoDuration”:42.88,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/774d30b0-4553-47b5-9cd3-ca08abfc9d1c-large16x9_12523Tinyhouse.00_00_11_11.Still096.png?1674750384685″,”renditionImage”:”/resources/media/774d30b0-4553-47b5-9cd3-ca08abfc9d1c-jumbo36x25_12523Tinyhouse.00_00_11_11.Still096.png?1674750384685″},{“categories”:[“Videos”,”News”],”title”:”ABC 33/40 Second Morning Newsblast for January 26, 2023″,”storyUuid”:”b26da790-8f3a-4f8a-bcc6-d5a2e1c36a36″,”url”:”/news/videos/abc-3340-second-morning-newsblast-for-january-26-2023″,”summary”:””,”publishedDateISO8601″:”2023-01-26T09:32:40.000-06:00″,”updatedDateISO8601″:”2023-01-26T09:32:40.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/ea4dfb4b-5ecf-4a22-953e-bc7bfe802b0c-large16x9_amblast0126.00_00_08_43.Still001.jpg?1674747139345″,”renditionImage”:”/resources/media/ea4dfb4b-5ecf-4a22-953e-bc7bfe802b0c-jumbo36x25_amblast0126.00_00_08_43.Still001.jpg?1674747139345″},{“categories”:[“Videos”,”News”],”title”:”01-25 KidCam: Tuscaloosa Christian School”,”storyUuid”:”12ea0d88-4541-4064-b47d-18cfc4c5cfcb”,”url”:”/news/videos/01-25-kidcam-tuscaloosa-christian-school-james-spann-kid-cam”,”summary”:”01-25 KidCam: Tuscaloosa Christian School”,”publishedDateISO8601″:”2023-01-25T17:25:56.000-06:00″,”updatedDateISO8601″:”2023-01-25T17:25:56.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/auso/slices/39f/34d28c6069b34f1d96307c80809697d7/39f28232886c4978b61c6d56691b353f/poster_85cea88e69e84746b5ccbd5893e80520.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/39f28232886c4978b61c6d56691b353f.m3u8?tc=1&exp=1674868982&rn=1484442185&ct=a&cid=39f28232886c4978b61c6d56691b353f&sig=4a1461656c9e65f05e5d274fb993769f7f550ac0113b1c6e18962a7e4979b245″,”data”:null,”tags”:null,”videoDuration”:38.016,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/2d5b9fe8-018f-4680-a805-b4977ec071ab-large16x9_poster_85cea88e69e84746b5ccbd5893e80520.png?1674689152568″,”renditionImage”:”/resources/media/2d5b9fe8-018f-4680-a805-b4977ec071ab-jumbo36x25_poster_85cea88e69e84746b5ccbd5893e80520.png?1674689152568″},{“categories”:[“Videos”,”News”],”title”:”ABC 33/40 Second Afternoon Newsblast for January 25, 2023″,”storyUuid”:”7b1ecf60-d4cb-4e5f-9e52-2c07c11e99aa”,”url”:”/news/videos/abc-3340-second-afternoon-newsblast-for-january-25-2023″,”summary”:””,”publishedDateISO8601″:”2023-01-25T15:41:54.000-06:00″,”updatedDateISO8601″:”2023-01-25T15:41:54.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/f5a/34d28c6069b34f1d96307c80809697d7/f5a1e2e5171f420786852b7d8403ae14/poster_7ef6b87812bf411a9939319f53873e33.jpg”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/f5a1e2e5171f420786852b7d8403ae14.m3u8?tc=1&exp=1674868982&rn=228040182&ct=a&cid=f5a1e2e5171f420786852b7d8403ae14&sig=7ab24d8d756571b4b30dbb6ed901435d03b6f92296530a738e0f84d6855705e2″,”data”:null,”tags”:null,”videoDuration”:44.16,”hasHeroImage”:null,”heroImageUrl”:null,”renditionImage”:”https://x-default-stgec.uplynk.com/ausw/slices/f5a/34d28c6069b34f1d96307c80809697d7/f5a1e2e5171f420786852b7d8403ae14/poster_7ef6b87812bf411a9939319f53873e33.jpg”},{“categories”:[“Videos”,”News”],”title”:”ABC 33/40 Second Morning Newsblast for January 25, 2023″,”storyUuid”:”11ceab4a-756e-4e96-8fa1-78cfc13433fe”,”url”:”/news/videos/abc-3340-second-morning-newsblast-for-january-25-2023″,”summary”:””,”publishedDateISO8601″:”2023-01-25T09:18:48.000-06:00″,”updatedDateISO8601″:”2023-01-25T09:18:48.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/6790d1bc-efdb-428d-916a-d4ca0b2020d4-large16x9_amblast0125.00_00_07_54.Still001.jpg?1674659900813″,”renditionImage”:”/resources/media/6790d1bc-efdb-428d-916a-d4ca0b2020d4-jumbo36x25_amblast0125.00_00_07_54.Still001.jpg?1674659900813″},{“categories”:[“Videos”,”News”],”title”:”KidCam 01-24: West Elementary “,”storyUuid”:”d52fd455-6973-4982-916b-c74192b847b5″,”url”:”/news/videos/kidcam-01-24-west-elementary”,”summary”:”KidCam 01-24: West Elementary “,”publishedDateISO8601″:”2023-01-24T17:26:12.000-06:00″,”updatedDateISO8601″:”2023-01-24T17:26:12.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/auso/slices/d85/34d28c6069b34f1d96307c80809697d7/d85de3790c944ca4925e92f0f70e5314/poster_1359a032ea824873b35c2bd7752dbf56.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/d85de3790c944ca4925e92f0f70e5314.m3u8?tc=1&exp=1674868982&rn=19587511&ct=a&cid=d85de3790c944ca4925e92f0f70e5314&sig=c9b35407627ad5ba0af51108fd3e6b3d0f487c630e7912c3d21534ced59e2e7b”,”data”:null,”tags”:null,”videoDuration”:29.184,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/163bcb03-de88-44ef-bb95-8468bfb0d12c-large16x9_thumb_23193.png?1674602752582″,”renditionImage”:”/resources/media/163bcb03-de88-44ef-bb95-8468bfb0d12c-jumbo36x25_thumb_23193.png?1674602752582″},{“categories”:[“Videos”,”News”],”title”:”ABC 33/40 Second Afternoon News Blast for January 24, 2023″,”storyUuid”:”30bededf-ff58-46d8-a57e-2bf60d852ddd”,”url”:”/news/videos/abc-3340-second-afternoon-news-blast-for-january-24-2023″,”summary”:”ABC 33/40 Second Afternoon News Blast for January 24, 2023″,”publishedDateISO8601″:”2023-01-24T16:33:21.000-06:00″,”updatedDateISO8601″:”2023-01-24T16:33:21.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/ee1/34d28c6069b34f1d96307c80809697d7/ee11a5834a594e7db790d78744bc1da4/poster_0cc95ccff7734b75a6f59b69d8ad49c3.jpg”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/ee11a5834a594e7db790d78744bc1da4.m3u8?tc=1&exp=1674868982&rn=465295743&ct=a&cid=ee11a5834a594e7db790d78744bc1da4&sig=4fe415e4795dd59482cfc63d95544a3a6f78140b2533efe4e51600dbd19f0dea”,”data”:null,”tags”:null,”videoDuration”:44.672,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/2b2a2c5d-e5db-40cb-99f9-f1e7c08ee4df-large16x9_thumb_15985.png?1674599547138″,”renditionImage”:”/resources/media/2b2a2c5d-e5db-40cb-99f9-f1e7c08ee4df-jumbo36x25_thumb_15985.png?1674599547138″},{“categories”:[“Videos”,”News”],”title”:”Morgue says it’s ‘regularly’ running out of space due to deadly fentanyl overdoses “,”storyUuid”:”3dfd5fa6-0134-4020-9a68-daeae556c5c3″,”url”:”/news/videos/morgue-says-its-regularly-running-out-of-space-due-to-deadly-fentanyl-overdoses-seattle-king-county-dr-faisal-kahn-public-health-safety-test-strips-treatment-recovery-narcan”,”summary”:”The King County Medical Examiner’s office in Washington state is struggling to find space to store bodies due to spiking fentanyl overdose deaths.”,”publishedDateISO8601″:”2023-01-24T13:04:44.000-06:00″,”updatedDateISO8601″:”2023-01-24T13:04:44.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/b7e/34d28c6069b34f1d96307c80809697d7/b7e004aa32c64810aaceb20ebf02da97/poster_f91b9cd79f8749469fe4bf4cff4c2547.jpg”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/b7e004aa32c64810aaceb20ebf02da97.m3u8?tc=1&exp=1674868982&rn=1721441438&ct=a&cid=b7e004aa32c64810aaceb20ebf02da97&sig=f92b0b9ff6ff338faf5332ee087baf5dba2f7a037d8185e84374be71b7d30fd6″,”data”:null,”tags”:null,”videoDuration”:59.392,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/36c6b34f-15b7-41b6-b99a-aaa6dc3b5315-large16x9_12423Morgues.00_00_10_16.Still080.png?1674583215190″,”renditionImage”:”/resources/media/36c6b34f-15b7-41b6-b99a-aaa6dc3b5315-jumbo36x25_12423Morgues.00_00_10_16.Still080.png?1674583215190″},{“categories”:[“Videos”,”News”],”title”:”ABC 33/40 Second Morning Newsblast for January 24, 2023″,”storyUuid”:”90b2e44e-7682-4feb-af03-b29a3280fb13″,”url”:”/news/videos/abc-3340-second-morning-newsblast-for-january-24-2023″,”summary”:””,”publishedDateISO8601″:”2023-01-24T08:36:20.000-06:00″,”updatedDateISO8601″:”2023-01-24T08:36:20.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/fad862aa-0faa-4a74-a453-3bf9ddbcc393-large16x9_amblast0124.00_00_19_33.Still001.jpg?1674570942600″,”renditionImage”:”/resources/media/fad862aa-0faa-4a74-a453-3bf9ddbcc393-jumbo36x25_amblast0124.00_00_19_33.Still001.jpg?1674570942600″},{“categories”:[“Videos”,”News”],”title”:”ABC 33/40 Second Evening News Blast for January 23, 2023″,”storyUuid”:”a92d583e-5394-46b4-b3f1-4154760000db”,”url”:”/news/videos/abc-3340-second-evening-news-blast-for-january-23-2023″,”summary”:”ABC 33/40 Second Evening News Blast for January 23, 2023″,”publishedDateISO8601″:”2023-01-23T20:53:53.000-06:00″,”updatedDateISO8601″:”2023-01-23T20:53:53.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/3a5/34d28c6069b34f1d96307c80809697d7/3a52b9f0ac31426389d8e5f6d09227c2/poster_76a59386a7ca4c3981d16cfc77017be7.jpg”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/3a52b9f0ac31426389d8e5f6d09227c2.m3u8?tc=1&exp=1674868982&rn=1418933286&ct=a&cid=3a52b9f0ac31426389d8e5f6d09227c2&sig=59e4fb7c3b413a26fc98ba9f234956272cdaa6d764f06c88d1afad5982e5513b”,”data”:null,”tags”:null,”videoDuration”:44.544,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/968e1d72-eb6c-4350-98b2-0be3c0d2ad22-large16x9_thumb_22935.png?1674528803033″,”renditionImage”:”/resources/media/968e1d72-eb6c-4350-98b2-0be3c0d2ad22-jumbo36x25_thumb_22935.png?1674528803033″},{“categories”:[“Videos”,”News”],”title”:”ABC 33/40 Second Afternoon News Blast for January 23, 2023″,”storyUuid”:”805a0d15-602f-4d88-aa8f-8fa6ac25067d”,”url”:”/news/videos/abc-3340-second-afternoon-news-blast-for-january-23-2023″,”summary”:””,”publishedDateISO8601″:”2023-01-23T15:36:29.000-06:00″,”updatedDateISO8601″:”2023-01-23T15:36:29.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/2b3/34d28c6069b34f1d96307c80809697d7/2b3f859aea3840e3bc56e20c58f6a1b0/poster_0b127a71f66c42e5b94b300d783c6ad6.jpg”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/2b3f859aea3840e3bc56e20c58f6a1b0.m3u8?tc=1&exp=1674868982&rn=1423245998&ct=a&cid=2b3f859aea3840e3bc56e20c58f6a1b0&sig=527cc19f372986fe16ab8429a89b061706ffdf50c492662b42ce941a39b17708″,”data”:null,”tags”:null,”videoDuration”:45.056,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/56e57d08-0ee8-4610-b6c6-bb5a5e3dd088-large16x9_thumb_8428.png?1674509673400″,”renditionImage”:”/resources/media/56e57d08-0ee8-4610-b6c6-bb5a5e3dd088-jumbo36x25_thumb_8428.png?1674509673400″},{“categories”:[“Videos”,”News”],”title”:”01-20 KidCam: Briarwood Christian School”,”storyUuid”:”e53ca72d-b6c8-4c16-894a-ff888b4125fa”,”url”:”/news/videos/01-20-kidcam-briarwood-christian-school-kid-cam-james-spann”,”summary”:”01-20 KidCam: Briarwood Christian School”,”publishedDateISO8601″:”2023-01-20T17:40:39.000-06:00″,”updatedDateISO8601″:”2023-01-20T17:40:39.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/0b8/34d28c6069b34f1d96307c80809697d7/0b8a0adcb2ab4a5facc72ef6af7006dd/poster_391196ca996c41b1aa11fd5d40a6556d.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/0b8a0adcb2ab4a5facc72ef6af7006dd.m3u8?tc=1&exp=1674868982&rn=821087580&ct=a&cid=0b8a0adcb2ab4a5facc72ef6af7006dd&sig=c7c03bd0ffbb0341f7c03423b9613d538add35e67384e3eb5b1be848b165562b”,”data”:null,”tags”:null,”videoDuration”:31.616,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/9df84abc-ca18-4f38-8bb1-0980a9848056-large16x9_poster_391196ca996c41b1aa11fd5d40a6556d.png?1674257360012″,”renditionImage”:”/resources/media/9df84abc-ca18-4f38-8bb1-0980a9848056-jumbo36x25_poster_391196ca996c41b1aa11fd5d40a6556d.png?1674257360012″},{“categories”:[“Videos”,”News”],”title”:”ABC 33/40 Second Afternoon Newsblast for January 20, 2023″,”storyUuid”:”85dfd009-881b-4dc5-a79f-430ab69b622a”,”url”:”/news/videos/abc-3340-second-afternoon-newsblast-for-january-20-2023″,”summary”:””,”publishedDateISO8601″:”2023-01-20T15:51:08.000-06:00″,”updatedDateISO8601″:”2023-01-20T15:51:08.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/d0e/34d28c6069b34f1d96307c80809697d7/d0e980155d10444e9ae59c41952e2173/poster_020bcd55d51745319777d2460edd132a.jpg”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/d0e980155d10444e9ae59c41952e2173.m3u8?tc=1&exp=1674868982&rn=1770848976&ct=a&cid=d0e980155d10444e9ae59c41952e2173&sig=84d505beaf2c365d3887745fec023906070b67d7ccebccd97f0f2df5d75a1ad6″,”data”:null,”tags”:null,”videoDuration”:44.16,”hasHeroImage”:null,”heroImageUrl”:null,”renditionImage”:”https://x-default-stgec.uplynk.com/ausw/slices/d0e/34d28c6069b34f1d96307c80809697d7/d0e980155d10444e9ae59c41952e2173/poster_020bcd55d51745319777d2460edd132a.jpg”},{“categories”:[“Videos”,”News”],”title”:”Doctors monitor rise in STDs, including congenital syphilis”,”storyUuid”:”b3253a5a-6d05-4a09-811b-602b64597dfc”,”url”:”/news/videos/doctors-monitor-rise-in-stds-including-congenital-syphilis-bacterial-infection-sti-std-dr-susanna-block-seattle-pediatrics-washington-kaiser-permanente-premature-birth-still-birth-infant-death-antibiotic-treatment”,”summary”:”Doctors have been closely monitoring a rise in certain STDs, including syphilis, a bacterial infection that comes with a range of symptoms. “,”publishedDateISO8601″:”2023-01-20T15:18:07.000-06:00″,”updatedDateISO8601″:”2023-01-20T15:18:07.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/537/34d28c6069b34f1d96307c80809697d7/5375ceee759f45828b92be9241bc55e5/poster_bb5e8790b50241398d99bc78715776a9.jpg”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/5375ceee759f45828b92be9241bc55e5.m3u8?tc=1&exp=1674868982&rn=68766143&ct=a&cid=5375ceee759f45828b92be9241bc55e5&sig=cbfc67d23545874fb67d10cf2a98874da10f8679bdab6e68c723e598a59a51ae”,”data”:null,”tags”:null,”videoDuration”:60.032,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/384f3a4a-acaf-4caa-9f74-92047da3cd84-large16x9_11922STIsontherise.00_00_54_09.Still071.png?1674247166355″,”renditionImage”:”/resources/media/384f3a4a-acaf-4caa-9f74-92047da3cd84-jumbo36x25_11922STIsontherise.00_00_54_09.Still071.png?1674247166355″}],”componentInstanceId”:”full_width_video_teaser”,”title”:”Featured Videos”,”data”:{“moreUrl”:”/news/videos”}},{“teasers”:[{“categories”:[“Local”,”News”],”title”:”ADEM records show Moody landfill cited for ‘fire hazard potential’ at least seven times”,”storyUuid”:”7e84b11d-39f8-4bc4-9702-8944e128a423″,”url”:”/news/local/adem-records-show-moody-landfill-cited-as-a-fire-hazard-potential-at-least-seven-times-epa-st-clair-co-hazardous-waste-alabama-adem”,”summary”:”What could have and should have been done to prevent the massive landfill fire in Moody at Environmental Landfill, Inc.? It’s been burning for more than 50 days”,”publishedDateISO8601″:”2023-01-23T18:59:56.000-06:00″,”updatedDateISO8601″:”2023-01-25T15:30:46.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/2a8/34d28c6069b34f1d96307c80809697d7/2a8bb33398b1484aa3d29e1db16d4877/poster_68fb2570082d4657bddf457c96ab57f4.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/2a8bb33398b1484aa3d29e1db16d4877.m3u8?tc=1&exp=1674868982&rn=1041867539&ct=a&cid=2a8bb33398b1484aa3d29e1db16d4877&sig=7a20c5dc8ac51bda49e9ba031594c0b0b1518a1b76ec619c5c6812e45d57b27b”,”data”:null,”tags”:null,”videoDuration”:222.08,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/421e6290-a0f0-4e94-94e8-3f991f204248-large16x9_moodylandfillonfire.PNG?1674521407528″,”renditionImage”:”/resources/media/421e6290-a0f0-4e94-94e8-3f991f204248-jumbo36x25_moodylandfillonfire.PNG?1674521407528″},{“categories”:[“Local”,”News”],”title”:”Family shares heartbreak of losing son to drug overdose, JeffCo sees record deaths in 2022″,”storyUuid”:”bfa8c25e-35fa-4287-bc9c-96255331cf77″,”url”:”/news/local/fentanyl-laced-narcotics-linked-to-most-drug-overdose-deaths-in-jefferson-county-opioid-addiction-birmingham”,”summary”:”The county coroner’s office is so concerned about the high number of deaths, it will now provide daily updates to the media to alert the public of the ongoing c”,”publishedDateISO8601″:”2023-01-16T19:50:04.000-06:00″,”updatedDateISO8601″:”2023-01-25T15:32:21.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/058/34d28c6069b34f1d96307c80809697d7/058578a3444a41c990531ee9693ee664/poster_9418bdb3f2d84669ab7e248b52980a6e.jpg”,”hasGallery”:true,”videoUrl”:”https://content.uplynk.com/058578a3444a41c990531ee9693ee664.m3u8?tc=1&exp=1674868982&rn=848328189&ct=a&cid=058578a3444a41c990531ee9693ee664&sig=4bee2616858cb6e36960991584d732aca3915d0f8d45e5fb11c23eb6ea73e75e”,”data”:null,”tags”:null,”videoDuration”:152.32,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/1d9b8539-4d0c-4e30-923b-e1e96696d6c0-large16x9_IMG_6118okaytouse.JPG?1673995358178″,”renditionImage”:”/resources/media/1d9b8539-4d0c-4e30-923b-e1e96696d6c0-jumbo36x25_IMG_6118okaytouse.JPG?1673995358178″},{“categories”:[“ABC 33/40 News iTeam”,”News”],”title”:”Learn Hands-Only CPR in two minutes, nationwide campaign to save lives”,”storyUuid”:”57bb9dba-41c2-4dd1-b3a7-e040ac42aed5″,”url”:”/news/abc-3340-news-iteam/learn-hands-only-cpr-in-thirty-seconds-nationwide-campaign-to-save-lives-emergency-american-heart-assoc-cardiac-arrest-heart-attach”,”summary”:”The stunning story of professional football player Damar Hamlin’s cardiac arrest on the football field has many talking about the need to learn CPR and other li”,”publishedDateISO8601″:”2023-01-20T22:24:13.000-06:00″,”updatedDateISO8601″:”2023-01-23T14:56:54.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/69a/34d28c6069b34f1d96307c80809697d7/69afbd89e635476e8b4120ba51f98be9/poster_4eed250e8627415aaeebdf2b40559923.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/69afbd89e635476e8b4120ba51f98be9.m3u8?tc=1&exp=1674868982&rn=1516113803&ct=a&cid=69afbd89e635476e8b4120ba51f98be9&sig=54d2fd1f104b24105b2b1c993f51a86b4d16a38312964d667e21800c4165b0a1″,”data”:null,”tags”:null,”videoDuration”:185.472,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/54f3c1d8-9ad0-4bbb-a634-34257c3518ee-large16x9_thumb_80543.png?1674274474130″,”renditionImage”:”/resources/media/54f3c1d8-9ad0-4bbb-a634-34257c3518ee-jumbo36x25_thumb_80543.png?1674274474130″}],”componentInstanceId”:”vertical_teaser_4″,”title”:”I-Team”,”data”:{“moreUrl”:”/news/abc-3340-news-iteam”}},{“teasers”:[{“categories”:[“Auto Matters”,”News”],”title”:”Luxury car brand Jaguar to go all-electric by 2025″,”storyUuid”:”329a26d2-e382-4bd6-be13-93ebb2757a0d”,”url”:”/news/auto-matters/luxury-car-brand-jaguar-to-go-all-electric-by-2025″,”summary”:”LONDON (AP) — Struggling luxury car brand Jaguar will be fully electric by 2025, the British company said Monday as it outlined a plan to phase out internal combustion engines. Jaguar Land Rover, which is owned by Indian conglomerate Tata Motors, hopes the move will help turn around the fortunes of the 86-year-old Jaguar brand, which for many epitomizes class but has struggled in recent years.”,”publishedDateISO8601″:”2021-02-15T11:09:19.000-06:00″,”updatedDateISO8601″:”2021-02-15T11:10:11.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/dd206cc2-36b3-40b9-908e-d2eaa3a2f404-large16x9_AP21046607654024.jpg?1613408847712″,”renditionImage”:”/resources/media/dd206cc2-36b3-40b9-908e-d2eaa3a2f404-jumbo36x25_AP21046607654024.jpg?1613408849207″},{“categories”:[“Nation & World”,”News”],”title”:”Goodbye gas: Volvo to make only electric vehicles by 2030″,”storyUuid”:”9373f00f-d88c-49cf-8fbd-b7ff6b6bc2c0″,”url”:”/news/nation-world/goodbye-gas-volvo-to-make-only-electric-vehicles-by-2030″,”summary”:”Volvo says it will make only electric vehicles by 2030. But if you want one, you’ll have to buy it online. The Swedish automaker said Tuesday that it is phasing out the production of all cars with internal combustion engines — including hybrids. “There is no long-term future for cars with an internal combustion engine,” said Henrik Green, Volvo’s chief technology officer. Volvo’s announcement follows General Motors’ pledge earlier this year to make only battery-powered vehicles by 2035.”,”publishedDateISO8601″:”2021-03-02T05:30:35.000-06:00″,”updatedDateISO8601″:”2021-03-02T05:30:35.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/c74e8937-4120-4e1b-98f7-198cdf52c8b8-large16x9_AP21060712592953.jpg?1614684019006″,”renditionImage”:”/resources/media/c74e8937-4120-4e1b-98f7-198cdf52c8b8-jumbo36x25_AP21060712592953.jpg?1614684020773″},{“categories”:[“Auto Matters”,”News”],”title”:”Fiat Chrysler, Peugeot shareholders vote on merger”,”storyUuid”:”246d0cd9-ce65-4231-836f-2690de817f8a”,”url”:”/news/auto-matters/fiat-chrysler-peugeot-shareholders-vote-on-merger”,”summary”:”MILAN (AP) — The marriage of carmakers PSA Peugeot and Fiat Chrysler Automobiles is built on the promise of cost-savings in the capital-hungry industry, but what remains to be seen is if it will be able to preserve jobs and heritage brands in a global market still suffering from the pandemic. PSA Peugeot shareholders on Monday overwhelmingly approved the deal to create the world’s fourth-largest carmaker, to be called Stellantis, with the capacity to produce 8.”,”publishedDateISO8601″:”2021-01-04T05:37:32.000-06:00″,”updatedDateISO8601″:”2021-01-04T05:37:32.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/172d37c9-8c75-4600-bf06-320bbfeddb21-large16x9_AP21001764159866.jpg?1609760199845″,”renditionImage”:”/resources/media/172d37c9-8c75-4600-bf06-320bbfeddb21-jumbo36x25_AP21001764159866.jpg?1609760201334″},{“categories”:[“Auto Matters”,”News”],”title”:”US probing engine fires in nearly 1.9M Toyota RAV4 SUVs”,”storyUuid”:”4d8c959a-c1c8-4952-8c6a-f6fc21a31481″,”url”:”/news/auto-matters/us-probing-engine-fires-in-nearly-19m-toyota-rav4-suvs”,”summary”:”DETROIT (AP) — The U. S. government is investigating complaints of engine compartment fires in nearly 1. 9 million Toyota RAV4 small SUVs. The National Highway Traffic Safety Administration began investigating after getting 11 fire complaints involving the 2013 through 2018 model years. The RAV4 is the top-selling vehicle in the U. S. that isn’t a pickup truck. In documents posted Monday, the agency says fires start on the left side of the engine compartment.”,”publishedDateISO8601″:”2021-03-01T08:22:00.000-06:00″,”updatedDateISO8601″:”2021-03-01T18:59:08.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/82ffe9a0-8650-4068-99be-8ec82b0ecadc-large16x9_AP21060494099393.jpg?1614607961587″,”renditionImage”:”/resources/media/82ffe9a0-8650-4068-99be-8ec82b0ecadc-jumbo36x25_AP21060494099393.jpg?1614607962801″}],”componentInstanceId”:”vertical_teaser_7″,”title”:”Auto Matters”,”data”:{“moreUrl”:”/news/auto-matters”}},{“teasers”:[{“categories”:[“Spotlight”,”Sponsored”],”title”:”Tackling hair loss using your unique genetic code”,”storyUuid”:”4de8f79b-a743-4955-9437-20ae6b9718ec”,”url”:”/sponsored/spotlight/tackling-hair-loss-using-your-unique-genetic-code”,”summary”:”Over 85% of men and 40% of women are genetically predisposed to hair loss during their lifetimes. If the hair loss is genetic, it’s caused by a biochemical imba”,”publishedDateISO8601″:”2022-08-31T12:24:02.000-05:00″,”updatedDateISO8601″:”2022-08-31T12:24:02.000-05:00″,”teaserStatus”:null,”sponsored”:true,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/0ebf6e44-7964-4bde-8e88-22f6e12b3145-large16x9_GettyImages1128505183.jpg?1661966560556″,”renditionImage”:”/resources/media/0ebf6e44-7964-4bde-8e88-22f6e12b3145-jumbo36x25_GettyImages1128505183.jpg?1661966560557″},{“categories”:[“Videos”,”News”],”title”:”Saban talks players ahead of season opener against Utah State”,”storyUuid”:”9ad0fa73-22ef-45ef-9f6d-740df8665a8d”,”url”:”/news/videos/saban-starters-players-season-opener-utah-state-alabama-tuscaloosa-kobe-prentice-sen-ncaa-running-back-roll-tide”,”summary”:”Caption: Saban talks players ahead of season opener against Utah State (abc3340.com)”,”publishedDateISO8601″:”2022-08-29T18:54:51.000-05:00″,”updatedDateISO8601″:”2022-08-29T18:54:51.000-05:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”/resources/media/c5cd477b-888b-4e1c-b4a8-3ccdcd7c1f45-thumb_35465.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/7045fe3338014083831fa71d1ffc9b5b.m3u8?tc=1&exp=1674868982&rn=1651053301&ct=a&cid=7045fe3338014083831fa71d1ffc9b5b&sig=5de8121ed12598b50df5116c37ba98529fa6a0b1224ac16c7b092e2f7d19c2f9″,”data”:null,”tags”:null,”videoDuration”:43,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/c5cd477b-888b-4e1c-b4a8-3ccdcd7c1f45-large16x9_thumb_35465.png?1661817256322″,”renditionImage”:”/resources/media/c5cd477b-888b-4e1c-b4a8-3ccdcd7c1f45-jumbo36x25_thumb_35465.png?1661817256322″},{“categories”:[“Videos”,”News”],”title”:”Saban, Young address RB Brian Robinson Jr. shooting”,”storyUuid”:”697cab20-405c-4951-89c4-03688b732537″,”url”:”/news/videos/nick-saban-bryce-young-address-former-running-back-brian-robinson-jr-shooting-washington-commanders-attepmted-robbery-surgery-nfl-sec-ncaa”,”summary”:”Caption: Saban, Young address former RB Brian Robinson Jr. shooting (abc3340.com)”,”publishedDateISO8601″:”2022-08-29T18:48:55.000-05:00″,”updatedDateISO8601″:”2022-08-29T18:48:55.000-05:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/c72/34d28c6069b34f1d96307c80809697d7/c72147d9e7e9454eb486db076863fc40/poster_29fdb950be564760bf3db7d99fdd7585.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/c72147d9e7e9454eb486db076863fc40.m3u8?tc=1&exp=1674868982&rn=1532140716&ct=a&cid=c72147d9e7e9454eb486db076863fc40&sig=e354ce14ce8117e2458ae95089e05ea3c1f00756a449236b3c9c8f7852e32330″,”data”:null,”tags”:null,”videoDuration”:78,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/12f4891f-65ca-4c15-9f7b-c52a83e5b3df-large16x9_poster_29fdb950be564760bf3db7d99fdd7585.png?1661816778135″,”renditionImage”:”/resources/media/12f4891f-65ca-4c15-9f7b-c52a83e5b3df-jumbo36x25_poster_29fdb950be564760bf3db7d99fdd7585.png?1661816778135″},{“categories”:[“Spotlight”,”Sponsored”],”title”:”Local law firm protects cyclists on the road and in the courtroom”,”storyUuid”:”6ecdf4b1-3939-4caf-b6b9-4469a43aef75″,”url”:”/sponsored/spotlight/local-law-firm-protects-cyclists-on-the-road-and-in-the-courtroom”,”summary”:”Sunny days are here, which means bicyclists are dusting off helmets, trying on cycling shoes, and pumping up tires to hit the road and trails. While most bike rides are perfectly safe, unfortunately accidents happen. In fact, over 130,000 cyclists are injured every year on roads in the United States, and more than 1,000 die, according to the Centers for Disease Control and Prevention. Local attorney Danny Feldman of Lewis & Feldman law firm is all too aware of the dangers.”,”publishedDateISO8601″:”2022-06-16T11:00:01.000-05:00″,”updatedDateISO8601″:”2022-06-16T16:54:33.000-05:00″,”teaserStatus”:null,”sponsored”:true,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/3f2/34d28c6069b34f1d96307c80809697d7/3f23fe5190b54df6823950ab7f0f4f4d/poster_7f37ad97db584f8eb74d1a208962c79f.jpg”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/3f23fe5190b54df6823950ab7f0f4f4d.m3u8?tc=1&exp=1674868982&rn=1861147579&ct=a&cid=3f23fe5190b54df6823950ab7f0f4f4d&sig=127463bc36eb89bcd6cd8d86e1361a2aa145d43698cd733bdc2a3ebdf6811c45″,”data”:null,”tags”:null,”videoDuration”:330.24,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/e187feac-2a76-413d-8651-cef9e69d4fce-large16x9_AdobeStock_198275351.jpeg?1655330593427″,”renditionImage”:”/resources/media/e187feac-2a76-413d-8651-cef9e69d4fce-jumbo36x25_AdobeStock_198275351.jpeg?1655330593429″},{“categories”:[“More Sports”,”Sports”],”title”:”‘We’re done’: A&M’s Fisher fires back at ‘narcissist’ Saban”,”storyUuid”:”df765ac9-7af2-4f3d-bd33-ea9a6d4f20a1″,”url”:”/sports/more-sports/were-done-ams-fisher-fires-back-at-narcissist-nick-saban-texas-am-jibmo-fisher-roll-tide-tuscloosa-university-of-alabama-nate-oats-sec-football-aggies-gig-em-feud-birmingham-ncaa-nil”,”summary”:”Texas A&M coach Jimbo Fisher called Nick Saban a “narcissist” Thursday after the Alabama coach accused the Souheastern Conference rival Aggies of using name, image and likeness deals to land their top-ranked recruiting classes.”,”publishedDateISO8601″:”2022-05-19T12:22:26.000-05:00″,”updatedDateISO8601″:”2022-05-19T12:25:19.000-05:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:true,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/d69647cb-e1fd-401e-83bc-99d976ec1ee7-large16x9_SABANJIMBOAP1.jpeg?1652980770683″,”renditionImage”:”/resources/media/d69647cb-e1fd-401e-83bc-99d976ec1ee7-jumbo36x25_SABANJIMBOAP1.jpeg?1652980770684″},{“categories”:[“Newsletter Daily”],”title”:”Auburn, Alabama among final 16 teams in NCAA gymnastics championships”,”storyUuid”:”eb01d4f5-c2ca-446a-b1d7-f3477f208ddd”,”url”:”/newsletter-daily/auburn-alabama-among-final-16-teams-in-ncaa-gymnastics-championships-sunisa-lee-crimson-tide-regional-final-seattle-kentucky-washington-lilly-hudson-lexi-graber”,”summary”:”The four regional finals in the NCAA gymnastics championships are set for this weekend with No. 5 Alabama and No. 7 Auburn both clinching a spot among the final 16 teams. Alabama claimed the top spot in the first session of the quad meets in Seattle while Auburn was a close second to Kentucky in the first quad meet hosted by the Tigers Thursday afternoon. Alabama posted a 197. 900 Thursday in the regional hosted by Washington, finishing first by more than half a point.”,”publishedDateISO8601″:”2022-03-31T18:09:57.000-05:00″,”updatedDateISO8601″:”2022-03-31T22:57:06.000-05:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ause/slices/3fc/34d28c6069b34f1d96307c80809697d7/3fc5f7b0b1764ccaa691d3be9eeb41e4/poster_3b4617aa5cee4a119281930fff281287.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/3fc5f7b0b1764ccaa691d3be9eeb41e4.m3u8?tc=1&exp=1674868982&rn=1340348351&ct=a&cid=3fc5f7b0b1764ccaa691d3be9eeb41e4&sig=ee7f2fb9fe49a886e592be55ef25ba12433ebd7cf55d02caa46d3af2d6bdac4e”,”data”:null,”tags”:null,”videoDuration”:106,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/76f3cf07-0fdb-4a4f-a660-675427fbf71b-large16x9_AUgymnastics.jpeg?1648768122985″,”renditionImage”:”/resources/media/76f3cf07-0fdb-4a4f-a660-675427fbf71b-jumbo36x25_AUgymnastics.jpeg?1648768123304″},{“categories”:[“Spotlight”,”Sponsored”],”title”:”Homestead Hollow presents Christmas in the Country”,”storyUuid”:”d04d90ff-c19b-4d50-8de8-f48cf940eda7″,”url”:”/sponsored/spotlight/homestead-hollow-presents-christmas-in-the-country”,”summary”:”Families ready to get into the holiday spirit will be in for a treat when Homestead Hollow presents Christmas in the Country from Nov. 12-14. Among the attractions are a children’s play area, petting zoo, wagon rides, bungee jumping, inflatables, traditional arts and crafting exhibitions, and photo opportunities with Santa! Handmade one-of-a-kind items make for Christmas presents and decorations.”,”publishedDateISO8601″:”2021-11-05T10:00:02.000-05:00″,”updatedDateISO8601″:”2021-11-05T14:01:48.000-05:00″,”teaserStatus”:null,”sponsored”:true,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/b28d5419-6a02-4bc7-85b6-a042a6652804-large16x9_HomesteadHollow2.jpg?1636057065966″,”renditionImage”:”/resources/media/b28d5419-6a02-4bc7-85b6-a042a6652804-jumbo36x25_HomesteadHollow2.jpg?1636057066558″},{“categories”:[“Local”,”News”],”title”:”What fans can expect at 2021 UA home games”,”storyUuid”:”ddbcc5e2-189c-4014-bbf1-a73d02d6c1e9″,”url”:”/news/local/what-fans-can-expect-at-2021-ua-home-games”,”summary”:”TUSCALOOSA, AL (WBMA) Alabama’s home opener against Mercer will look more like a pre-COVID gameday. Tailgating will be allowed and masks will only be required in enclosed spaces inside Bryant Denny Stadium. Masks are required inside all non-residential campus buildings and on Gameday shuttles. Caption: WBMA. “,”publishedDateISO8601″:”2021-09-07T16:58:10.000-05:00″,”updatedDateISO8601″:”2021-09-08T08:19:13.000-05:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/auso/slices/d98/34d28c6069b34f1d96307c80809697d7/d985d0537e664b4ea70bbafcacbd90cc/poster_64ad0e14871545b19cdf520c16de1907.png”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/d985d0537e664b4ea70bbafcacbd90cc.m3u8?tc=1&exp=1674868982&rn=571332313&ct=a&cid=d985d0537e664b4ea70bbafcacbd90cc&sig=13cafe277afae157558dfaa682e80ea35119602e24319e2c0cd0b58c6725f4b9″,”data”:null,”tags”:null,”videoDuration”:95,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/bc765763-7ccd-450a-a317-a552aebbdaec-large16x9_bus.jpg?1631053927199″,”renditionImage”:”/resources/media/bc765763-7ccd-450a-a317-a552aebbdaec-jumbo36x25_bus.jpg?1631053927538″},{“categories”:[“Spotlight”,”Sponsored”],”title”:”Tips for traveling after COVID”,”storyUuid”:”d20cc2b8-f47e-410d-b527-a1e0b7b7bb20″,”url”:”/sponsored/spotlight/tips-for-traveling-after-covid”,”summary”:”Last year, many people had to put their traveling plans on hold, but this year, things are looking a little different. While places are opening, it’s still important to be cautious. Julia Perkins, a nurse practitioner at TrustCare Health’s new Cahaba Heights location shares some safety tips for traveling after COVID this summer. Get a wellness examQuarantine had a significant impact on people’s lifestyles.”,”publishedDateISO8601″:”2021-06-29T16:55:35.000-05:00″,”updatedDateISO8601″:”2021-06-29T16:55:35.000-05:00″,”teaserStatus”:null,”sponsored”:true,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/60ab2da8-6f73-4fc0-ae37-87cac5d00a93-large16x9_GettyImages1250935818.jpg?1625003481466″,”renditionImage”:”/resources/media/60ab2da8-6f73-4fc0-ae37-87cac5d00a93-jumbo36x25_GettyImages1250935818.jpg?1625003482154″},{“categories”:[“Spotlight”,”Sponsored”],”title”:”Making quality healthcare more convenient”,”storyUuid”:”e9a2a3b3-1e66-4c89-86a4-a47102fff186″,”url”:”/sponsored/spotlight/making-quality-healthcare-more-convenient”,”summary”:”Many people visit urgent care clinics to receive treatment for minor and major injuries. In these trying times, these clinics are experiencing a patient surge, but the Birmingham Metro has a solution. Not only do people need access to quality healthcare. They also need the convenience of getting to it.”,”publishedDateISO8601″:”2021-06-09T11:59:07.000-05:00″,”updatedDateISO8601″:”2021-06-09T11:59:07.000-05:00″,”teaserStatus”:null,”sponsored”:true,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/05c/34d28c6069b34f1d96307c80809697d7/05c0bb4d97b54ae689352951d475be62/poster_95f2ff6b010547be9eed95f82a8977aa.jpg”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/05c0bb4d97b54ae689352951d475be62.m3u8?tc=1&exp=1674868982&rn=580523471&ct=a&cid=05c0bb4d97b54ae689352951d475be62&sig=6d09a5bc5db6ae6be22dc226efbb3fb420c90398cbfde7cdb110f46c8ac482bb”,”data”:null,”tags”:null,”videoDuration”:202.28266666667,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/7021ca45-3de1-4c07-ac0a-6526fc7bd0dd-large16x9_ScreenShot20210609at12.50.50PM.png?1623257493730″,”renditionImage”:”/resources/media/7021ca45-3de1-4c07-ac0a-6526fc7bd0dd-jumbo36x25_ScreenShot20210609at12.50.50PM.png?1623257495363″},{“categories”:[“More Sports”,”Sports”],”title”:”Bama Advances; Auburn One & Done At SEC Tournament”,”storyUuid”:”cbb9cb13-55af-4aaf-b2b3-8b6677c7bb15″,”url”:”/sports/more-sports/bama-advances-auburn-one-done-at-sec-tournament”,”summary”:”Single Elimination Tuesday at the SEC Tournament meant one thing for Alabama. Their season is still alive. It also meant one thing for Auburn. Their season is over. Alabama defeated South Carolina 9-3 to advance to the double elimination phase of the tournament at the Hoover Met. Auburn lost Tuesday’s nightcap to Ole Miss 7-4 to end their season at 25-27. In both games, the third inning was critical. The Tide exploded for six runs against the Gamecocks.”,”publishedDateISO8601″:”2021-05-26T06:32:32.000-05:00″,”updatedDateISO8601″:”2021-05-26T13:33:59.000-05:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/5ed23605-76c6-4edd-a889-f1829cc1a455-large16x9_HooverMet.jpg?1622028681029″,”renditionImage”:”/resources/media/5ed23605-76c6-4edd-a889-f1829cc1a455-jumbo36x25_HooverMet.jpg?1622028681547″},{“categories”:[“Local”,”News”],”title”:”Saban records message encouraging Alabamians to get vaccinated”,”storyUuid”:”34169c5a-dc1f-449f-83ce-7885af203530″,”url”:”/news/local/saban-records-message-encouraging-alabamians-to-get-vaccinated”,”summary”:”The push for Alabamians to get vaccinated against COVID-19 just got a big boost. Alabama Football Head Coach Nick Saban has recorded a public service announcement encouraging Alabamians to get their shots. SEE ALSO: Saban, Oats, Barkley, and others headline Regions Tradition Pro-Am. According to the Wall Street Journal, thead will start airing on television, social media and radio next week. “College football fans and players both want full stadiums this fall,” Saban said in the video.”,”publishedDateISO8601″:”2021-05-07T14:03:44.000-05:00″,”updatedDateISO8601″:”2021-05-08T11:12:15.000-05:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/b970016c-1975-422e-9de6-70c2d71b1928-large16x9_AP20355200659061.jpg?1620413957296″,”renditionImage”:”/resources/media/b970016c-1975-422e-9de6-70c2d71b1928-jumbo36x25_AP20355200659061.jpg?1620413959031″}],”componentInstanceId”:”sidebar_side_scrolling”,”title”:”Sponsored Content”,”data”:{“moreUrl”:null}},{“teasers”:[{“categories”:[“SkyView 33/40″,”News”],”title”:”RAW Drone Video: Commercial fire in Mountain Brook – November 2022″,”storyUuid”:”866bbbaf-89b2-4423-881e-a38678a5580c”,”url”:”/news/skyview-3340/raw-drone-video-commercial-fire-in-mountain-brook-november-2022″,”summary”:””,”publishedDateISO8601″:”2022-11-17T13:18:03.000-06:00″,”updatedDateISO8601″:”2022-11-17T13:18:03.000-06:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:null,”hasGallery”:false,”videoUrl”:null,”data”:null,”tags”:null,”videoDuration”:null,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/f9ce9fb8-d923-4b09-81d5-49249b2d2d67-large16x9_DJI_0108.00_01_14_24.Still001.jpg?1668712592198″,”renditionImage”:”/resources/media/f9ce9fb8-d923-4b09-81d5-49249b2d2d67-jumbo36x25_DJI_0108.00_01_14_24.Still001.jpg?1668712592198″},{“categories”:[“SkyView 33/40″,”News”],”title”:”RAW Drone Video: Storm damage near Eutaw, Alabama – April 2022″,”storyUuid”:”a2257247-34f4-4652-9f27-cab0c8e70304″,”url”:”/news/skyview-3340/raw-drone-video-storm-damage-near-eutaw-alabama-april-2022″,”summary”:””,”publishedDateISO8601″:”2022-04-15T07:55:37.000-05:00″,”updatedDateISO8601″:”2022-04-15T07:55:37.000-05:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/6a4/34d28c6069b34f1d96307c80809697d7/6a41cb01a02c43aca8cfe48c93255235/poster_b6e22fb0681441ad94993a61d67dd7a7.jpg”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/6a41cb01a02c43aca8cfe48c93255235.m3u8?tc=1&exp=1674868982&rn=1269102200&ct=a&cid=6a41cb01a02c43aca8cfe48c93255235&sig=08738be9dc1cb3aef3ba0b05a424ad5791c2acd411d4f7c1fac748fa96a17bdb”,”data”:null,”tags”:null,”videoDuration”:399.616,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/bbad9244-dcae-4df9-8546-b07cef1aa0c3-large16x9_DJI_0001.00_00_30_28.Still001.jpg?1650027297751″,”renditionImage”:”/resources/media/bbad9244-dcae-4df9-8546-b07cef1aa0c3-jumbo36x25_DJI_0001.00_00_30_28.Still001.jpg?1650027298151″},{“categories”:[“SkyView 33/40″,”News”],”title”:”RAW Drone Video: Storm damage near Moundville – March 2022″,”storyUuid”:”25c4fa2a-4ea4-4521-826a-c2c7b6fbf46c”,”url”:”/news/skyview-3340/raw-drone-video-storm-damage-near-moundville-march-2022-skyview-skyview2-alabama-straight-line-wind-tornado”,”summary”:””,”publishedDateISO8601″:”2022-03-24T10:12:08.000-05:00″,”updatedDateISO8601″:”2022-03-24T10:12:08.000-05:00″,”teaserStatus”:null,”sponsored”:false,”videoThumbUrl”:”https://x-default-stgec.uplynk.com/ausw/slices/c6c/34d28c6069b34f1d96307c80809697d7/c6cf0004d568454fa9b0b36b9f4a73ee/poster_97dfddd86e07477daeaffc2a9f99088e.jpg”,”hasGallery”:false,”videoUrl”:”https://content.uplynk.com/c6cf0004d568454fa9b0b36b9f4a73ee.m3u8?tc=1&exp=1674868982&rn=419674077&ct=a&cid=c6cf0004d568454fa9b0b36b9f4a73ee&sig=d6657c50561d33efa3c494c1355fb0f5d59c1b52e9a97043dde3f66a45f80db3″,”data”:null,”tags”:null,”videoDuration”:259.712,”hasHeroImage”:true,”heroImageUrl”:”/resources/media/708a8628-e932-4c20-9d5c-7c70195302c3-large16x9_DJI_0104.00_04_03_20.Still001.jpg?1648134623208″,”renditionImage”:”/resources/media/708a8628-e932-4c20-9d5c-7c70195302c3-jumbo36x25_DJI_0104.00_04_03_20.Still001.jpg?1648134623560″}],”componentInstanceId”:”vertical_teaser_5″,”title”:”SkyView 33/40″,”data”:{“moreUrl”:”/news/skyview-3340″}}],”package-list”:{“teaser_3”:[{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-fish-market-southside-stuffed-fish-1262023″},{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-armada-benton-nissan-hoover-1262023″},{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-crabb-family-concert-metropolitan-church-1262023″},{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-king-cake-hero-doughnuts-1262023″},{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-smiledirectclub-january-1262023″},{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-the-agency-for-substance-abuse-prevention-january-2023″},{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-trussville-wedding-showcase-1252023″},{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-hoover-innovation-summit-2023″},{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-socal-cantina-guacamole-1252023″},{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-sidewalk-film-networking-events-1252023″},{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-fat-charles-bbq-1242023″},{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-women-of-true-grit-leigh-dollar-1242023″},{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-bham-movie-night-for-moms-1242023″},{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-50-floor-1242023″},{“primaryTarget”:{“site”:{“url”:”abc3340.com”},”sections”:[{“navigationPath”:”/station/talk-of-alabama”}]},”canonicalUrl”:”/talk-of-alabama-alzheimers-of-central-alabama-new-drug-1232023″}]},”componentInstanceId”:null,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-head-v1-01″:{“componentInstanceId”:”component-head-v1-01″,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-custom-related_pages-v1-01″:{“componentInstanceId”:”component-custom-related_pages-v1-01″,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-300×250-v1-03-desktop”:{“componentInstanceId”:”component-ddb-300×250-v1-03-desktop”,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″}],”position”:”3″,”dfpId”:”ddb_300x250_pos_3_desktop”,”viewports”:[“desktop”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”header_brand”:{“componentInstanceId”:”header_brand”,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”vertical_teaser_6″:{“componentInstanceId”:”vertical_teaser_6″,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″},{“width”:”300″,”height”:”600″}],”position”:”4″,”dfpId”:”ddb_300x250_pos_4_desktop”,”viewports”:[“desktop”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”vertical_teaser_7″:{“teaser”:[{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}}],”componentInstanceId”:”vertical_teaser_5″,”data”:{“ddb”:null,”moreUrl”:”/news/skyview-3340″,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-300×250-v1-06-desktop”:{“componentInstanceId”:”component-ddb-300×250-v1-06-desktop”,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″}],”position”:”6″,”dfpId”:”ddb_300x250_pos_6_desktop”,”viewports”:[“desktop”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”teaser_3″:{“componentInstanceId”:”teaser_3″,”data”:{“ddb”:null,”moreUrl”:”/station/talk-of-alabama”,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”teaser_2″:{“teaser”:[{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}},{“teasers”:[],”componentInstanceId”:null,”title”:null,”data”:{“moreUrl”:null}}],”componentInstanceId”:”teaser_2″,”data”:{“ddb”:null,”moreUrl”:”/news/local”,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-728×90-v1-02-desktop”:{“componentInstanceId”:”component-ddb-728×90-v1-02-desktop”,”data”:{“ddb”:[{“sizes”:[{“width”:”728″,”height”:”90″}],”position”:”2″,”dfpId”:”ddb_728x90_pos_2_desktop”,”viewports”:[“desktop”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-300×250-v1-01-mobile”:{“componentInstanceId”:”component-ddb-300×250-v1-01-mobile”,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″}],”position”:”1″,”dfpId”:”ddb_300x250_pos_1_mobile”,”viewports”:[“mobile”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-300×250-v1-03-mobile”:{“componentInstanceId”:”component-ddb-300×250-v1-03-mobile”,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″}],”position”:”3″,”dfpId”:”ddb_300x250_pos_3_mobile”,”viewports”:[“mobile”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-300×250-v1-05-mobile”:{“componentInstanceId”:”component-ddb-300×250-v1-05-mobile”,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″}],”position”:”5″,”dfpId”:”ddb_300x250_pos_5_mobile”,”viewports”:[“mobile”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-300×250-v1-07-mobile”:{“componentInstanceId”:”component-ddb-300×250-v1-07-mobile”,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″}],”position”:”7″,”dfpId”:”ddb_300x250_pos_7_mobile”,”viewports”:[“mobile”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-728×90-v1-04-desktop”:{“componentInstanceId”:”component-ddb-728×90-v1-04-desktop”,”data”:{“ddb”:[{“sizes”:[{“width”:”728″,”height”:”90″}],”position”:”4″,”dfpId”:”ddb_728x90_pos_4_desktop”,”viewports”:[“desktop”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”site”:{“componentInstanceId”:null,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-teaser-full_width_col4_row1_teaser-v1-01″:{“componentInstanceId”:”component-teaser-full_width_col4_row1_teaser-v1-01″,”data”:{“ddb”:[{“sizes”:[{“width”:”300″,”height”:”250″}],”position”:”3″,”dfpId”:”ddb_300x250_pos_3_desktop”,”viewports”:[“desktop”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”component-ddb-1×1-v1-01-mobile”:{“componentInstanceId”:”component-ddb-1×1-v1-01-mobile”,”data”:{“ddb”:[{“sizes”:[{“width”:”1″,”height”:”1″}],”dfpId”:”ddb_1x1_mobile”,”viewports”:[“mobile”]}],”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null},”DOTfeed”:{“componentInstanceId”:null,”data”:{“ddb”:null,”moreUrl”:null,”moreEndpoint”:null,”sectionTitle”:null,”visibleTeaserCount”:null,”paywallEntitlementTags”:null,”useInfiniteScroll”:null},”feed-reader”:null}}}; ]]>
0 ? adsBlocked : true; // If height -1) { return “gallery”; } else if (path.indexOf(“/weather”) === 0) { // Includes all subsections of /weather, per request return “weather”; } else if (path.indexOf(“/traffic”) === 0) { // Includes all subsections of /traffic, per request return “traffic”; } else if (path.indexOf(“/watch”) === 0 || path.indexOf(“/watch-beta”) === 0) { // Includes watch and watch-beta pages return “watch”; } // All other sections should report as simply “section” return “section”; } function getCookie(name) { var v = document.cookie.match(‘(^|;) ?’ + name + ‘=([^;]*)(;|$)’); return v ? v[2] : null; } function setCustomDimensions() { // Use set to persist page type so it is sent in all subsequent GA calls ga(‘set’, ‘dimension6’, getPageType()); setTimeout(function() { if(getCookie(“isUserRegistered”)) { var registrationStatus= getCookie(“isUserRegistered”); if(registrationStatus === “true”) { ga(‘set’, ‘dimension1’, ‘Registered’); } } else { ga(‘set’, ‘dimension1’, ‘Unregistered’); } if(getCookie(“isUserSubscribed”)) { var subscribedStatus= getCookie(“isUserSubscribed”) if(subscribedStatus === “true”) { ga(‘set’, ‘dimension2’, ‘Subscribed’); if(getCookie(“offerId”)) { var offerIdValue= getCookie(“offerId”) if(offerIdValue) { ga(‘set’, ‘dimension10’, offerIdValue); } } } else { ga(‘set’, ‘dimension2’, ‘Unsubscribed’); } } else { ga(‘set’, ‘dimension2’, ‘Unsubscribed’); } ga(‘send’, ‘pageview’, sinclairDigitalAnalytics.customDimensions); }, 500); } setCustomDimensions();]]>Please ensure Javascript is enabled for purposes ofwebsite accessibilityBirmingham News, Weather, Sports, Breaking News | WBMA
Source
GIPHY App Key not set. Please check settings