<!-- Hide this script from old browsers --
var imagenumber = 5 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "images/front_photo_01.jpg"
images[2] = "images/front_photo_02.jpg"
images[3] = "images/front_photo_03.jpg"
images[4] = "images/front_photo_04.jpg"
images[5] = "images/front_photo_05.jpg"
var imageZ = images[rand1]
// -- End Hiding Here -->

<!-- Hide this script from old browsers --
var imagenumber = 11 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "images/faculty/bhotaling.jpg"
images[2] = "images/faculty/jhung.jpg"
images[3] = "images/faculty/vernon.jpg"
images[4] = "images/faculty/walker.jpg"
images[5] = "images/faculty/bergasse.jpg"
images[6] = "images/faculty/lyon.jpg"
images[7] = "images/faculty/kalish.jpg"
images[8] = "images/faculty/locascio.jpg"
images[9] = "images/faculty/lehman.jpg"
images[10] = "images/faculty/hastings.jpg"
images[11] = "images/faculty/lhotaling.jpg"
var imageM = images[rand1]
names = new Array
names [1] = "<B>Bill Hotaling</B><BR>A high energy teacher known for way he connects with each and every student on a first name basis! Currently teaching at Steps on Broadway in New York City."
names [2] = "<B>Finis Jhung</B><BR>A leading force in ballet instruction!  Currently teaching at Peridance Center in New York City."
names [3] = "<B>Michael Vernon</B><BR>Ballet coach to principle dancers and companies around the world!  Currently teaching at Steps on Broadway in New York City"
names [4] = "<B>Chet Walker</B><BR>Tony award winner for BEST CHOREOGRAPHY for the Broadway show FOSSE!  In high demand around the world as a choreographer and director"
names [5] = "<B>Josh Bergasse</B><BR>Talented teacher and choreographer on faculty with Broadway Dance Center.  Currently can be seen in Broadway's new smash hit HAIRSPRAY!"
names [6] = "<B>Kim Lyon </B><BR>An incredibly energetic teacher!  A triple threat who has worked on Broadway, in film and on TV.  Most recently appeared on C.S.I on CBS and in the film NOT A TEEN MOVIE."
names [7] = "<B> </B><BR>A talented tapper who is starting a career as a singer!  After performing on tour with TAP DOGS, he has concentrated on teaching and choreography."
names [8] = "<B> </B><BR>Born and raised in New York, he is as crazy as a subway car out of control.  Fresh off the US tour of TAP DOGS."
names [9] = "Inspirational teacher, founder of the Lehman Awards.  Currently the director of the dance department at the High School for Performing Arts in Los Angeles, CA."
names [10] = "<B>Bill Hastings</B><BR>The ultimate Broadway gypsy.  Currently teaching both Theatre Dance and Modern in the New York City area."
names [11] = "<B>Leah Hotaling</B><BR>A Radio City Rockette in her fourth year on the line in New York City.  Nothing beats performing on the Great Stage at Radio City Music Hall!"
var nameM = names[rand1]
// -- End Hiding Here -->

