<!--

header="<div id='header'>" +
"<img src='images/title.gif'>" +
"</div>";

menu="<div id='menu'>" +
"<a href='index.html'><img src='images/homeicon.png'></a><br>" +
"<a href='auditions.html'><img src='images/auditionsicon.png'></a><br>" +
"<a href='recordings.html'><img src='images/recordingsicon.png'></a><br>" +
"<a href='concerts.html'><img src='images/concertsicon.png'></a><br>" +
"<a href='history.html'><img src='images/historyicon.png'></a><br>" +
"<a href='awards.html'><img src='images/awardsicon.png'></a><br>" +
"<a href='gallery.html'><img src='images/galleryicon.png'></a><br>" +
"<a href='donations.html'><img src='images/donationsicon.png'></a><br>" +
"</div>";

factbox="<div id=\"factbox\">" +
"MITWE performs the finest traditional wind ensemble literature and the best of the new. Literature includes music for large wind ensemble, chamber winds, brass ensemble, percussion ensemble, and woodwind ensembles. Since 2001, the MIT Wind Ensemble has commissioned 20 original works for wind ensemble by MIT faculty, Boston, and nationally known composers. Gunther Schuller, John Harbison, and Michael Colgrass, all Pulitzer Prize-winning composers, among many others, have worked with MITWE. " +
"</div>";

bottom="<div id=\"footer\">" +
"Click <a href='http://web.mit.edu/music/index.html'>here</a> for the MIT Music Department website.<br>" +
"Click <a href='http://web.mit.edu/music/performance/instrumental/mitwe.html'>here</a> for the official MITWE course description.<br><br>" +
"Copyright 2005, MIT. " +
"Design by <a href='mailto:alexmek@alum.mit.edu'>Alex Mekelburg</a> and <a href='mailto:lieb@alum.mit.edu'>Jeff Lieberman</a><br>" +
"Maintained by Greg Durrett (gdurrett AT mit DOT edu)<br><br>" +
"<a href='http://web.mit.edu'><img src=\"images/mit.gif\"></a>" +
"</div>";

//-->