var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="WE9080506c.jpg
";
arnews[0] += "Lakewood High School's Mollie Evans is off and running for the Rangers cross country team this fall.";
arnews[0] += "
Publ.Date : Fri, 03 Sep 2010 14:50:26 GMT";
arnews[0] += "
";
arnews[1]="The Short List: The Week's Recommended Shows
";
arnews[1] += "While this 24-year-old Cuban pianist was \"discovered\" and championed by none other than Quincy Jones , he obviously caught Q's serious jazz ear because there's nothing crossover about him.";
arnews[1] += "
Publ.Date : Wed, 01 Sep 2010 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Semi-Nude Controversy: Video Sneak Peek Miss Universe Contestants
";
arnews[2] += "Miss Universe contestants have had huge and varying responses in regards to photos that have been determined to be very revealing.";
arnews[2] += "
Publ.Date : Tue, 24 Aug 2010 01:56:45 GMT";
arnews[2] += "
";
arnews[3]="The Miss Universe flesh parade: Call it NBC-family viewing
";
arnews[3] += "Were any of us even aware that The Miss Universe Pageant was still on television? Think of it as one small step for women, one giant leap for Donald Trump.";
arnews[3] += "
Publ.Date : Mon, 23 Aug 2010 05:15:00 GMT";
arnews[3] += "
";
arnews[4]="Cupboard isna t bare for state champ C-G
";
arnews[4] += "Cary-Grove's Ashley Rosch goes for the ball during the IHSA Class 4A semifinals Nov.";
arnews[4] += "
Publ.Date : Sat, 21 Aug 2010 05:46:20 GMT";
arnews[4] += "
";
arnews[5]="NAMES + FACES: Detroiter is MTV's first TJ
";
arnews[5] += "MTV is putting a face on its social media efforts, and Detroit native Gabi Gregg has landed the high-profile gig.";
arnews[5] += "
Publ.Date : Tue, 10 Aug 2010 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("