var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Minnesota town exempts itself for a day
";
arnews[0] += "To comment on articles, share photos, enter a contest or to determine what you see on your StarTribune.com homepage, you must register.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:28:28 GMT";
arnews[0] += "
";
arnews[1]="Charley Walters: Vikings can play better, Childress says
";
arnews[1] += "The Vikings have won eight of nine regular-season games, but they can play better, Brad Childress says.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:24:32 GMT";
arnews[1] += "
";
arnews[2]="TCF Bank Stadium
";
arnews[2] += "Are Rochester schools moving toward a \"Your Business Here\" era? TCF Bank Stadium Home of the Minnesota Golden Gophers Opened in 2009 Cost: $288.5 million Who paid: State of Minnesota - $137 million University of Minnesota - $151 million Donors: TCF Financial Corp - $35 million, 25-year corporate sponsorship Shakopee Mdewakanton Sioux Community - ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:02:59 GMT";
arnews[2] += "
";
arnews[3]="Making Their 'Presence' Felt
";
arnews[3] += "Faith and Fear in Flushing made its debut on Feb. 16, 2005, the brainchild of two longtime friends and lifelong Met fans.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:33:55 GMT";
arnews[3] += "
";
arnews[4]="Yanks' duo takes on Mauer for Al MVP
";
arnews[4] += "The 2009 American League Most Valuable Player Award will be announced Monday, and the decision is the result of a familiar philosophical debate.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:00:00 GMT";
arnews[4] += "
";
arnews[5]="Business People Twin Cities
";
arnews[5] += "Duffy & Partners, Minneapolis, designed a branding plan for Cooper, a Cara Irish Pub that opened in St.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:38:24 GMT";
arnews[5] += "
";
arnews[6]="'s ballot
";
arnews[6] += "The American League Most Valuable Player award winner will be announced Monday at 2 p.m. ET.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 02:41:26 GMT";
arnews[6] += "
";
totcount = 7;
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("