[ad_1]
“);
$spagination = flexSlider.find(“.spagination”);
SPagination.Init($spagination.get( 0 ), {
size: slide_obj.count, // pages size
page: 1, // selected page
step: 3, // pages before and after current
cb: function(p){
flexSlider.flexAnimate(p-1, true);
}
});
}
}
}
function gtx_gallery_slide_before(slide_obj){
var slide=slide_obj.animatingTo;
$active_slide=$all_slides.eq(slide) ;
slideshow_ad_loaded = false;
var current_html = $active_slide.children(“.gtx-ad-container”).html();
if (current_html) {$active_slide.children(“.gtx-ad-container”).html(current_html.trim())}
gtx_mixpanel_track_slide( slide_obj );
changeURL(parseInt($active_slide.attr(“data-attachment_id”)));
//THUMBS SYNC – PAGINATED THUMBNAIL NAVIGATION
if($thumbs!==”” && navigation == “paginated_thumbs”){
var right_item=$slider.find(“.slides li[data-i=”+(slide +1 )+”]”).attr(“data-i-only-pics”)
if( right_item!= “”){
$thumbs.find(“li.gtx-thumb-img”).removeClass(“flex-active-slide”);
$thumbs.find(“li.gtx-thumb-img[data-i=”+(slide +1 )+”]”).addClass(“flex-active-slide”);
$page=$thumbs.find(“.slides>li”).has(“li[data-i=”+(slide +1 )+”]”);
$thumbs.flexAnimate($page.index(), true);
}
}
}
function gtx_gallery_slide_after(slide_obj){
var slide=slide_obj.animatingTo;
$active_slide=$all_slides.eq(slide) ;
if($active_slide.hasClass(“gtx-ad-slide”)==1){
if ($active_slide.find(‘iframe’).length === 1) {
$active_slide.find(‘iframe’)[0].remove();
}
$slider.delay(100).queue(function(){
$(this).addClass(“gtx-gallery-loading”).dequeue();
});
$ad_container=$active_slide.children(“.gtx-ad-container”).first();
if ($($ad_container).html().length li[data-i=”+(slide +1 )+”]”).attr(“data-i-only-pics”)
if( right_item!= “”){
$thumbs.find(“li.gtx-thumb-img”).removeClass(“flex-active-slide”);
$thumbs.find(“li.gtx-thumb-img”).eq(right_item -1 ).addClass(“flex-active-slide”);
$thumbs.flexAnimate(right_item-1, true);
}
}
if(typeof(googletag) != “undefined” && googletag !== null){
//REFRESH ALL ADS
var tmp_now=new Date().getTime();
var last_refresh_diff= tmp_now – last_ad_refresh;
// Check if we loaded the ad in and thusly don’t need to refresh
if(refresh_all_ads && !slideshow_ad_loaded){
googletag.cmd.push(function() {
googletag.pubads().refresh();
});
last_ad_refresh=tmp_now;
} else if( $.isArray(ad_slots_refresh) && last_refresh_diff > 1000 && ad_slots_refresh.length){
//Refresh some ads
googletag.cmd.push(function() {
googletag.pubads().refresh(ad_slots_refresh);
});
last_ad_refresh=tmp_now;
}
}
//LAZY LOAD
range=5;
var $slides_to_hanle=$all_slides.slice(slide, slide + range +1);
if(slide – range >= 0){
$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(slide – range, slide ));
}else{
$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(0, range ));
$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(range * -1 ));
}
if(slide + range >= $all_slides.size()){
//handle first slides
$slides_to_hanle= $.merge($slides_to_hanle, $all_slides.slice(0,range));
}
$slides_to_hanle.find(“.gtx-image-container[data-background]”).each(function () {
var src = $(this).attr(“data-background”);
$(this).css(“background-image”, “url(“+src+”)”).removeAttr(“data-background”);
});
adjustNavHeight();
if( typeof SPagination !== “undefined” && flexSlider.find(“.spagination”).length>0 ){
if(SPagination.page != slide+1){
SPagination.page = slide + 1;
SPagination.Start();
}
}
}
function gtx_gallery_thumbs_set_backwards(){
backward_pos = $thumbs.find(“.gtx-thumb-backward”).position().left;
backward_width = $thumbs.find(“.gtx-thumb-backward”).width();
backward_right_pos = backward_pos + backward_width;
container_width = $thumbs.find(“.flex-viewport”).width();
fully_visible = backward_right_pos 8){
gtx_gallery_thumbs_set_backwards()
}
}
function gtx_gallery_thumbs_after(slide_obj){
if(slide_obj.count > 8){
gtx_gallery_thumbs_set_backwards()
}
}
function gtx_gallery_paginated_thumbs_start(slide_obj){
gtx_gallery_paginated_thumbs_lazy();
if(false && slide_obj.count > 8){
$thumbs.find(“.flex-control-nav.flex-control-paging”).removeClass(“flex-control-paging”).addClass(“g-pagination”);
}
if(slide_obj.count > 8){
$thumbs.find(“.flex-control-nav.flex-control-paging”).hide().after(“”);
$pagination = $thumbs.find(“.spagination”);
SPagination.Init($pagination.get( 0 ), {
size: slide_obj.count, // pages size
page: 1, // selected page
step: 3, // pages before and after current
cb: function(p){
$thumbs.flexAnimate(p-1, true);
}
});
}
}
function gtx_gallery_paginated_thumbs_before(slide_obj){
var slide=(typeof slide_obj == “object” && slide_obj.animatingTo ? slide_obj.animatingTo : 0);
gtx_gallery_paginated_thumbs_lazy(slide_obj);
}
function gtx_gallery_paginated_thumbs_after(slide_obj){
var slide=(typeof slide_obj == “object” && slide_obj.animatingTo ? slide_obj.animatingTo : 0);
//THUMBS SYNC – Go to first slide of this batch
if($thumbs!==”” && navigation == “paginated_thumbs”){
var $active_slide=$slider.find(“.slides>li.flex-active-slide”);
var $active_thumb_page=$thumbs.find(“.slides>li.flex-active-slide”);
//Check if the current slide is within this thumb batch
if(!$active_thumb_page.find(“li[data-i=”+$active_slide.attr(“data-i”)+”]”).size()){
first_thumb=$active_thumb_page.find(“li”).first().attr(“data-i”);
flexSlider.flexAnimate(first_thumb – 1, true);
}
}
if( typeof SPagination !== “undefined” && $thumbs.find(“.spagination”).length>0 ){
if(SPagination.page != slide+1){
SPagination.page = slide + 1;
SPagination.Start();
}
}
}
function gtx_gallery_paginated_thumbs_lazy(slide_obj){
var slide=(typeof slide_obj == “object” && slide_obj.animatingTo ? slide_obj.animatingTo : 0);
//LAZY LOAD THUMBS
if($all_thumbs!==”” && navigation == “paginated_thumbs”){
range=1;
var $slides_to_hanle=$all_thumbs.slice(slide, slide + range + 1);
if(slide – range >= 0){
$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(slide – range, slide ));
}else{
$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(0, range ));
$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(range * -1 ));
}
if(slide + range >= $all_thumbs.size()){
//handle first slides
$slides_to_hanle= $.merge($slides_to_hanle, $all_thumbs.slice(0,range));
}
$slides_to_hanle.each(function () {
$(this).find(“img[lazy-src]”).each(function () {
var src = $(this).attr(“lazy-src”);
if(!src) return;
$(this).attr(“src”,src).removeAttr(“lazy-src”);
$thumbs.find(“img[lazy-src=””+src+””]”).attr(“src”,src).removeAttr(“lazy-src”);
});
});
}
}
function adjustNavHeight(){
imageHeight = flexSlider.find(“.gtx-slide-img.flex-active-slide .gtx-image-container”).outerHeight();
if(imageHeight > 0){
flexSlider.find(“.flex-prev,.flex-next”).css(“top”,Math.round(imageHeight/2));
}
}
var nextSlotId = 1;
function generateNextSlotName() {
var id = nextSlotId++;
return “adslot_” + id+”_”+Math.floor( Date.now() / 1000 );
}
function addAdInto(selector,options) {
try{
gtx_gallery_enable_dfp();
}catch(err) {
}
var slide=options.slide || -1;
var slotName = generateNextSlotName();
var ad_index = 0;
// Create a div for the slot
var slotDiv = document.createElement(‘div’);
slotDiv.id = slotName; // Id must be the same as slotName
$( selector ).append( slotDiv );
try{
ad_index=$( selector ).closest(“.gtx-ad-slide”).attr(“data-i-only-ads”);
}catch(err) {
}
// Define the slot itself, call display() to
// register the div and refresh() to fetch ad.
googletag.cmd.push(function() {
slideshow_ad_loaded = true;
adslots[slotName] = googletag.defineSlot(‘/21745780820/wisc/news/politics/national-politics/divisive-but-direct-mark-robinson-aims-to-work-with-cooper’, [300, 250], slotName)
.addService(googletag.pubads())
.setTargeting(“placement”, “gallery”)
.setTargeting(“slide”, slide)
.setTargeting(“post”, ‘1508082’)
.setTargeting(“category”, ‘[“national-politics”]’)
.setTargeting(“galleryAdIndex”, ad_index);
googletag.display(slotName);
googletag.sizeMapping().addSize( [0,0], [[300,250]])
// force refresh if lazy loading
if(gtx_ad_man.lazy_loading_ads) {
googletag.pubads().refresh([adslots[slotName]]);
}
});
}
gtx_gallery_syncHash = function(path){
pic = “”;
re = /pic/?([0-9]+)/?$/i;
if(!path && window.location.hash && window.location.hash.match(re)) path = window.location.hash;
if(!path && window.location.pathname && window.location.pathname.match(re)) path = window.location.pathname;
if(path){
matchslide = path.match(re);
if(matchslide && matchslide[1]>0){
pic = parseInt(matchslide[1]);
}
if(!isNaN(pic) && pic > 0){
slide=get_slide_by_attachment_id(pic);
if(slide>0){
avoid_next_pageview = true;
flexSlider.flexAnimate(slide – 1, true);
}
}
}else{
gtx_mixpanel_track_slide( )
}
}
function debounce(func, wait, immediate) {
var timeout;
return function() {
var context = this, args = arguments;
var later = function() {
timeout = null;
if (!immediate) func.apply(context, args);
};
var callNow = immediate && !timeout;
clearTimeout(timeout);
timeout = setTimeout(later, wait);
if (callNow) func.apply(context, args);
};
};
// delay the url state replacement to avoid overload
// RAYOS-271
var efficientlyReplaceState = debounce(function(title, path){
window.history.replaceState({}, title, path);
}, 1250)
function changeURL(pic){
basepath = window.location.pathname.replace(//pic/?([0-9]+)/?$/i,”/”);
if(isNaN(pic)) return;
path = basepath + “pic/”+pic+”/”;
title = “Pic “+pic;
if (typeof(window.history.replaceState) == “function”) {
efficientlyReplaceState(title, path)
} else {
window.location.hash = path;
}
}
function get_slide_by_attachment_id(id){
var slide=$slider.find(“.slides li[data-attachment_id=”+id+”]”).attr(“data-i”);
return parseInt(slide, 10);
}
function gtx_mixpanel_track_slide( slide_obj ){
if(slide_obj){
var slide = slide_obj.animatingTo;
}else{
var slide = 0;
}
$active_slide=$all_slides.eq(slide) ;
if(!avoid_next_pageview){
try{
var loc=location.pathname+”#slide”+(parseInt(slide)+1);
ga(“send”, “pageview”, loc);
if(ga.getByName(“gtxcelTracker”)){
ga(“gtxcelTracker.send”, “pageview”, loc);
}
}catch(err){
}
}
avoid_next_pageview = false;
//Mixpanel track image viewed
try{
if(typeof mixpanel !== “undefined”){
var slide_type=$active_slide.attr(“data-slide-type”) || “”;
if(slide_type==”pic”) slide_type=”image”; // rename “pic” to “image”
mixpanel_args = {
title: “”,
“post id”: ‘1508082’,
“slide type”: slide_type,
“gallery template”: “Slideshow Thumbnails”,
}
mixpanel_args.categories = “National Politics”;
mixpanel_args.author = “Rayos Syndication User”;
mixpanel_args[ “post type” ] = “page”;
if(slide_type == “ad”){
mixpanel_args[ “ad index” ]=$active_slide.attr(“data-i-only-ads”) || “”;
}else{
mixpanel_args[ “slide number” ]= $active_slide.attr(“data-i-only-pics”) || “”;
mixpanel_args[ “image title” ]= $active_slide.attr(“data-title”) || “”;
mixpanel_args.caption= $active_slide.attr(“data-caption”) || “”;
mixpanel_args.url= $active_slide.attr(“data-pic”) || “”;
}
var img_src = $active_slide.attr(‘src’);
if(!img_src){
img_src = $active_slide.attr(‘data-pic’);
}
var pattern = /uploads/(.*)/;
var match = pattern.exec(img_src);
var img_path = match ? img_path = match[1] : “”;
mixpanel_args[ “image path” ]= img_path;
mixpanel.track(“image viewed”, mixpanel_args);
}
}catch(err){
console.error(“error”, err);
}
}
//Add a callback on ad render
googletag.cmd.push(function() {
googletag.pubads().addEventListener(‘slotRenderEnded’, function(event) {
var slotName=event.slot.getSlotElementId();
if(typeof adslots[slotName] !==”undefined” && !event.isEmpty){
$slider.clearQueue();
$slider.removeClass(“gtx-gallery-loading”);
}
});
});
jQuery(“#gtx-gallery-thumbs-1508082”).flexslider({
animation: “slide”,
controlNav: false,
animationLoop: false,
slideshow: false,
itemWidth: 100,
itemMargin: 5,
move: 1,
//asNavFor: “#gtx-gallery-slider-1508082”,
prevText: “”,
nextText: “”,
after: gtx_gallery_thumbs_after,
after: gtx_gallery_thumbs_before
});
$thumbs=$(“#gtx-gallery-thumbs-1508082”).data(“flexslider”);
$thumbs.find(“li.gtx-thumb-img”).first( ).addClass(“flex-active-slide”);
$(“#gtx-gallery-slider-1508082”).flexslider({
animation: “slide”,
pauseOnHover: true,
controlNav: false,
//animationLoop: false,
//slideshow: false,
//sync: “#gtx-gallery-thumbs-1508082”,
prevText: “”,
nextText: “”,
slideshow: false,
init: gtx_gallery_slide_init,
start: gtx_gallery_slide_start,
before: gtx_gallery_slide_before,
after: gtx_gallery_slide_after
});
if(mobile_mode){
$slider.find(“.flex-direction-nav”).hide();
}
});
RALEIGH, N.C. (AP) — Republican Mark Robinson opposes the statewide mask mandate, doesn’t believe President Donald Trump has sowed chaos in the country and has published a barrage of divisive Facebook posts in recent years that are often critical of fellow Black people.
Robinson, who has referred to first lady Michelle Obama as a man and accused former President Barack Obama of being an “anti-American atheist” who wanted to turn the country into a “socialist hell hole,” is preparing to become North Carolina’s first Black lieutenant governor.
Robinson, a 52-year-old political newcomer and boisterous gun rights activist, will take office in January after defeating Democrat Yvonne Holley. He won even after a group funded by billionaire Michael Bloomberg paid for a nearly $8.5 million media blitz on Holley’s behalf.
Soon to be the highest-ranking executive branch Republican in state government, Robinson will now have to find a way to make a difference while building common ground with Democratic Gov. Roy Cooper, who won reelection by defeating current GOP Lt. Gov. Dan Forest.
Robinson is a former furniture factory worker from Greensboro who rose to prominence in 2018 after delivering a forceful speech at a Greensboro City Council meeting opposing a proposal to ban gun shows at the city-owned Coliseum. The video, which has been viewed nearly 500,000 times since it was published on YouTube in April 2018, led to a leadership position for him at the National Rifle Association. It also offers a glimpse of a man who is unapologetically opinionated.
Robinson wrote in 2018 that “half of black Democrats don’t realize they are slaves and don’t know who their masters are. The other half don’t care.”
In an interview, Robinson said he would have to go back through his litany of comments to see if there is a single one he would phrase differently. But he appears at ease with himself.
“If I wrote them back then, I’m not backing off of them now because that’s exactly what people want you to do,” Robinson told The Associated Press in the days after the election. “They want you to go back and say, ‘Oh, I summarily reject that.’ No, I’m not summarily rejecting anything. It is an absolute travesty that with everything going on in this country and in this state right now that people are focusing on social media posts that were made two or three years ago. I think it’s an atrocious commentary on today’s media.”
Despite its high rank, the lieutenant governor position possesses few inherent powers. Robinson will preside over state Senate debate and only vote to break ties. He’ll serve on the State Board of Education and State Board of Community Colleges. The challenge at hand when he takes office will be crafting a unique lane where he can advocate his top priorities of helping veterans, expanding gun rights and supporting law enforcement.
He’s looking forward to working with the Republican-controlled state legislature. He’s less clear on his path forward with a Democratic governor to whom he has never spoken.
“I have absolutely no idea how it’s gonna play out,” Robinson said.
If Cooper wants to achieve more policy goals in his second term, he’ll have to work with a Republican Party that is coming off strong performances in several important statewide races and retained its legislative majorities.
With enough Democrats in the legislature to block contentious ballot questions and Cooper’s bully pulpit, Robinson acknowledges it will be difficult to achieve his goal to amend the North Carolina Constitution to allow residents to carry firearms without a license or permit.
He does think he has a chance to persuade Cooper and state lawmakers on both sides of the aisle to boost military service benefits.
“If we push hard enough, I really believe that we can become the 10th state in the nation that will not put any type of tax on the pensions of our veterans,” Robinson said. “I think that’s the first step to saying thank you to these guys and giving them what they deserve.”
Cooper is term-limited and will serve as governor for four final years without having to worry about reelection. He has called for more unity, though he and state Republicans remain in opposite corners on Medicaid expansion: Cooper is for it; Republicans are against it.
“It’s time that we focus on what we have in common rather than on our differences,” Cooper said in his victory speech last week. “Regardless of our political beliefs, most all of us want people to be healthy, have a good paying job and to live in safe communities.”
Robinson is ready to have that conversation.
“He’s gonna be the governor. I’m gonna be the lieutenant governor,” he said. “It’s time for us to get out of campaign mode and get in service mode and start seeing what we can do to make the lives of the people of North Carolina better, and I’m willing to do that.”
———
Follow Anderson on Twitter at https://twitter.com/BryanRAnderson.
———
Find AP’s full election coverage at APNews.com/Election2020.
———
Anderson is a corps member for the Associated Press/Report for America Statehouse News Initiative. Report for America is a nonprofit national service program that places journalists in local newsrooms to report on undercovered issues.
[ad_2]
Source link

200677 103943I like your writing style truly loving this internet site . 803462
412210 557439Wow! This can be one certain with the most useful blogs We have ever arrive across on this topic. Really Great. Im also an expert in this topic so I can realize your hard work. 756343
734078 619259hi!,I like your writing so a lot! share we keep up a correspondence extra approximately your post on AOL? I need a specialist on this space to solve my difficulty. May be that is you! Searching ahead to peer you. 35326
636164 740668I undoubtedly did not realize that. Learnt something new today! Thanks for that. 933108
324191 312002Glad to be 1 of several visitants on this awful site : D. 189386
80608 533921Hey! This is my first comment here so I just wanted to give a quick shout out and say I truly enjoy reading through your articles. Can you suggest any other blogs/websites/forums that go over the same subjects? Thanks! 184411
51900 345988Hey. Neat post. There is really a dilemma with your internet site in firefox, and you may want to check this The browser is the market chief and a large component of other folks will omit your exceptional writing because of this issue. 385283
992664 532962Someone essentially assist to make severely posts I may well state. That will be the very initial time I frequented your site page and so far? I surprised with the analysis you created to create this specific submit incredible. Magnificent task! 678958
912050 426408Hi there! I just want to give a huge thumbs up for the very good data you can have appropriate here on this post. I will likely be coming once again to your weblog for a lot more soon. 775942
989314 359975Id forever want to be update on new posts on this internet site , bookmarked ! . 65092
160951 395457Most suitable boyfriend speeches, or else toasts. are almost always transported eventually through the entire wedding party and are nonetheless required to be very intriguing, amusing and even enlightening together. very best mans speech 969061
952882 575253Some genuinely quality blog posts on this website, saved to fav. 939671
173095 977850Read More HERE. I bookmarked it. 192959
186370 460870Dead written subject matter, Truly enjoyed reading by means of . 22645
979817 811040Bookmarked your fantastic web site. Fabulous function, distinctive way with words! 876554
629082 306331Id always want to be update on new blog posts on this internet web site , bookmarked ! . 561689
949897 999100You need to be a part of a contest 1st with the most effective blogs online. Let me suggest this blog! 505011
376710 294448I like this web internet site extremely considerably, Its a genuinely nice billet to read and obtain information . 569299
747374 12032HURRAY! cant balladeer. by virtue of himself by what name highly. 656643
545356 943295Its actually a cool and useful piece of information. Im glad which you shared this useful information with us. Please keep us informed like this. Thanks for sharing. 25918