var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Squealing with Glee: why kids love Fox TV's new high school musical | Alexis Soloski
";
arnews[0] += "I am full of glee. Is this a good thing? This week, the New York Times ran a story on how an hour-long comedy on the Fox TV network \"has become a cult favourite among the theatre community in New York.\" Most days, I like to imagine myself as part of that community, so this morning I settled in to watch all nine episodes of Glee .";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 18:16:22 GMT";
arnews[0] += "
";
arnews[1]="Jay-Z Rules Hot 100, Lady Antebellum Jumps Into Top 10
";
arnews[1] += "Lady Antebellum and Jay-Z As reported in a breaking Billboard.com news story yesterday, Jay-Z earns his fourth Hot 100 No.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:17:20 GMT";
arnews[1] += "
";
arnews[2]="Wicked' author set to cap book club program
";
arnews[2] += "Author Gregory Maguire remembers attending a compact disc signing event for the Broadway musical Wicked, a blockbuster based on his novel of the same name.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 13:41:14 GMT";
arnews[2] += "
";
arnews[3]="Recap: "Wheels" Posted
";
arnews[3] += "Glee finally, finally, finally returns to our lives, and in this episode President Will keeps turning everything into life-ruining \"teaching moments.\"A Quinn is stuck relying on her fake baby daddy Finn, but he's broke, so she's stuck looking like she could use her some public health insurance.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 07:40:45 GMT";
arnews[3] += "
";
arnews[4]="Glee: Roll Play
";
arnews[4] += "Two weeks ago, Glee served up a fun-fest of musical numbers, but this week it's all about Big Life Lessons - never has the stark black-on-white Glee logo looked so menacing! Somehow we didn't sink under the weight - finally, the characters dealt with believable problems , and the plot actually moved forward.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 00:59:52 GMT";
arnews[4] += "
";
arnews[5]="Glee
";
arnews[5] += "Artie takes center stage in Glee 's Wednesday night episode \"Wheels,\" when the club is forced to wheel a mile in his shoes.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 15:42:44 GMT";
arnews[5] += "
";
arnews[6]="Review: Glee - Wheels
";
arnews[6] += "If you're a Glee fan already -- a Gleek -- this episode is going to hit you in the sweet spot.";
arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 05:29:00 GMT";
arnews[6] += "
";
totcount = 7;
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("