// 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 CI 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: CI 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/landscapes.htm'><img src='../images/features/banner-sustainable.jpg' border='0' alt='' /><img src='../images/features/banner-sustainable-txt.gif' border='0' alt='Sustainable Landscapes: Updating our historic outdoors into a 21st century learning lab.' /></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/socialcapital.htm'><img src='../images/features/banner-socialcapital.jpg' border='0' alt='' /><img src='../images/features/banner-socialcapital-txt.gif' border='0' alt='Creating Social Capital: Inspired by the work of Professor Muhammad Yunus, CI unveils the California Institute of Social Business.' /></a>";
banner[number++] = "<a href='../news/features/learning.htm'><img src='../images/features/banner-engagement.jpg' border='0' alt='' /><img src='../images/features/banner-engagement-txt.gif' border='0' alt='Community Engagement: Learning that has an Impact.' /></a>";
banner[number++] = "<a href='../news/features/campuscrossroads.htm'><img src='../images/features/banner-crossroads.jpg' border='0' alt='' /><img src='../images/features/banner-crossroads-txt.gif' border='0' alt='Campus Crossroads: The University’s new Student Union is student-driven and student celebrated.' /></a>";
banner[number++] = "<a href='../news/features/gettycenter.htm'><img src='../images/features/banner-collegenight.jpg' border='0' alt='' /><img src='../images/features/banner-collegenight-txt.gif' border='0' alt='College Night at the Getty Center: CI students experience a world-class museum in new ways.' /></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='AFA – 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 CI Alums, Students and Friends!' /></a>";
banner[number++] = "<a href='../news/features/criticalthinking.htm'><img src='../images/features/banner-encouraging.jpg' border='0' alt='' /><img src='../images/features/banner-encouraging-txt.gif' border='0' alt='Encouraging Critical Thinking: Political Science Professor Andrea Grove offers lessons in leadership.' /></a>";
increment = Math.floor(Math.random() * number);
document.write(banner[increment]);