Tony Lavorgne's Legends & Lore Podcast

Tony Lavorgne's Legends & Lore Podcast


Tony Lavorgne’s Legends & Lore Podcast (Ep17): James Madonna

December 17, 2018

James Madonna | Mason Road

On episode 17 of Tony Lavorgne’s Legends & Lore Podcast, Tony talks with James Madonna (Mason Road Podcast) about a yet to be solved–or explained–mystery of a severed head found along Mason Road in Economy, Pennsylvania.

 

 

 

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.



 SPONSOR

 ADVERTISE

jQuery(document).ready(function() {
jQuery('#slider_3943').owlCarousel({
responsive:{
0:{ items:1 },
480:{ items:1 },
768:{ items:1 },
980:{ items:3 },
1200:{ items:3 },
1500:{ items:3 }
},
autoplay : true,
autoplayTimeout : 4800,
autoplayHoverPause : true,
smartSpeed : 1100,
fluidSpeed : 1100,
autoplaySpeed : 1100,
navSpeed : 1100,
dotsSpeed : 1100,
loop : true,
nav : true,
navText : ['',''],
dots : true,
responsiveRefreshRate : 200,
slideBy : 2,
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 / 3;
} else if (win_width < 1500) {
var slide_width = slider_width / 3;
} else {
var slide_width = slider_width / 3;
}
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');
}
});