var rotator1 = {
    path:   'http://web.taftcollege.edu/index_files/index_images/',
    speed:  9000, // default is 4500
    id:   'r1',
    images: ["r4_1.jpg", "class_size.jpg", "r4_2.jpg", "r4_3.jpg", "rentals_1.jpg", "volleyball.jpg", "bookstore_1.jpg"], 
    bTrans: true, // ie win filter
    bMouse: true, // pause/resume
    captionId: 'img_caption',
    captions:   ["*Supportive and friendly staff/faculty<br><br>*Small teacher to student ratio<br><br>*Textbook rental program", "Teacher to student ratio is excellent<br><br>Small class size", "New Student Services/Administration building<br><br>Your one stop shop!", "Brand new library with state of the art technology", "Taft College offers a textbook rental program where you can rent the majority of your textbooks.", "Great athletics programs like volleyball!", "Order your Spring book rentals now!"],
	actions:    ["index.html",
                "index.html",
				"index.html",
				"index.html",
                "http://web.taftcollege.edu/student_services/vouchers_rentals.shtml", 
                "http://web.taftcollege.edu/student_services/vouchers_rentals.shtml", 
                "http://web.taftcollege.edu/athletics/athletics.shtml", 
                "http://www.bkstr.com/Home/10001-41404-1?demoKey=d"]

}

/*
Excellent student-to-teacher ratio<br>personalized student services<br>complete lower-division transfer courses<br>personal enrichment classes<br>child care<br>dedicated faculty and staff<br>diverse student body<br>ASB student union<br>accessible administrators and counselors<br>gas vouchers
*/

function initRotators() {
    dw_Rotator.setup(rotator1);
}
dw_Event.add( window, 'load', initRotators);