var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Post a Comment
";
arnews[0] += "Think of it as the beginning of the end of the nomadic era when the 12th annual Seven Days of Opening Nights arts festival opens Friday.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 09:52:21 GMT";
arnews[0] += "
";
arnews[1]="The Seven Days of Opening Nights lineup
";
arnews[1] += "\"In Company with Angels\" : The Florida State University Museum of Fine Arts displays stained-glass church windows by Louis Comfort Tiffany as well as \"The Annunciation\" painting by Benedetto Gennari II from the 18th century .";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 09:52:04 GMT";
arnews[1] += "
";
arnews[2]="One more for the road:
";
arnews[2] += "Think of it as the beginning of the end of the nomadic era when the 12th annual Seven Days of Opening Nights arts festival opens Friday.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Rascal Flatts hopes to offer Michigan 'medicinal' release from its tough economic times
";
arnews[3] += "Joe Don Rooney, left, Jay DeMarcus, center, and Gary LeVox of the band Rascal Flatts arrive at the 2006 American Music Awards.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 00:32:38 GMT";
arnews[3] += "
";
arnews[4]="MU Prof. Steven Watts only went to the Playboy Mansion for research. Really
";
arnews[4] += "Photo courtesy of the Playboy archive. The Hef shared his life story with Missouri author Steven Watts.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 15:50:04 GMT";
arnews[4] += "
";
arnews[5]="Friday's Prep Roundup: McQueen routs North Valleys
";
arnews[5] += "Whatever was said in the McQueen locker room at halftime Friday night, it got the point across.";
arnews[5] += "
Publ.Date : Sat, 30 Jan 2010 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("