Fred Saluga | MUFON
ABOUT THIS EPISODE
On episode 11 of Tony Lavorgne’s Legends & Lore Podcast we talk with MUFON regional director Fred Saluga about UFOs sightings, why some locals won't talk about what they've seen, and the connection between Bigfoot and extra-terrestrial beings.
This episode was recorded March 04, 2018 in Beaver Falls, Pennsylvania. Host: Tony Lavornge. Guest: Fred Saluga. Audiography: Kevin Farkas, Dave Holoweiko. Music (available on SoundCloud.com): Solomon Ozmund (♩♫ Scary Horror Music ♪♬ – Haunted), Pipe Choir Records (“Response Data”). Additional sound (available on Youtube): “This Concludes Our Broadcast, 2008 — Humanity’s last moments caught on tape.” “KDKA Pittsburgh (November 2, 1920) - 1st Commerical Broadcast,” “FAA Broadcast (March 2018): Pilots Report UFO Over Arizona.” ©Tony Lavorgne’s Legends & Lore Podcast/The Social Voice Project, Inc. All rights reserved.
ABOUT THE PODCAST
Tony Lavorgne’s Legends & Lore Podcast explores the history and tales of ghost stories, mysterious crimes & murders, UFOs, witchcraft, and other occult happenings still thriving in the Greater Ohio Valley region of Pennsylvania, West Virginia, Ohio . . . and beyond. Specializing in obscure paranormal and anthropological topics, host Tony Lavorgne is an accomplished researcher, author, and public speaker on the subject of local legends and lore throughout Western Pennsylvania, Northern West Virginia, and Eastern Ohio. He is a contributing writer to Supernatural Lore of Pennsylvania: Ghosts, Monsters and Miracles and co-author of Haunted Roads of Western Pennsylvania.
OTHER WAYS TO FIND THE PODCAST
jQuery(document).ready(function() {
jQuery('#slider_3299').owlCarousel({
responsive:{
0:{ items:1 },
480:{ items:2 },
768:{ items:3 },
980:{ items:4 },
1200:{ items:4 },
1500:{ items:4 }
},
autoplay : true,
autoplayTimeout : 5000,
autoplayHoverPause : true,
smartSpeed : 200,
fluidSpeed : 200,
autoplaySpeed : 200,
navSpeed : 200,
dotsSpeed : 200,
loop : true,
nav : true,
navText : ['Previous','Next'],
dots : true,
responsiveRefreshRate : 200,
slideBy : 1,
mergeFit : true,
autoHeight : false,
mouseDrag : true,
touchDrag : true
});
jQuery('#slider_3299').css('visibility', 'visible');
sa_resize_slider_3299();
window.addEventListener('resize', sa_resize_slider_3299);
function sa_resize_slider_3299() {
var min_height = '50';
var win_width = jQuery(window).width();
var slider_width = jQuery('#slider_3299').width();
if (win_width < 480) {
var slide_width = slider_width / 1;
} else if (win_width < 768) {
var slide_width = slider_width / 2;
} else if (win_width < 980) {
var slide_width = slider_width / 3;
} else if (win_width < 1200) {
var slide_width = slider_width / 4;
} else if (win_width < 1500) {
var slide_width = slider_width / 4;
} else {
var slide_width = slider_width / 4;
}
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_3299 .owl-item .sa_hover_container').css('min-height', slide_height+'px');
}
var owl_goto = jQuery('#slider_3299');
jQuery('.slider_3299_goto1').click(function(event){
owl_goto.trigger('to.owl.carousel', 0);
});
jQuery('.slider_3299_goto2').click(function(event){
owl_goto.trigger('to.owl.carousel', 1);
});
jQuery('.slider_3299_goto3').click(function(event){
owl_goto.trigger('to.owl.carousel', 2);
});
jQuery('.slider_3299_goto4').