function theatreright()
{
//15
var ranNum= Math.round(Math.random() * 15);
if (ranNum == 0){document.write('
Julie Heaton in Annie Get Your Gun'); } // 01 if (ranNum == 1){document.write('

Alex Holmes, Holly Lynn Nye, Tennille Foust, Lisa Wilson, Kama Ruby and Arthur Ross in Annie.'); } // 02 if (ranNum == 2){document.write('

Julie Heaton and Jonathan Schultz in Tartuff'); } // 03 if (ranNum == 3){document.write('

Andrea Gallo and Regan Cooley in View from the Bridge'); } // 04 if (ranNum == 4){document.write('

The Witches in MacBeth'); } // 05 if (ranNum == 5){document.write('

Rachel Rawlins Prescott, Carrot Top, Horrible Henry, Marguerite and Renardo in Carnival!'); } // 06 if (ranNum == 6){document.write('

Brandon Burk in Carnival!'); } // 07 if (ranNum == 7){document.write('

Jennifer Williams and Stephen Crandall in The Gamester'); } // 08 if (ranNum == 8){document.write('

Lisa Easley and Stephen Crandall in The Gamester'); } // 09 if (ranNum == 9){document.write('

Christopher Gossett in Intimate Apparel'); } // 10 if (ranNum == 10){document.write('

Trae Cullivan and Pheonix Toliver in Pluck the Rose'); } // 11 if (ranNum == 11){document.write('

Shannon Henley and Samantha Roy in Wait Until Dark'); } // 12 if (ranNum == 12){document.write('

Ned Coultere and Laurie Dawn in The Beauty Queen of Leenane'); } // 13 if (ranNum == 13){document.write('

Stephanie Erwin and Jonathan Schultz in Fuddy Meers'); } // 15 if (ranNum == 14){document.write('

Arthur Ross, Steven Fehr and Joseph Watkins in Loves\' Labour’s Lost'); } // 16 if (ranNum == 15){document.write('

Steven Vinovich and Ruth Ann Phinister in Who\'s Afraid of Virgina Wolfe'); } // 17 }