var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Najee - Mind Over Matter
";
arnews[0] += "He also went on to play and tour with Prince in 2001, contributing his talents to The Rainbow Children .";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:46:12 GMT";
arnews[0] += "
";
arnews[1]="The Milwaukee Holiday Parade steps off Saturday
";
arnews[1] += "Published Nov. 19, 2009 at 9:00 a.m. Tags: holiday parade , christmas parade , degrace family , wisconsin ave.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 15:00:00 GMT";
arnews[1] += "
";
arnews[2]="Sony Releases Michael Jackson's Posthumous Album; Chris Brown Takes a Break from Community Service
";
arnews[2] += "On October 27, Sony Music will release the posthumous Michael Jackson album, This Is It .";
arnews[2] += "
Publ.Date : Mon, 26 Oct 2009 04:00:00 GMT";
arnews[2] += "
";
arnews[3]="Bucks vs. Nets: Tune in tonight for a live blog
";
arnews[3] += "Big Brandon Jennings expose on ESPN... Nice! Bucks got a great one here... get/keep everyone healthy, and this could be a playoff contender about 4 minutes ago LauryLuv_x0x0 : THe BUckS PlaY THe NEtz 2nITe > WaT THey GoIN foR 0-12 or 1-11. I DuNnO BUT ITs GUarEenTed BranDon JennInGs GONna PUT ON a SHOW 2nITe!!! about 6 minutes ago CreativeBonsu : ...";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Present music serves up musical feast
";
arnews[4] += "The Present Music Ensemble, along with the Milwaukee Children's Choir, Bucks Native American Singing and Drumming Group and the Milwaukee Choral Artists, will perform a special community-inspired musical feast Sunday evening at St.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:13:00 GMT";
arnews[4] += "
";
arnews[5]="Present music to put on musical feast
";
arnews[5] += "The Present Music Ensemble, along with the Milwaukee Children's Choir, Bucks Native American Singing and Drumming Group and the Milwaukee Choral Artists, will perform a special community-inspired musical feast Sunday evening at St.";
arnews[5] += "
Publ.Date : Mon, 02 Nov 2009 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("