// 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' alt='President Richard R. Rush.' /><img src='images/features/banner-welcome-txt.gif' 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='campserv/bookstore.htm'><img src='images/features/banner-thecove.jpg' alt='' /><img src='images/features/banner-thecove-txt.gif' 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='studentlife/index.htm'><img src='images/features/banner-studentlife.jpg' alt='' /><img src='images/features/banner-studentlife-txt.gif' alt='Student Life: CI students enjoy a campus that&rsquo;s conducive for collaboration both inside and outside of the classroom. With renovated courtyards, a state-of-the-art library and new student union, there are many locations to meet, study, and succeed.' /></a>";
banner[number++] = "<a href='news/channel/fall-2010/s-sustainability-update.htm'><img src='images/features/banner-sustainability.jpg' alt='' /><img src='images/features/banner-sustainability-txt.gif' alt='Framework Established: Four sustainability courses include experiences in New Orleans environmental restoration, wildlife in Mexico, technology in Japan, and climate change in the Arctic National Wildlife Refuge.' /></a>";
banner[number++] = "<a href='giving/presidentscircle.htm'><img src='images/features/banner-pcircle.jpg' alt='' /><img src='images/features/banner-pcircle-txt.gif' 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/channel/fall-2010/f-educating-nurses.htm'><img src='images/features/banner-cottage.jpg' alt='' /><img src='images/features/banner-cottage-txt.gif' alt='The Power of Partnership: CI has entered into its own innovative public/private partnership with Santa Barbara-based Cottage Health System to offer Central and South Coast residents a pathway into the nursing profession.' /></a>";
banner[number++] = "<a href='news/channel/fall-2010/f-faces-bittersweet-harvest.htm'><img src='images/features/banner-bracero.jpg' alt='' /><img src='images/features/banner-bracero-txt.gif' alt='Bittersweet Harvest: Part of a nation-wide exhibit sponsored by the Smithsonian Institution, &ldquo;The Braceros of Ventura County&rdquo; exhibit chronicles the history of The Bracero Program and reflects the multidisciplinary efforts of students from Spanish, History, and Art programs.' /></a>";
banner[number++] = "<a href='news/channel/fall-2010/f-mike-curb-studios.htm'><img src='images/features/banner-mike-curb-studio.jpg' alt='' /><img src='images/features/banner-mike-curb-studio-txt.gif' alt='A Laboratory for the Arts: The recent opening of Mike Curb Studios in Napa Hall raises the profile of CI related arts and media programs.' /></a>";
banner[number++] = "<a href='news/channel/fall-2010/f-plan-for-growth.htm'><img src='images/features/banner-growth.jpg' alt='' /><img src='images/features/banner-growth-txt.gif' alt='A Plan for Growth: North Hall project designs include a new lecture hall, flexible classroom space, faculty offices, and computer lab stations while promoting energy-efficient practices.' /></a>";
banner[number++] = "<a href='news/channel/fall-2010/if-faculty-accidental-mathematician.htm'><img src='images/features/banner-mathematician.jpg' alt='' /><img src='images/features/banner-mathematician-txt.gif' alt='The Accidental Mathematician: Professor Kathryn Leonard receives grant awarded by the National Science Foundation to develop activities that will teach math in fun and creative ways for K-12 students.' /></a>";
banner[number++] = "<a href='news/channel/fall-2010/f-culturally-competent.htm'><img src='images/features/banner-cia.jpg' alt='' /><img src='images/features/banner-cia-txt.gif' alt='Growing Global Citizens: CI students complement what they are learning in the classroom with week and month-long visits to international destinations for experience and growth as global citizens.' /></a>";
banner[number++] = "<a href='news/features/socialcapital.htm'><img src='images/features/banner-socialcapital.jpg' alt='' /><img src='images/features/banner-socialcapital-txt.gif' 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='alumni/index.htm'><img src='images/features/banner-alumni.jpg' alt='' /><img src='images/features/banner-alumni-txt.gif' 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>";
increment = Math.floor(Math.random() * number);
document.write(banner[increment]);

