 

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

news_items[0] = '<span class="headline">Need money to attend FVCC in Fall 2010?</span><br /> March 15 is the scholarship application priority deadline.  Apply today! <a href="http://www.fvcc.edu/admissions/financial-aid/types-of-aid/scholarships/">more...</a>';




news_items[1] = '<span class="headline">Shake-speare&acute;s Treason</span><br /> New York actor and author to uncover a 400-year-old mystery in his one-man explosive show. <a href="http://www.fvcc.edu/student-life/theatre/">more...</a>';



news_items[2] = '<span class="headline">2010 Honors Symposium</span><br /> Join us for our free lecture series on &quot;How to Change the World.&quot; <a href="http://www.fvcc.edu/academics/additional-learning-tracks/honors-symposium/">more...</a>';

news_items[3] = '<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[4] = '<span class="headline">Glacier Park Exhibit</span><br /> Explore Glacier&acute;s history by checking out the traveling exhibit in our Eagle&acute;s Nest Cafe. <a href="http://www.fvcc.edu/news-events/press-releases/2010/february/land-of-many-stories-the-people-and-histories-of-glacier-national-park-traveling-exhibit-comes-to-fvcc/">more...</a>';



news_items[5] = '<span class="headline">Chef&acute;s Table Returns for a New Season</span><br /> Spring menus now available! <a href="http://www.fvcc.edu/news-events/academic-news/chef-s-table/purchase-tickets/">more...</a>';


news_items[6] = '<span class="headline">Pharmacy Technology Certificate Program</span><br /> Applications for Fall 2010 are now available in the Admissions Office.  Submission deadline is April 15, 2010.';

news_items[7] = '<span class="headline">H1N1 Virus</span><br /> Get the facts <a href="http://www.cdc.gov/h1n1flu/swineflu_you.htm">here.</a>';



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>';
