var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Malcolm in the Middle
";
arnews[0] += "Created and executive-produced by Emmy Award-winning writer Linwood Boomer, this inventive half-hour series is seen through the eyes of MALCOLM , a regular high school kid trying to navigate his way through life despite the various obstacles thrown in his way - a complete misunderstanding of girls, the constant burden of masterminding plans to get ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:21:14 GMT";
arnews[0] += "
";
arnews[1]="Rush Hour 3 was terrible.
";
arnews[1] += "Ia m not talking about the infamous, movie franchise that shoulda ve stopped after the first one; Ia m referring to the THIRD game of the year against the Blues last night.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:01:10 GMT";
arnews[1] += "
";
arnews[2]="Locals make Christmas production a family affair
";
arnews[2] += "Photo courtesy of Stephen J. Larson Christine, Patricia, Gary, and Emily Gardenhire of Cary will perform together in the 35th anniversary production of \"A Christmas Carol.\" Emily is a senior at Apex High School.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 18:55:31 GMT";
arnews[2] += "
";
arnews[3]="Let's live-blog this thing
";
arnews[3] += "As Jeff Gordon was walking out to driver introductions a woman asked him to sign her hat.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 23:55:49 GMT";
arnews[3] += "
";
arnews[4]="AV Club's best TV episodes of the decade
";
arnews[4] += "Sex And The City , \"Easy Come, Easy Go\" Several years removed from its heyday, it's easy to spot the flaws in HBO's fairy tale about a single girl in the big city.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 05:58:25 GMT";
arnews[4] += "
";
arnews[5]="The Most Important Films of the Decade
";
arnews[5] += "The first review A.O. Scott wrote as a film critic for The New York Times was in January 2000.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 13:08:18 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("