var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Preview
";
arnews[0] += "Don't forget -- ASU faces San Francisco at 4:30 p.m. today at Wells Fargo Arena, a rare late-afternoon start, yet a good reason to leave work early.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:15:31 GMT";
arnews[0] += "
";
arnews[1]="Skip a rope and fill in Blank as rapper
";
arnews[1] += "When Amanda Blank bounds onstage, prancing like a '60s go-go dancer, she's giddy, almost awkward, and all megawatt smiles.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:00:00 GMT";
arnews[1] += "
";
arnews[2]="Power of Youth event honors actors
";
arnews[2] += "Corbin Bleu, Miranda Cosgrove, Jesse McCartney, AnnaLynne McCord and KeKe Palmer will be saluted for their charity work at the third annual Variety's Power of Youth event, to be held Dec.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 05:39:45 GMT";
arnews[2] += "
";
arnews[3]="Singer Lee Ann Womack to perform for troops at Schofield Barracks
";
arnews[3] += "Country music artist Lee Ann Womack plans to perform for troops and their families at Schofield Barracks onThursday.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="USC is forced to rebuild, recover
";
arnews[4] += "USC's three consecutive NCAA Tournament appearances and high-profile recruits like O.J. Mayo and DeMar DeRozan seem like distant history.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:27:23 GMT";
arnews[4] += "
";
arnews[5]="Amanda Blank raps with a speed that just comes naturally to her
";
arnews[5] += "When Amanda Blank opened for her pal Santigold at the House of Blues back in June, no one knew what to expect.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 08:04:49 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("