Listen

Description

High Crimes & Misdemeanors 

On episode 13 of the Live Mike Podcast with Mike Romigh, Mike commentates on the importance of The Mueller Report and the President's reaction to it.  Also, Mike takes up lobbying in Harrisburg on issues related to animal cruelty with Kristen Tullo, Pa State Director at The Humane Society of the United States.

 

SUPPORT LOCAL PODCASTING

Let’s keep local podcasting alive!  If you like our podcast, please help us continue this great entertaining and educational program.  Show your support by making a financial donation, underwriting the podcast, or advertising your business or service on the show. Donate now or contact us about sponsorships and advertising.

 

jQuery(document).ready(function() {
jQuery('#slider_3943').owlCarousel({
items : 1,
smartSpeed : 0,
autoplay : false,
autoplayHoverPause : false,
smartSpeed : 0,
fluidSpeed : 0,
autoplaySpeed : 0,
navSpeed : 0,
dotsSpeed : 0,
loop : true,
nav : false,
navText : ['Previous','Next'],
dots : false,
responsiveRefreshRate : 200,
slideBy : 'page',
mergeFit : true,
autoHeight : false,
mouseDrag : true,
touchDrag : true
});
jQuery('#slider_3943').css('visibility', 'visible');
sa_resize_slider_3943();
window.addEventListener('resize', sa_resize_slider_3943);
function sa_resize_slider_3943() {
var min_height = '10';
var win_width = jQuery(window).width();
var slider_width = jQuery('#slider_3943').width();
if (win_width < 480) {
var slide_width = slider_width / 1;
} else if (win_width < 768) {
var slide_width = slider_width / 1;
} else if (win_width < 980) {
var slide_width = slider_width / 1;
} else if (win_width < 1200) {
var slide_width = slider_width / 1;
} else if (win_width < 1500) {
var slide_width = slider_width / 1;
} else {
var slide_width = slider_width / 1;
}
slide_width = Math.round(slide_width);
var slide_height = '0';
if (min_height == 'aspect43') {
slide_height = (slide_width / 4) * 3; slide_height = Math.round(slide_height);
} else if (min_height == 'aspect169') {
slide_height = (slide_width / 16) * 9; slide_height = Math.round(slide_height);
} else {
slide_height = (slide_width / 100) * min_height; slide_height = Math.round(slide_height);
}
jQuery('#slider_3943 .owl-item .sa_hover_container').css('min-height', slide_height+'px');
}
var owl_goto = jQuery('#slider_3943');
jQuery('.slider_3943_goto1').click(function(event){
owl_goto.trigger('to.owl.carousel', 0);
});
var resize_3943 = jQuery('.owl-carousel');
resize_3943.on('initialized.owl.carousel', function(e) {
if (typeof(Event) === 'function') {
window.dispatchEvent(new Event('resize'));
} else {
var evt = window.document.createEvent('UIEvents');
evt.initUIEvent('resize', true, false, window, 0);
window.dispatchEvent(evt);
}
});
});