// JavaScript Document
// rotates banner images on home page
// 2008-06-23, Ryan Garcia


function banner() {};
banner = new banner();
number = 0;
banner[number++] = "<a href='president/'><img src='images/features/banner_welcome.jpg' border='0' alt='President Richard R. Rush.' /><img src='images/features/banner_welcome_txt.gif' border='0' alt='President&rsquo;s Welcome: Students at California State University Channel Islands are partners and pioneers in their educational experience. The success and experiences students have at CSUCI creates a momentum they will have for life.' /></a>";
banner[number++] = "<a href='about/btp/'><img src='images/features/banner-scholarships.jpg' border='0' alt='' /><img src='images/features/banner-scholarships-txt.gif' border='0' alt='Student Scholarships:  Students shared their reasons to succeed after receiving scholarships at the Business &amp; Technology Partnership Leadership Dinner in April. The scholarships are presented to students pursuing business or technology related majors.' /></a>";
banner[number++] = "<a href='campserv/bookstore.htm'><img src='images/features/banner_thecove.jpg' border='0' alt='' /><img src='images/features/banner_thecove_txt.gif' border='0' alt='The Cove Bookstore:  Looking for some CI spirit? Find it, along with books, at The Cove Bookstore. Visit its new location in Town Center, just a short walk from the Bell Tower and student housing.' /></a>";
banner[number++] = "<a href='students/stusrvice.htm'><img src='images/features/banner_studentlife.jpg' border='0' alt='' /><img src='images/features/banner_studentlife_txt.gif' border='0' alt='Student Life: CSUCI students enjoy a campus that&rsquo;s conducive for collaboration both inside and outside of the classroom. With renovated courtyards and a new library, there are many locations to meet, study, and succeed.' /></a>";
banner[number++] = "<a href='../news/features/mvscenter.htm'><img src='../images/features/banner-mvs.jpg' border='0' alt='' /><img src='../images/features/banner-mvs-txt.gif' border='0' alt='A Place to Envision the Future: Open for classes this fall, the MVS Center offers a physical setting and a virtual presence to promote learning with students and the community.' /></a>";
banner[number++] = "<a href='../news/features/commencement09.htm'><img src='../images/features/banner-commencement.jpg' border='0' alt='' /><img src='../images/features/banner-commencement-txt.gif' border='0' alt='Commencement 2009: Celebrating with more than 9,000 guests, graduates are encouraged to take new roads and do great things.' /></a>";
banner[number++] = "<a href='giving/presidentscircle.htm'><img src='images/features/banner-pcircle.jpg' border='0' alt='' /><img src='images/features/banner-pcircle-txt.gif' border='0' alt='President&rsquo;s Circle: President&rsquo;s Circle members enjoy events that give them opportunities to interact with students, learn about curriculum and programs, and stay current with everything happening at CSU Channel Islands.' /></a>";
banner[number++] = "<a href='../news/features/performingarts.htm'><img src='../images/features/banner-performing.jpg' border='0' alt='' /><img src='../images/features/banner-performing-txt.gif' border='0' alt='Enter Stage Right: Performing Arts - restoring an integration among the disciplines of dance, music, and theater.' /></a>";
banner[number++] = "<a href='../news/features/networksupport.htm'><img src='../images/features/banner-support.jpg' border='0' alt='' /><img src='../images/features/banner-support-txt.gif' border='0' alt='Networks of Support: Programs and centers connect students to the full student experience.' /></a>";
banner[number++] = "<a href='../news/features/creatingopportunities.htm'><img src='../images/features/banner-opportunities.jpg' border='0' alt='' /><img src='../images/features/banner-opportunities-txt.gif' border='0' alt='Access, Orientation and Transition Programs: Six distinct programs plus a dedicated and energetic staff equals unlimited opportunities.' /></a>";
banner[number++] = "<a href='../news/features/change.htm'><img src='../images/features/banner-change.jpg' border='0' alt='' /><img src='../images/features/banner-change-txt.gif' border='0' alt='No Stranger to Change: Sociology Professor Beth Hartung encourages experiences outside of one’s own culture and comfort zone.' /></a>";
banner[number++] = "<a href='../alumni/index.htm'><img src='../images/features/banner-alumni.jpg' border='0' alt='' /><img src='../images/features/banner-alumni-txt.gif' border='0' alt='A&FA &ndash; How to Stay Connected: Annual Alumni Dodger Day, Career Services, Mentorship, E-mail Your Updates and More! Learn about the variety of services available to CSU Channel Islands Alums!' /></a>";
increment = Math.floor(Math.random() * number);
document.write(banner[increment]);