var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Riverland ranks well in diversity
"; arnews[0] += "Riverland Community College is a step above many Minnesota colleges when it comes to diversity."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:51:00 GMT"; arnews[0] += "
"; arnews[1]="Riverland diversifies enrollment
"; arnews[1] += "Diversity is growing on area college campuses, as Riverland Community College is reporting an uptick in underrepresented students."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 06:43:32 GMT"; arnews[1] += "
"; arnews[2]="Jackson Browne plays REH on Nov. 20
"; arnews[2] += "Singer-songwriter Jackson Browne kicks off his Fall 2009 Solo Acoustic Tour, November 1 in Harrisburg, PA."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 07:45:00 GMT"; arnews[2] += "
"; arnews[3]="Pagliuca is latest candidate to restate a policy position
"; arnews[3] += "Another day and another candidate for U.S. Senate backpedaling on comments made, this time about the reinstatement of the military draft."; arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 12:03:51 GMT"; arnews[3] += "
"; arnews[4]="Pell Futures Today Announced that it has Raised Over $ 85 Million in Capital.
"; arnews[4] += "We are proud to create a program designed to facilitate available finance to businesses, while also giving our investors access to a unique opportunity to invest in high quality securities.'Pell Futures strategy involves capitalizing on market disruptions by sourcing undervalued credits and attractive cash flows inherent in derivatives eligible to ..."; arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Governor Bob Riley Wednesday became the Mobile's Patriot of the Year
"; arnews[5] += "Riley is the first Alabama governor to be given the honor. He joins the ranks of people like General James Doolittle, Senator Jeremiah Denton, astronaut Alan Sheppard, and former NATO Commander Wesley Clark."; arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 11:23:36 GMT"; arnews[5] += "
"; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");