var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="9-9: 2010.02.09
";
arnews[0] += "Am I the only one who thinks American Idol teasers are becoming more and more like Hollywood movie posters? \"Brilliant!\", says Kara DioGuardi.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:39:23 GMT";
arnews[0] += "
";
arnews[1]="Kings of Leon, Jay-Z and Stevie Wonder on the Bill for Bonnaroo
";
arnews[1] += "Coming to the Bonnaroo mud this summer: Stevie Wonder , Dave Matthews Band, Kings of Leon, Jay-Z , Weezer , John Fogerty, Norah Jones , LCD Soundsystem, Jeff Beck and the Flaming Lips playing Pink Floyd a s a oeDark Side of the Moon.a They, along with Regina Spektor, the Dead Weather, Phoenix, the Zac Brown Band, the National, Steve Martin , Kris ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:50:28 GMT";
arnews[1] += "
";
arnews[2]="Grand Chute seeks recruits for citizens police academy
";
arnews[2] += "Some prefer to watch the realities of police work on television. Others enter the Grand Chute Citizen Police Academy.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:39:00 GMT";
arnews[2] += "
";
arnews[3]="BUFS Preview
";
arnews[3] += "Jon Amiel's Creation, up next at BUFS, tells the story of Charles Darwin and the publication of On the Origin of Species as described in the biography Annie's Box: Darwin, His Daughter and Human Evolution, written by Darwin's great-great-grandson, Randal Keynes.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="Torch turnout higher than expected
";
arnews[4] += "A crush of about 24,000 people descended on Surrey's Holland Park Monday night to share in a part of history, as the Olympic torch made its way to one of the first major venues on its journey to the start of the 2010 Winter Games on Friday.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="The Sports Comedians
";
arnews[5] += "Posted on: April 28, 2009 2:39 pm Score: -12 This post has been removed by the administrator.";
arnews[5] += "
Publ.Date : Mon, 06 Apr 2009 07: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("