 

var news_items = new Array();
var scrollercontent = "";


news_items[0] = '<span class="headline">We&acute;re back!</span><br /> Welcome new and returning students!';

news_items[1] = '<span class="headline">Fall 2010 General Registration</span><br /> begins August 26!  For complete details, click <a href="http://www.fvcc.edu/admissions/registration/">here.</a>';

news_items[2] = '<span class="headline">Chef&acute;s Table is back!</span><br /> The Culinary Arts department is proud to present the fourth season of Chef&acute;s Table. <a href="http://www.fvcc.edu/news-events/academic-news/chef-s-table/">more...</a>';

news_items[3] = '<span class="headline">Semester in Venice,<br/ > Spring 2011</span><br /> The popular FVCC Semester in Venice Program is being offered January 16 - April 16, 2011. <a href="http://www.fvcc.edu/news-events/press-releases/2010/july/fvcc-offering-2011-spring-semester-program-in-venice-italy/">more...</a>';

news_items[4] = '<span class="headline">The Scholars Program at FVCC</span><br /> is now accepting applications for fall 2010 <a href="http://www.fvcc.edu/academics/additional-learning-tracks/the-scholars-program/">more...</a>';

news_items[5] = '<span class="headline">3rd Annual Festival of Flavors</span><br /> The FVCC Foundation will host its "Festival of Flavors" event October 7-16, 2010. <a href="http://www.fvcc.edu/foundation/the-fvcc-foundation/foundation-events/festival-of-flavors/">more...</a>';

news_items[6] = '<span class="headline">New Students</span><br /> Don&acute;t forget to pick up your free library card.';

for (var i=0; i < news_items.length; i++) {
	scrollercontent = scrollercontent + news_items[i] + '<br /><br /><br />'
}

//news_items[0] = '<span class="headline">Non-Credit Classes</span><br /> Over 30 new Continuing Education classes. <a href="http://www.fvcc.edu/continuing-education/community-education-classes/">more...</a>';
