var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="American team awaits worlds
";
arnews[0] += "On a cool, windy morning, a mustachioed Michael Phelps and his American teammates churned practice laps in a pool near a stadium where workers were busy setting up for an Australian Rules football exhibition yesterday.";
arnews[0] += "
Publ.Date : Sun, 18 Mar 2007 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="First lady makes rounds on TV to promote healthy eating
";
arnews[1] += "She's hanging with Elmo and Emeril Lagasse, Big Bird and Bobby Flay. Michelle Obama appears on 'Sesame Street' Tuesday and recently taped an episode of 'Iron Chef America,' just two of the varied platforms she's been using lately to get her healthy-eating message out to the masses.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="First lady makes rounds on TV to promote healthy eating
";
arnews[2] += "She's hanging with Elmo and Emeril Lagasse, Big Bird and Bobby Flay. Michelle Obama appears on \"Sesame Street\" Tuesday and recently taped an episode of \"Iron Chef America,\" just two of the varied platforms she's been using lately to get her healthy-eating message out to the masses.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:01:55 GMT";
arnews[2] += "
";
arnews[3]="FINA World Cup, Berlin: Flash! Sergey Fesikov Sets World Record During Day One Prelims
";
arnews[3] += "Universal Sports FINA World Cup Dashboard, including webcasts and highlights BERLIN, Germany, November 14.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 07:52:20 GMT";
arnews[3] += "
";
arnews[4]="California Signs Eight
";
arnews[4] += "BERKELEY, California, November 13. CALIFORNIA, the defending NCAA and Pac-10 champion, signed a talented and diverse group of seven swimmers and one diver to National Letters of Intent, Cal head coach Teri McKeever and Cal diving coach Ben Herdt announced on Thursday.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 17:10:55 GMT";
arnews[4] += "
";
arnews[5]="Barnidge: UC faculty was way too quick to blame athletic department
";
arnews[5] += "ATHLETICS AND ACADEMICS can coexist on a college campus, but they hardly ever become friends.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 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("