var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="It's a slow week
";
arnews[0] += "How about this one or this one, just for a start. 6:35 PM Anonymous said... Totally off topic, but a denialist actually may have taught me something new today, assuming it pans out: Is CO2 actually smaller in diameter than O2? That seems very counterintuitive, and yet, a brief google search seems to support this denialist's contention.";
arnews[0] += "
Publ.Date : Tue, 26 Jan 2010 06:59:21 GMT";
arnews[0] += "
";
arnews[1]="College hoops roundup: DeHaan keys MSU victory at Indiana; U-M bows
";
arnews[1] += "Center Allyssa DeHaan scored 12 points and grabbed 10 rebounds in the final 20 minutes, leading No.";
arnews[1] += "
Publ.Date : Mon, 04 Jan 2010 11:38:21 GMT";
arnews[1] += "
";
arnews[2]="Upchurch answers the call from music greats
";
arnews[2] += "Chicago-born guitarist Phil Upchurch has played on Christmas recordings by Donny Hathaway, Natalie Cole and Lou Rawls, including Rawls' final project before his death in 2006.";
arnews[2] += "
Publ.Date : Sun, 13 Dec 2009 12:41:04 GMT";
arnews[2] += "
";
arnews[3]="MHS brings strange science to the stage
";
arnews[3] += "Mad scientists, creatures of the unknown and animals turned human are taking over the Marion stage.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 17:38:32 GMT";
arnews[3] += "
";
arnews[4]="MHS brings strange science to the stage
";
arnews[4] += "Mad scientists, creatures of the unknown and animals turned human are taking over the Marion stage.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 17:38:32 GMT";
arnews[4] += "
";
arnews[5]="Can Pacquiao Eclipse Ray Robinson?
";
arnews[5] += "About a year ago, I grossly offended Manny Pacquiao. In lieu of applauding his bravery for taking on the much larger Oscar De La Hoya, I questioned the validity of the bout and painted the fight as more of business proposal to ensure an economic surplus for both men.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 07:02:13 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("