'); if(!WVM.IS_STREAMING){ $videoEl.append('' + '' + ''); } setTimeout(function(){ $('.mute-overlay').on('touchstart click', function(e){ if(e.handled === false) return; e.stopPropagation(); e.preventDefault(); e.handled = true; player.muted(false); //console.log("volumee " + WVM.activePlayer.volume()); $(this).hide(); $(this).css('display', 'none'); var currentTime = player.currentTime(); if(currentTime 0){ if(deviceName == 'desktop'){ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top; }else{ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top - $('.next-dropdown-accordion').height(); } if(deviceName == 'desktop'){ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); }else{ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); } WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); //console.log("container height: " + WVM.CONTAINER_HEIGHT); $(window).on( "resize", function() { if(deviceName == 'desktop'){ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top; }else{ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top - $('.next-dropdown-accordion').height(); } if(deviceName == 'desktop'){ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); }else{ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); } WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); console.log("container height: " + WVM.CONTAINER_HEIGHT); }); //console.log("VIDEOTOP: " + WVM.VIDEO_TOP); //console.log("VIDEOHEIGHT: " + WVM.VIDEO_HEIGHT); $(window).on( "scroll", function() { if(!WVM.IS_FLOATING){ if(deviceName == 'desktop'){ WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); }else{ WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId + " .hlsvideo-wrapper").height() + $('#media-container-' + videoId + " .now-playing-container").height(); } } //var top = $('#media-container-' + videoId).offset().top; var offset = WVM.VIDEO_TOP + (WVM.VIDEO_HEIGHT / 2); var offsetBack = WVM.VIDEO_TOP; var changed = false; //console.log("VIDEOTOP: " + WVM.VIDEO_TOP); //console.log("VIDEOHEIGHT: " + WVM.VIDEO_HEIGHT); //console.log("scrolltop " + $(window).scrollTop()); //only float if playing var isPlaying = WVM['player_state' + videoId]['IS_PLAYING'] || WVM['player_state' + videoId]['AD_IS_PLAYING']; if(isPlaying){ $('.vjs-loading-spinner').hide(); } if($(window).scrollTop() > offset && isPlaying && !WVM['player_state' + videoId]['CANCEL_FLOATING']){ $('#media-placeholder-' + videoId).height(WVM.CONTAINER_HEIGHT); $('#media-placeholder-' + videoId).css('display', 'block'); if(!WVM.IS_FLOATING){ changed = true; } WVM.IS_FLOATING = true; $('#media-container-' + videoId).addClass('floating-video'); //set right var sWidth = window.innerWidth || document.documentElement.clientWidth; var sHeight = window.innerHeight || document.documentElement.clientHeight; if(deviceName == 'desktop' || sWidth > 900){ var leftPos2 = $('aside').get(0).getBoundingClientRect().left; var leftPos = $('aside').offset().left ; $('#media-container-' + videoId).css('left', leftPos + "px"); var newWidth = Math.floor(sWidth / 3.5); $('#media-container-' + videoId).css('width', newWidth + "px"); } else{ $('#media-container-' + videoId).css('width', "100% !important"); $('#media-container-' + videoId + ' .now-playing-container').css('display', 'block'); $('#media-container-' + videoId + ' .next-dropdown-accordion').css('display', 'block'); } //floating-video $('#media-container-' + videoId + " " + '.page-carousel-wrapper').hide(); setTimeout(function(){ var hWrapper = $('.floating-video .hlsvideo-wrapper').height(); var npWidth = $('.floating-video .now-playing-container').height(); var ndWidth = $('.floating-video .next-dropdown-header').height() + 20; var scrollerHeight = sHeight - (hWrapper + npWidth + ndWidth); scrollerHeight = 180; //scrollerHeight = parseInt(scrollerHeight * 0.5); if(WVM.device_name == 'desktop'){ $('#media-container-' + videoId + " " + " .mobile-list-videos").height(scrollerHeight); } }, 100); }else if($(window).scrollTop() 0){ var container = document.querySelector('#page-carousel-' + fullVideoId); imagesLoaded( container, function() { var screenWidth = window.innerWidth || document.documentElement.clientWidth; if(screenWidth > 850){ WVM.IS_DESKTOP = true; $('#page-carousel-' + fullVideoId + ' .page-carousel-lg-slides').css('display', 'block'); WVM['player_settings' + fullVideoId].slider = $('#page-carousel-' + fullVideoId).bxSlider({ maxSlides: 4, minSlides: 4, slideWidth: 305, infiniteLoop: false, hideControlOnEnd: true, useCSS: true, pager: false, slideMargin: 15, moveSlides: 1, nextText: '', prevText: '' }); }else{ WVM.IS_DESKTOP = false; $('.page-carousel-wrapper').css('display', 'block'); } }); } }; WVM.setupToggleButton = function(fullVideoId, player){ if($('.nextplay-switch-' + fullVideoId).length > 0){ new DG.OnOffSwitchAuto({ cls:'.nextplay-switch-' + fullVideoId, height: 24, trackColorOn:'#F9F9F9', trackColorOff:'#222', textColorOn: '#222', textColorOff: '#222', textOn:'On', textOff:'Off', listener:function(name, checked){ var theVal = 1; if(!checked){ theVal = 0; } $.ajax({ url: '/ajax/update_autoplay_video/', data: { autoplay_on: theVal }, type: 'POST', dataType: 'json', success: function(data) { WVM['player_settings' + fullVideoId]['autoplay'] = checked; }, error : function(){ console.log("Error loading video"); } }); } }); } }; WVM.setupAccordionButton = function(fullVideoId){ var deviceName = 'desktop'; $('#next-dropdown-accordion-button-' + fullVideoId).on('click', function(){ if($(this).find('i').hasClass('fa-chevron-up')){ //hide $(this).find('i').removeClass('fa-chevron-up'); $(this).find('i').addClass('fa-chevron-down'); if(deviceName == "desktop" && !$('#media-container-' + fullVideoId).hasClass('floating-video')){ $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').slideUp(); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').hide(); }else{ $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').slideUp(); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').hide(); } var currVideoId = WVM['player_state' + fullVideoId]['VIDEO_ID']; var nextVideoId = WVM.getNextPlaylistIndex(currVideoId); //playerId, mediaId, fieldName var myTitle = WVM.getPlaylistData(fullVideoId, nextVideoId, 'noprefixtitle'); //alert("Getting title " + myTitle); $('#video-slider-nexttitle' + fullVideoId).css('display', 'inline'); $('#video-slider-nexttitle' + fullVideoId).html(myTitle); }else{ //expand $(this).find('i').addClass('fa-chevron-up'); $(this).find('i').removeClass('fa-chevron-down'); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').css('display', 'block'); if(deviceName == "desktop" && !$('#media-container-' + fullVideoId).hasClass('floating-video')){ $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').css('display', 'block'); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').slideDown(); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').hide(); if(!WVM.player_state111904['CAROUSEL_INIT']){ WVM.setupCarousel(fullVideoId); } }else{ $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').slideDown(); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').hide(); if(!$('#media-container-' + fullVideoId).hasClass('floating-video')){ if(!WVM.player_state111904['CAROUSEL_INIT']){ WVM.setupCarousel(fullVideoId); } } } $('#video-slider-nexttitle' + fullVideoId).css('display', 'none'); } }); var currVideoId = WVM['player_state' + fullVideoId]['VIDEO_ID']; //console.log("current Video " + currVideoId); var nextVideoId = WVM.getNextPlaylistIndex(currVideoId); var myTitle = WVM.getPlaylistData(fullVideoId, nextVideoId, 'noprefixtitle'); //console.log("setting title " + myTitle); $('#video-slider-nexttitle' + fullVideoId).css('display', 'inline'); $('#video-slider-nexttitle' + fullVideoId).html(myTitle); }; WVM.sendbeacon = function(action, nonInteraction, value, eventLabel) { var eventCategory = 'Video'; if (window.ga) { //console.log("sending action: " + action + " val: " + value + " label " + eventLabel); ga('send', 'event', { 'eventCategory': eventCategory, 'eventAction': action, 'eventLabel': eventLabel, 'eventValue': value, 'nonInteraction': nonInteraction }); } }; WVM.getNextPlaylistIndex = function(mediaId, returnArrayIndex){ var currId = null; if(mediaId == null){ return null; } for(var x =0; x 20){ if(fullDuration > 1 && ((fullDuration - fullCurrent) > 1) && !$('.vjs-loading-spinner').hasClass('badspinner')){ console.log("hiding spinner"); $('.vjs-loading-spinner').addClass('badspinner'); } } var duration_time = Math.floor(this.duration()); //this is a hack because the end video event is not firing... var current_time = Math.floor(this.currentTime()); if ( current_time > 0 && ( fullCurrent >= (fullDuration - 10) )){ var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ if('desktop' == "iphone" && playerState.AD_ERROR){ console.log("skipped timeupdate end"); }else{ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } } } if(!playerState.START_SENT){ WVM.sendbeacon('start', true, playerState.VIDEO_ID, playerState.VIDEO_TITLE); playerState.START_SENT = true; } var currentTime, duration, percent, percentPlayed, _i; currentTime = Math.round(this.currentTime()); duration = Math.round(this.duration()); percentPlayed = Math.round(currentTime / duration * 100); for (percent = _i = 0; _i = percent && __indexOf.call(playerState['PERCENTS_TRACKED'], percent) 0) { playerState['PERCENTS_TRACKED'].push(percent); } } } }); //player.off('ended'); player.on('ended', function(){ console.log("ended"); playerState.IS_PLAYING = false; WVM.sendbeacon("complete", true, playerState.VIDEO_ID, playerState.VIDEO_TITLE); var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); }else{ console.log("Playlist complete (no more videos)"); } }); //player.off('adserror'); player.on('adserror', function(e){ //$('#ima-ad-container').remove(); WVM.lastAdRequest = new Date().getTime() / 1000; console.log(e); console.log("ads error"); var errMessage = e['data']['AdError']['l']; playerState.AD_IS_PLAYING = false; playerState.IS_PLAYING = false; // && errMessage == 'The VAST response document is empty.' if(!playerState.AD_ERROR){ var dTime = new Date().getTime(); WVM.firstPrerollTagUrl = WVM.getFirstPrerollUrl(); console.log("calling backup ad tag url: " + WVM.firstPrerollTagUrl); WVM.activePlayer.ima.changeAdTag(WVM.firstPrerollTagUrl + "?" + dTime); WVM.activePlayer.ima.requestAds(); //WVM.activePlayer.src({ // src: masterSrc, // type: 'video/mp4' //}); //WVM.firstPrerollTagUrl = ""; } playerState.AD_ERROR = true; }); //player.off('error'); player.on('error', function(event) { if (player.error().code === 4) { player.error(null); // clear out the old error player.options().sources.shift(); // drop the highest precedence source console.log("now doing src"); console.log(player.options().sources[0]); player.src(player.options().sources[0]); // retry return; } }); //player.off('volumechange'); player.on('volumechange', function(event) { console.log(event); var theHeight = $('#media-container-' + playerState.ORIGINAL_ID + ' .vjs-volume-level').css('height'); var cssVolume = 0; if(theHeight){ cssVolume = parseInt(theHeight.replace('%', '')); } var theVolume = player.volume(); if(theVolume > 0.0 || cssVolume > 0){ $('#media-container-' + playerState.ORIGINAL_ID + ' .mute-overlay').css('display', 'none'); }else{ $('#media-container-' + playerState.ORIGINAL_ID + ' .mute-overlay').css('display', 'block'); } }); WVM.reinitRawEvents(playerState.ORIGINAL_ID); setInterval(function(){ WVM.reinitRawEvents(playerState.ORIGINAL_ID); }, 2000); } if(!WVM.rawCompleteEvent){ WVM.rawCompleteEvent = function(e){ var playerState = WVM['player_state111904']; console.log("firing raw event due to all other events failing"); var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } }; } if(!WVM.rawTimeupdateEvent){ WVM.rawTimeupdateEvent = function(e){ var playerState = WVM['player_state111904']; var rawVideoElem = document.getElementById('html5-video-' + playerState['ORIGINAL_ID'] + '_html5_api'); var fullCurrent = rawVideoElem.currentTime * 1000; var fullDuration = rawVideoElem.duration * 1000; var current_time = Math.floor(rawVideoElem.currentTime); console.log("raw timeupdate: " + fullCurrent + " out of " + fullDuration); if ( current_time > 0 && ( fullCurrent >= (fullDuration - 50) )){ var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); if(newMediaId){ console.log("loading new video from rawtimeupdate"); WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } } if(!$('.vjs-loading-spinner').hasClass('badspinner')){ $('.vjs-loading-spinner').addClass('badspinner') } }; } WVM.reinitRawEvents = function(playerId){ var playerState = WVM['player_state' + playerId]; var rawVideoElem = document.getElementById('html5-video-' + WVM['player_state' + playerId]['ORIGINAL_ID'] + '_html5_api'); //COMPLETE EENT if( WVM['player_state' + playerId].COMPLETE_EVENT){ rawVideoElem.removeEventListener('ended', WVM.rawCompleteEvent, false); } rawVideoElem.addEventListener('ended', WVM.rawCompleteEvent, false); //TIME UPDATE EVENT if( WVM['player_state' + playerId].TIMEUPDATE_EVENT){ rawVideoElem.removeEventListener('ended', WVM.rawTimeupdateEvent, false); } rawVideoElem.addEventListener('ended', WVM.rawTimeupdateEvent, false); WVM['player_state' + playerId].COMPLETE_EVENT = true; WVM['player_state' + playerId].TIMEUPDATE_EVENT = true; };
WISCONSIN (CBS 58) -- Attorney General Josh Kaul's first year in office has been marked by fighting lame duck laws affecting his office, as well as issues facing Wisconsin for years.
Looking back on 2019, he has both areas of pride and areas of disappointment.
"Unfortunately,, it's played out like a lot of us expected it would," he said.
Before Kaul took office, he was facing hurdles in the form of lame duck laws that limited the powers of the Attorney General, something that he says has complicated matters unnecessarily.
"It's led to expensive litigation, it's been a waste of state resources and it's pretty clear the process isn't working."
Another battle Kaul has faced with the Republican-controlled legislature is on the topic of gun safety proposals -- including those that he has advocated for but haven't been taken up for a vote or even a debate.
"I think these measures can make our communities safer and they're ones that can respect people's second amendment rights, so I'd like to see us move forward with it," he said.
But despite challenges in his first year, Kaul also believes progress has been made in important areas, including a backlog of sexual assault kits.
"We had announced that we had completed testing of the kits from the backlog. It shows the importance of continuing to pursue justice in these cases. Wisconsin is one of five states that has filed against Purdue pharma entities."
Kaul has also continued the fight against the opioid epidemic plaguing the state, including legal action against pharmaceutical manufacturers.
"Getting accountability to the extent that companies contributed to the epidemic through unlawful conduct is important -- bust most fundamental is getting resources to communities across the state to help address the epidemic," Kaul said.
While much of the focus for the Department of Justice is on opioids, Kaul says he's concerned about another issue -- the growing meth problem in Wisconsin.
The Attorney General says it has his western and northern Wisconsin particularly hard, but southeastern Wisconsin is not immune to the issue that he believes needs more attention.
"This year Milwaukee County is the third highest in terms of case submissions to the crime labs through the end of September in meth cases, so it's impacting a lot of communities."
In 2020, Kaul wants to continue gaining ground on the challenges facing the state.
Other areas that Kaul wants to see progress in is in recruitment and retention of officers at the local level throughout the state as well as addressing emergency detention issues affecting the state.
More here:
Attorney General Josh Kaul weighs in on progress made in 2019 - WDJT
- Progress Lighting - Home [Last Updated On: December 22nd, 2016] [Originally Added On: December 22nd, 2016]
- Home - Progress Lighting Outlet - Authorized Progress Dealer [Last Updated On: January 13th, 2017] [Originally Added On: January 13th, 2017]
- What does progress mean? - Definitions.net [Last Updated On: January 13th, 2017] [Originally Added On: January 13th, 2017]
- Progress Fire Company Harrisburg, PA [Last Updated On: January 13th, 2017] [Originally Added On: January 13th, 2017]
- Homepage Center for American Progress [Last Updated On: January 13th, 2017] [Originally Added On: January 13th, 2017]
- Progress being made on possible grocery store co-op in Winston-Salem - myfox8.com [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Nioh Review-in-Progress: FromSoftware's Formula Evolved - Shacknews [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Deutsche Bundesbank Cites Progress With Blockchain-Based Settlement - CryptoCoinsNews [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- IMF: Greece's debts are still unsustainable despite progress - The Seattle Times [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Think Progress Editor Mocks Audi for Equal Pay Super Bowl Ad - Breitbart News [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Progress apparent on defense - Pittsburgh Steelers - Steelers.com [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- IMF: Greece's Debts are Still Unsustainable, Despite Progress - Voice of America [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Can US disrupter-in-chief trigger some progress? - Jerusalem Post Israel News [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- The Cost of Progress - Slate Magazine [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Cavaliers' pitching rotation a work in progress | Cavalier Insider ... - The Daily Progress [Last Updated On: February 8th, 2017] [Originally Added On: February 8th, 2017]
- High schoolers create 'zines for progress' with WolfsonianFIU - FIU News [Last Updated On: February 8th, 2017] [Originally Added On: February 8th, 2017]
- Cries of 'dictator' show Pope Francis is making progress - Crux: Covering all things Catholic [Last Updated On: February 8th, 2017] [Originally Added On: February 8th, 2017]
- Officials: City is making progress in effort to address opioid crisis - The Union Leader [Last Updated On: February 8th, 2017] [Originally Added On: February 8th, 2017]
- IN OUR VIEW: Work Ready in Progress for Carter - The Independent [Last Updated On: February 8th, 2017] [Originally Added On: February 8th, 2017]
- BP's Earnings Keep Showing Progress, Even if the Headline Results Don't Say So - Motley Fool [Last Updated On: February 8th, 2017] [Originally Added On: February 8th, 2017]
- Women's Progress in the Boardroom Took a Hit in 2016 - Inc.com [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Blight Elimination Progress, Uplifting - MyWabashValley [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Rauner 'heartened' by progress in Springfield - Bloomington Pantagraph [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- David Johnson showed off the insane progress he's making in rehab from his knee injury - USA TODAY [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Through the looking glass: Tower view showcases progress on Amazon's unique biospheres - GeekWire [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Britney Spears Says Niece Maddie Is 'Making Progress' After ATV Accident: 'Let's All Keep Praying' - PEOPLE.com [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Progress on vet's Mustang to be unveiled - Indianapolis Star [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Evgeni Malkin making 'progress,' could return Saturday in Arizona - Pittsburgh Post-Gazette [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Forecasters See Slow Progress in Labor-Market Measures Favored by Trump Administration - Wall Street Journal [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- 'Paper boys' were the lifeblood of The Daily Progress - The Daily Progress [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- Cliffs Natural Resources Is Showing a Lot of Progress on Its Return to Profitability - Motley Fool [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- ATA says states' telemedicine progress a mixed bag ... - FierceHealthcare [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- Seltzer's Notebook | Colangelo Encouraged by Sixers' Progress - Sixers.com [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- The Trump administration can't entirely roll back progress on climate change here's why - Washington Post [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- Colts position review: OL showed legit progress, but work remains - Indianapolis Star [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- Egyptian Economy Making Slow, Tentative Progress - Voice of America [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- ATA: States show mixed progress with telemedicine | Healthcare Dive - Healthcare Dive [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Louisville City notes: McCabe making progress - The Courier-Journal [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Jeremy Lin: Progress but no timetable - NetsDaily [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Marginal progress for Turkish-backed forces in north Syria - LA Daily News [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Jimmy Cheek: UT chancellor appreciative of hard work, progress on journey - Knoxville News Sentinel [Last Updated On: February 12th, 2017] [Originally Added On: February 12th, 2017]
- Syria Regional Crisis 2016 Emergency Appeal - Progress Report - Reliefweb [Last Updated On: February 12th, 2017] [Originally Added On: February 12th, 2017]
- CWLP officials: Bailout repayment would set back progress - The State Journal-Register [Last Updated On: February 12th, 2017] [Originally Added On: February 12th, 2017]
- Pistons' Johnson making halting but definite progress - The Detroit News [Last Updated On: February 12th, 2017] [Originally Added On: February 12th, 2017]
- Clairton works: Real progress is coming to the former steel town - Pittsburgh Post-Gazette [Last Updated On: February 12th, 2017] [Originally Added On: February 12th, 2017]
- The Democrats' Strategy: Hindering Progress For Partisan Politics - Daily Caller [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- The surprising progress stoppers on the Dallas Cowboys defensive line - Cowboys Wire [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- Gender Progress in Ballet - Huffington Post [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- Foyt pleased with progress, regrets lack of time - Motorsport.com, Edition: Global [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- Progress Made, but Threat Lingers at California's Oroville Dam - Wall Street Journal [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- Adele, Beyonc, and the Grammys' Fear of Progress - The Atlantic [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- North Korea Claims Progress on Long-Range Goal With Missile Test - New York Times [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- How Travel Bans Can Impede America's Progress - Forbes - Forbes [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- Jeff Sessions' appointment threatens decades of civil rights progress - The Hill (blog) [Last Updated On: February 14th, 2017] [Originally Added On: February 14th, 2017]
- Ionis Earns $75M Milestone from Bayer for Progress of Antisense Drug Program - Genetic Engineering & Biotechnology News (press release) [Last Updated On: February 14th, 2017] [Originally Added On: February 14th, 2017]
- Guilford Schools annual report shows mixed results on progress - Greensboro News & Record (blog) [Last Updated On: February 14th, 2017] [Originally Added On: February 14th, 2017]
- Sniper Elite 4 review in progress - PC Gamer [Last Updated On: February 14th, 2017] [Originally Added On: February 14th, 2017]
- For Honor Review In Progress - GameSpot [Last Updated On: February 14th, 2017] [Originally Added On: February 14th, 2017]
- China's military progress challenges Western dominance, says IISS - Deutsche Welle [Last Updated On: February 15th, 2017] [Originally Added On: February 15th, 2017]
- PFW in Progress Recap 2/14: Patriots Offseason Outlook | New ... - Patriots.com [Last Updated On: February 15th, 2017] [Originally Added On: February 15th, 2017]
- Daily Progress, chamber establish regional business Hall of Fame - The Daily Progress [Last Updated On: February 15th, 2017] [Originally Added On: February 15th, 2017]
- Huntsville-based Progress Bank to acquire Birmingham's First Partners Bank - Birmingham Business Journal [Last Updated On: February 15th, 2017] [Originally Added On: February 15th, 2017]
- City, UF sign partnership for progress - Gainesville Sun [Last Updated On: February 15th, 2017] [Originally Added On: February 15th, 2017]
- California officials lift evacuation order for 200000 threatened by damaged dam - CBS News [Last Updated On: February 15th, 2017] [Originally Added On: February 15th, 2017]
- 5G progress at Ericsson could help enterprises work worldwide - Computerworld [Last Updated On: February 16th, 2017] [Originally Added On: February 16th, 2017]
- Officials making 'great progress' on California dam repairs, remind residents to stay vigilant - Fox News [Last Updated On: February 16th, 2017] [Originally Added On: February 16th, 2017]
- Halo Wars 2 Review in Progress - IGN [Last Updated On: February 16th, 2017] [Originally Added On: February 16th, 2017]
- CUGNON: Forward progress - Yale Daily News (blog) [Last Updated On: February 16th, 2017] [Originally Added On: February 16th, 2017]
- F-35 Program Makes Significant, Solid Progress, Official Says - Department of Defense [Last Updated On: February 16th, 2017] [Originally Added On: February 16th, 2017]
- Lenovo's data center ambitions remain work in progress following Q3 results - ZDNet [Last Updated On: February 16th, 2017] [Originally Added On: February 16th, 2017]
- PFW in Progress Recap 2/16: Free Agency and Potential Patriots - Patriots.com [Last Updated On: February 16th, 2017] [Originally Added On: February 16th, 2017]
- S&P 500: 'Blow-off' Phase in Progress - DailyFX [Last Updated On: February 16th, 2017] [Originally Added On: February 16th, 2017]
- Combine invites are another sign of progress at Michigan - Big Ten ... - ESPN (blog) [Last Updated On: February 16th, 2017] [Originally Added On: February 16th, 2017]
- Halo Wars 2 review in progress - PC Gamer [Last Updated On: February 17th, 2017] [Originally Added On: February 17th, 2017]
- 'Hero' film produced just for Charlottesville featured the mayor, The Daily Progress - The Daily Progress [Last Updated On: February 17th, 2017] [Originally Added On: February 17th, 2017]
- Republicans' health care overhaul still a work in progress - Press Herald [Last Updated On: February 17th, 2017] [Originally Added On: February 17th, 2017]
- Trump Boasts Of 'Incredible Progress' In 4 Weeks Of Presidency - NPR [Last Updated On: February 17th, 2017] [Originally Added On: February 17th, 2017]
- Donald Trump touts promise progress at press conference - PolitiFact [Last Updated On: February 17th, 2017] [Originally Added On: February 17th, 2017]
- Mild winter helping crews make significant progress on East End Connector - WRAL.com [Last Updated On: February 18th, 2017] [Originally Added On: February 18th, 2017]
- Committee updates Legislature on precinct consolidation progress - Chicago Tribune [Last Updated On: February 18th, 2017] [Originally Added On: February 18th, 2017]