jQuery(function($) {
	$('#spotlight_image').crossSlide({
		sleep: 5,
		fade: 1
	}, [
  		{
			src: 'http://www.westhillscollege.com/Images/Coalinga/Academics/Performing_Arts/coalinga_performing_arts_wizard_of_oz_1.jpg',
			href: 'http://www.westhillscollege.com/coalinga/academics/catalog/2007-2009_whcc.pdf#pa'
		},
  		{
			src: 'http://www.westhillscollege.com/Images/Coalinga/Athletics/Rodeo/coalinga_rodeo_3.jpg',
			href: 'http://www.westhillsfalcons.com/rodeo/'
		},
  		{
			src: 'http://www.westhillscollege.com/Images/Coalinga/Community/coalinga_student_1.jpg',
			href: 'http://test.westhillscollege.com/coalinga/students/index.asp'
		},
  		{
			src: 'http://www.westhillscollege.com/Images/Coalinga/Athletics/Baseball/coalinga_baseball_2.jpg',
			href: 'http://www.westhillsfalcons.com/baseball/index.asp'
		},
  		{
			src: 'http://www.westhillscollege.com/Images/Coalinga/Athletics/Rodeo/coalinga_rodeo_2.jpg',
			href: 'http://www.westhillsfalcons.com/rodeo/'
		},
  		{
			src: 'http://www.westhillscollege.com/Images/Coalinga/Community/coalinga_student_2.jpg',
		    href: 'http://www.westhillscollege.com/coalinga/students/index.asp'
		}
	]);
});