var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Students, guests share talent through poetry, music
";
arnews[0] += "Andrew Frasier performed as a guest artist during the Coffee House Tuesday night in the Union lobby.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 02:16:00 GMT";
arnews[0] += "
";
arnews[1]="Tell Me - Groove Theory
";
arnews[1] += "Groove Theory is a duo consisting of former songwriter and session vocalist Amel Larrieux, a New York native, and former Mantronix rapper Bryce Wilson.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 03:20:26 GMT";
arnews[1] += "
";
arnews[2]="Jeremiah @ BAM
";
arnews[2] += "November 1, 2009 - Since his debut album Chasing Forever , JEREMIAH has been one to watch as he steadily makes a name through his incredible gifts as singer and songwriter.A Billboard Magazine noted him asA a oea a singer with an innate ability for passionate songwriting that one cannot learn.a His videos \" Get Away \" and \" Love For a While \", were ...";
arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 09:45:53 GMT";
arnews[2] += "
";
arnews[3]="Tyra Banks Personally Requests the Performance of Ron Anthony on the Tyra Banks Show
";
arnews[3] += "Preview The Tyra Banks Show with Ron Anthony. Tyra saw Ron perform at a private event hosted by Kathy and Ken Chenault in Sag Harbor, NY this summer and later, personally requested Ron appear on her show.";
arnews[3] += "
Publ.Date : Mon, 05 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="sacramento cover
";
arnews[4] += "A Sacramento teenager spends a week in the fields. Plug'd In Fine finned friends Tim Horner presents \"Salmon at the Heart of Nature.\" See All Green Guide LOCAL STORIES Feature Story Are you tired of your stupid, good for nothing brain? The emergent science of neurogenesis has produced a vibrant industry - in Sacramento and beyond - that claims it ...";
arnews[4] += "
Publ.Date : Thu, 24 Sep 2009 07:10:12 GMT";
arnews[4] += "
";
arnews[5]="Free Mp3: Goapele's 'Milk + Honey (Sake One Refix)'
";
arnews[5] += "Tuesday, Sep. 22 2009 @ 11:11AM Goapele I caught up with the ever-Onederful DJ Sake 1 last week at his Thursday residency Oakland club Arsimona .";
arnews[5] += "
Publ.Date : Tue, 22 Sep 2009 20:31:48 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("