var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="0207_TVQA
";
arnews[0] += "By DAVID INMAN Q: When I was a little girl I remember being terrified by my first scary movie.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="'Community' Recap: 'Beginner Pottery'
";
arnews[1] += "This week's episode of Community was a treat for fans, delivering on all the long-arc plotlines the first half of the season carefully built.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 18:35:59 GMT";
arnews[1] += "
";
arnews[2]="Community Review
";
arnews[2] += "Romance is in the air and the possibilities are endless. February 5, 2010 - I'll be honest, I'd sort of written Community off earlier in the season as it continued to meander in that frustrating realm of showing promise without actually succeeding.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 17:27:45 GMT";
arnews[2] += "
";
arnews[3]="School notes: Northwest seniora s bridge finishes second
";
arnews[3] += "Jack Kollars of Olathe, a junior at St. Thomas Aquinas High School, attaches a medal plate and hook to his bridge before load testing it during Saturday's 27th Annual Model Bridge Building Contest at the University of Kansas Edwards Campus in Overland Park.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 17:28:12 GMT";
arnews[3] += "
";
arnews[4]="Scary movie was 'Trilogy of Terror"
";
arnews[4] += "Question: When I was a little girl I remember being terrified by my first scary movie.";
arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 10:56:36 GMT";
arnews[4] += "
";
arnews[5]="TV Q&a with David Inman
";
arnews[5] += "It was about a freaky little statue that came to life and terrorized a woman all over her house until finally she threw it into the oven and turned it on high.";
arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 03:37:12 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("