var randomBanner = new Array();

//<!-- banner #0 -->
randomBanner[0] = '<img src="http://weku.fm/images/NPRBanner.gif" width="468" height="60" border="0" alt="NPR Banner"></a>'

//<!-- banner #1 -->
randomBanner[1] = '<a href="http://www.weku.fm/music.htm"><img src="http://www.weku.fm/images/mcBanner.jpg" width="468" height="60" border="0" alt="Morning Classics Banner"></a>'

//<!-- banner #2 -->
randomBanner[2] = '<a href="http://www.npr.org/stations/force/force_localization.php?station=WEKU_FM&url=http://www.npr.org/programs/pt/" target="_blank"><img src="http://www.weku.fm/images/ptBanner.gif" width="468" height="60" border="0" alt="Performance Today Banner"></a>'

//<!-- banner #3 -->
randomBanner[3] = '<a href="http://www.weku.fm/music.htm"><img src="http://www.weku.fm/images/acBanner.jpg" width="468" height="60" border="0" alt="Afternoon Classics"></a>'

//<!-- banner #4 -->
randomBanner[4] = '<a href="http://www.npr.org/stations/force/force_localization.php?station=WEKU_FM&url=http://www.npr.org/programs/atc/" target="_blank"><img src="http://www.weku.eku.edu/images/ATCBanner3a.jpg" width="468" height="60" border="0" alt="All Things Considered"></a>'

//<!-- banner #5 -->
randomBanner[5] = '<a href="http://www.weku.fm/chronic.htm"><img src="http://www.weku.eku.edu/images/SPBanner3a.jpg" width="468" height="60" border="0" alt="Simple Changes Banner"></a>'



/*
var number = Math.floor(Math.random()*6);
var number2 = Math.floor(Math.random()*12);
if (number == 0) {
	randomBanner_num = 6;
} else {
	randomBanner_num = number2;
}
*/

var randomBanner_num = Math.floor(Math.random()*randomBanner.length);
document.write(randomBanner[randomBanner_num]);
