var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Students hold buildings in protest
";
arnews[0] += "Video: Student protesters 'fired up' On the Santa Cruz campus -- where building occupations began last week with a library sit-in -- about 100 students staged a sit-in in the second-floor lobby of Kerr Hall soon after hearing the tuition hike had been approved, according to UC Santa Cruz Provost David Kliger.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:34:55 GMT";
arnews[0] += "
";
arnews[1]="NINE Soundtrack to Be Released Digitally December 15; Track List Revealed
";
arnews[1] += "The vibrant and provocative musical production NINE, premiered on Broadway in 1982 to critical acclaim , and successfully revived in 2003 , is the most hotly anticipated movie of the holiday season, directed by Rob Marshall , and starring Daniel Day-Lewis , Penelope Cruz , Marion Cotillard , Nicole Kidman , Judi Dench , Kate Hudson , Fergie , and ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:45:50 GMT";
arnews[1] += "
";
arnews[2]="California Students Occupy Buildings To Protest Fee Hike
";
arnews[2] += "University of California students were occupying buildings on several of the system's campuses Friday in protest of a 32 percent tuition hike.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:10:37 GMT";
arnews[2] += "
";
arnews[3]="Style Friday: Scarlett's in as Pene drops...
";
arnews[3] += "PENELOPE has taken a pit-stop from modelling, and a Scarlett woman is in pole position to take her place.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:26:50 GMT";
arnews[3] += "
";
arnews[4]="NINE - The Movie - Based on 7-Time Tony Award-Winning Broadway...
";
arnews[4] += "NINE - The Movie - Based on 7-Time Tony Award-Winning Broadway Musical - Opens December 18th in New York and Los Angeles - Nationwide on Christmas Day ORIGINAL MOTION PICTURE SOUNDTRACK CAST ALBUM ON GEFFEN RECORDS SET FOR DEC.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:07:21 GMT";
arnews[4] += "
";
arnews[5]="Oviedo rocks cheerleading competition
";
arnews[5] += "The football fields may be empty, but area Pop Warner cheerleaders have had plenty to shout about this month.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 06:49:06 GMT";
arnews[5] += "
";
arnews[6]="WHS Volleyball: Netters take NCL pennant
";
arnews[6] += "The Lady Wolverine CIF NCS North Central League champs. Left to right: Amanda Winters, Rona Jergenson, Kaitlyn Thiel, Whitney Dunham, Mike Reeser, Brenna Jessup, Besse Foltz, Cruz Kvasnicka, Claudia Gaona, Nicole Sorace, Coach Jon Jessup, Jacob Stubberfield, James Wells, and Ceara Snyder.";
arnews[6] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("