var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fresno Mayor Appoints New City Manager
";
arnews[0] += "The city of Fresno has a new City Manager. \"Will you join me in welcoming Mr. Mark Scott,\" Fresno Mayor Ashley Swearengin announced during an afternoon press conference at city hall Tuesday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:15:15 GMT";
arnews[0] += "
";
arnews[1]="Teacher battles studentsa anxiety about math
";
arnews[1] += "Michael Crehan wages war on a common brand of hate. Twice a week in an Everett Community College classroom, he helps students embrace what vexes them - math.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:53:33 GMT";
arnews[1] += "
";
arnews[2]="Local: Fresno native named city manager
";
arnews[2] += "A new mayor might not be the only change at City Hall next January. Few of the 11 candidates running to replace Mayor Alan Autry are happy with how things are going in Fresno.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:13:00 GMT";
arnews[2] += "
";
arnews[3]="New State Top 20 Girls BB Rankings
";
arnews[3] += "Mary's 21-1 The Rams have already played once this week and crushed Miramonte of Orinda, 82-40, on Monday night.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:09:44 GMT";
arnews[3] += "
";
arnews[4]="Exhibition will showcase Trojans' artistic talents
";
arnews[4] += "As members of the prestigious Trojan athletic program, USC's finest student-athletes are rarely displayed in a light which depicts them as anything other than competitors inside the white lines.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Idol back in Hollywood
";
arnews[5] += "Hello Ellen, Hello Hollywood: Did you spot the next \\"Idol\\"? Reality Bytes Gossip about reality TV including Survivor, The Apprentice, Real World and The Amazing Race Reality Bytes We watch all the best \"unscripted\" television shows so you don't have to.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Fresno's Mayor Announced New City Manager
";
arnews[6] += "Fresno Mayor Ashley Swearengin revealed who will be running City Hall's day to day operations.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 06:07:26 GMT";
arnews[6] += "
";
arnews[7]="Bonnaroo teases fans with lineup
";
arnews[7] += "The announcement of the artists appearing at the 2010 Bonnaroo Music and Arts Festival in Manchester, Tenn., was like a wild scavenger hunt on Tuesday.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 05:20:42 GMT";
arnews[7] += "
";
totcount = 8;
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("