var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="It's high time for details about mayoral takeover
";
arnews[0] += "Some people don't believe a recent poll that suggested widespread opposition to a proposed mayoral takeover of Milwaukee Public Schools.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:33:24 GMT";
arnews[0] += "
";
arnews[1]="Lady Lions fall hard to Oak Mountain, 35-31
";
arnews[1] += "Hannah Cables drained a long trey from the corner with eight seconds left in the third quarter to give the Prattville Lady Lions a 24-22 lead over the visiting Oak Mountain Eagles Tuesday night at James Powell Gymnasium.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="New families stars of National Adoption Day
";
arnews[2] += "OLYMPIA Thurston County Superior Court Judge Chris Wickham's penstroke Thursday made it official: Tamara and Ross Paddock had a new daughter, 2-year-old Alex Paddock.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:44:52 GMT";
arnews[2] += "
";
arnews[3]="A handy 'New Moon' guide for parents
";
arnews[3] += "Congrats, Dad, you have the bloody honor of accompanying your daughter and her swooning \"Twi-hard\" friends to \"Twilight: New Moon.\" A world of new-fangled emo vampires, animated wolves and more awaits you.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Team Edward definitely trumps Team Jacob
";
arnews[4] += "By Erin Keane Who always obeys the laws of her state and mores of her community.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Lady Cats cruise in home opener
";
arnews[5] += "Conway girls basketball coach Janet Taylor knows having a tough nonconference schedule is key to getting her Lady Cats ready for 7A-Central Conference play.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 07:56:45 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("