//Text Banner Rotation Script 1.1 Copyright 2003-2004 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com
var banner=new Array()

banner[0]='<a href=http://www.riosalado.edu/future/html/main.html?utm_source=CollegeTimes&utm_medium=FlashWebBanner&utm_campaign=NoFall09><img src="http://i225.photobucket.com/albums/dd234/C-Times1/6485_WB_CollegeTimesF09_468x60.jpg"></img></a>'

banner[1]='<a href=http://www.chapmanvw.com target=_new><img src="http://i225.photobucket.com/albums/dd234/C-Times1/Chapman-Banner.gif"></img></a>'

banner[2]='<a href=http://www.fascinations.net target=_new><img src="http://i225.photobucket.com/albums/dd234/C-Times1/fascinations.gif"></img></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
