var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Williams fits in with Austin Peay
";
arnews[0] += "Marcel Williams gained about 25 pounds during his first year at Austin Peay University.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:11:42 GMT";
arnews[0] += "
";
arnews[1]="Hollywood opens its wallets for Jerry Brown
";
arnews[1] += "If the entertainment industry were allowed to pick California's next governor, there would be no contest: Jerry Brown would win by a landslide.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Poor California: No money and no leadership
";
arnews[2] += "In the new movie \"2012,\" whose video trailers were bombarding television airwaves last week, the world as we know it gives way three years hence under a siege of floods, eruptions, undulating continents and earthquakes.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Strong Ja squad for first Trial match
";
arnews[3] += "Defending champions Jamaica will find a new gear in their preparations for the 2010 regional first-class season, with tomorrow's start at Up Park Camp of the first of three four-day trial matches.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:46:43 GMT";
arnews[3] += "
";
arnews[4]="Crime no problem
";
arnews[4] += "SLEEPING with the door unlocked is something not even the bravest Kingstonian would chance in today's Jamaica.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:45:56 GMT";
arnews[4] += "
";
arnews[5]="Sports Talk: It's all about the bragging rights
";
arnews[5] += "It's my understanding there is a big college football game in town Saturday. Is anyone else aware of it? It seems a pretty hot team is playing a pretty cold one and at stake are winning streaks, bowl games, winning seasons and bragging rights.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 07:38:45 GMT";
arnews[5] += "
";
arnews[6]="Defense puts the pressure on Iowa
";
arnews[6] += "Two key Gophers defenders were on the sidelines at the start of Saturday's game.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 07:23:35 GMT";
arnews[6] += "
";
arnews[7]="Pack's Davis filling his role
";
arnews[7] += "Anyone trying to follow N.C. State's game online Saturday may not have known Josh Davis was ever in the game.";
arnews[7] += "
Publ.Date : Sun, 22 Nov 2009 07:19:39 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("