Erica Porch is a native of Tampa Bay and has been Stage Managing in the area for the past six years. She worked as the Assistant Production Manager at the Mahaffey Theater while attending USF. After graduating with a B.A. in Psychology Erica toured with Stages Productions, taking theater into the schools and “building tomorrow’s audiences today.” For two years she worked with the Entertainment Department at Busch Gardens Tampa, Stage Managing the Desert Grill and shows such as: Christmas Celebration, American Beat, and Irish Thunder. Erica has enjoyed working with Jobsite Theater stage managing Topdog/Underdog, Phyro-Giants!, The Pillowman, This is How it Goes, The March of the Kitefliers and Woman in Mind. Erica has also had the opportunity to work various productions at The Palladium, The Coliseum, Tropicana Field, Tampa Bay Performing Arts Center and Bug at the Gorilla Theater. Erica feels obligated to say that if she could be any animal she would be a ring-tailed lemur.
As of 2025, we handle Season Tickets for the remainder of the main stage season directly with you. Submit the form below, and we’ll get back to you as soon as we can!
Contact Us
Jobsite Giving Challenge
Help with our most urgent 24 hours of fundraising Apr. 28-29
Ask about volunteering for shows, fundraisers, or just Jobsite in general.
Contact Us About A Show
We love your feedback. Share your thoughts about a show you saw!
#GivingTuesday
Tue., Dec. 2 is #GivingTuesday, a world-wide day of online giving, and that weekend, Sat., Dec. 6, we host our signature Jobsite Rocks! event. We hope fans will participate in one or both events that week, and share our story with your friends and associates.
Request tickets to be donated to your organization.
Technical Director Contact
Questions for our Technical Director.
Staged Readings Contact
To perform in a reading, have your script considered, or have other Staged Readings questions.
Contact The Artistic Director
Get in touch with Artistic Director David M. Jenkins for all business and production related questions and touring information.
Contact The Development Chair
Donating to fundraisers, plus any other grant or sponsorship questions.
Auditions Contact
Audition questions, scheduling, resumes and headshots. Also, read about our auditions for more info.
Donations & Support Contact
Be a Jobsite sponsor, send us something from our wishlist, advertising questions, etc.
Tickets Contact
General questions and information regarding tickets, group rates, discounts, and individual ticket donations.
Contact The Webmaster
Email our Online Producer regarding website questions, broken links and general kudos for all around groovy site design.
document.addEventListener('DOMContentLoaded', function () {
// Only run if Vimeo Player API is available or can be loaded
function initVimeoSync() {
if (typeof Vimeo === 'undefined' || !Vimeo.Player) {
// Try to load the Vimeo player API if it's not present
var script = document.createElement('script');
script.src = 'https://player.vimeo.com/api/player.js';
script.onload = setupVimeoCarouselSync;
document.head.appendChild(script);
} else {
setupVimeoCarouselSync();
}
}
function setupVimeoCarouselSync() {
// Find all Vimeo iframes inside the specific carousel
var carousel = document.querySelector('.vimeo-sync-carousel');
if (!carousel) return;
var vimeoIframes = carousel.querySelectorAll('iframe[src*="vimeo.com"]');
if (!vimeoIframes.length) return;
// Create Vimeo player instances
var players = [];
vimeoIframes.forEach(function (iframe) {
try {
var player = new Vimeo.Player(iframe);
player.on('play', function () {
// Pause all OTHER players when this one starts playing
players.forEach(function (otherPlayer) {
if (otherPlayer !== player) {
otherPlayer.pause().catch(function () {
// Ignore errors (e.g., not ready yet)
});
}
});
});
players.push(player);
} catch (e) {
// silently ignore if something isn't a valid Vimeo iframe
}
});
}
initVimeoSync();
// In case Elementor loads content via AJAX (popups, etc.), re-run when DOM changes
document.addEventListener('elementor/popup/show', initVimeoSync);
});