var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Live in Chicago? Capone has details of an early Youth in Revolt...
";
arnews[0] += "Hey everyone. Capone in Chicago here. There's a film coming out early next year--January 8 to be exact--called YOUTH IN REVOLT, and it's clearly the product of a demented and extremely funny mind.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 16:54:11 GMT";
arnews[0] += "
";
arnews[1]="Online video's that make you laugh outloud.
";
arnews[1] += "Between Two Ferns with Zach Galifianakis. Zach interviews some of the biggest stars in the most awkward environment possible.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="The Week in DVR: Thanksgiving Week Means Putting the Fun in...
";
arnews[2] += "Monday: Heroes When the dust settles and Heroes gets rightfully canceled , it will be remembered as the Creed to Lost 's Pearl Jam; this is a show that has degenerated so quickly into tedium, we find it hard to imagine Heroes was ever taken seriously by the geek sect.";
arnews[2] += "
Publ.Date : Mon, 23 Nov 2009 17:02:51 GMT";
arnews[2] += "
";
arnews[3]="Celebrities give thanks
";
arnews[3] += "Taylor Swift : Ia m just a girl that sings country songs; I have so much to be thankful for - Kanye West: YOOOOOOOO TAYLOR.";
arnews[3] += "
Publ.Date : Mon, 23 Nov 2009 06:03:29 GMT";
arnews[3] += "
";
arnews[4]="Anna Kendrick on Scott Pilgrim VS. the World
";
arnews[4] += "Yesterday I participated in a roundtable interview with Anna Kendrick for her new movie Up in the Air .A While I'll have a full transcript soon, I wanted to share what she said about Edgar Wright's Scott Pilgrim vs.";
arnews[4] += "
Publ.Date : Mon, 23 Nov 2009 05:19:57 GMT";
arnews[4] += "
";
arnews[5]="Movie review: Year One -- 2 out of 5 stars
";
arnews[5] += "Year One is this summer's The Love Guru, this weekend's Land of the Lost. It's a throwback to the \"star comedy,\" the days when hit movies were outlandish farces built around larger-than-life comics playing broad, cartoonish characters.";
arnews[5] += "
Publ.Date : Fri, 19 Jun 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("