var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New citizens get OSU-UM rivalry tips
";
arnews[0] += "Voting and jury duty are one thing. Watching the Ohio State-Michigan game tomorrow just may be a more immediate responsibility for Toledo's newest U.S. citizens.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:56:01 GMT";
arnews[0] += "
";
arnews[1]="New citizens get OSU-UM rivalry tips
";
arnews[1] += "Voting and jury duty are one thing. Watching the Ohio State-Michigan game tomorrow just may be a more immediate responsibility for Toledo's newest U.S. citizens.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:47:11 GMT";
arnews[1] += "
";
arnews[2]="To gain long-term clout, U.S. needs longer term for Olympic committee boss
";
arnews[2] += "Larry Probst needs to be the U.S. Olympic Committee chairman for at least eight years.";
arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 19:02:12 GMT";
arnews[2] += "
";
arnews[3]="To gain long-term clout, U.S. needs longer term for Olympic boss
";
arnews[3] += "Larry Probst needs to be the U.S. Olympic Committee chairman for at least eight years.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 18:35:18 GMT";
arnews[3] += "
";
arnews[4]="Face it: Being close to the U.S. didn't hurt
";
arnews[4] += "It may have been one of the Toronto bid committee's biggest allies in winning the 2015 Games.";
arnews[4] += "
Publ.Date : Sun, 08 Nov 2009 20:25:40 GMT";
arnews[4] += "
";
arnews[5]="briefs...
";
arnews[5] += "Sunday, November 08, 2009 Broad to have shoulder scan BLOEMFONTEIN, South Africa: Stuart Broad has been sent for a precautionary scan after jarring his shoulder in England's 185-run victory against the Eagles here on Friday.";
arnews[5] += "
Publ.Date : Sun, 08 Nov 2009 02:50:11 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("