function nctrightnavtwo()
{
//5
var ranNum= Math.round(Math.random() * 5);
if (ranNum == 0){document.write('
Jennifer Williams as Mme. Securitee in the 2005 production of The Gamester.'); } // 01 if (ranNum == 1){document.write('

Steven Fehr as Paul with puppet Carrot Top in the 2005 production of Carnival!'); } // 02 if (ranNum == 2){document.write('

Kris Pruett as "Froggy" Le Suer in the 2005 production of The Foreigner.'); } // 04 if (ranNum == 3){document.write('

Brandon Burk as Jacquot in the 2005 production of Carnival!'); } // 05 if (ranNum == 4){document.write('

Zonya Johnson as Mayme in the 2006 production of Intimate Apparel.'); } // 06 if (ranNum == 5){document.write('

Tennille Foust as Esther in the 2006 production of Intimate Apparel.'); } // 07 }