TSVP Radio Theater Podcast

TSVP Radio Theater Podcast


TSVP Radio Theater Podcast (Ep18) – CyranA

May 07, 2021

CyranA

On episode 18 of the TSVP Radio Theater Podcast we present CyranA, written by Doug Zschiegner based on the original story by Edmond Rostand, adapted and directed by Kalee George for radio theatre, and starring Elise Brado, Devin Marshall, Jessica Pierson-Turner, Krista Cantrell, Susan Huckestein, Joy Stoudemire, and Kalee George.

 

 

 

jQuery(document).ready(function() {
jQuery('#slider_3507').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_3507').css('visibility', 'visible');
sa_resize_slider_3507();
window.addEventListener('resize', sa_resize_slider_3507);
function sa_resize_slider_3507() {
var min_height = '50';
var win_width = jQuery(window).width();
var slider_width = jQuery('#slider_3507').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.