var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New on DVD: 'Knowing'; 'Jeff Garlin: Young & Handsome'; 'Push'; 'The Unborn'
";
arnews[0] += "Nicolas Cage, left, and Rose Byrne star in \" Knowing.\" Knowing Summit, $26.99; Blu-ray, $34.99 There's a substantial amount of \"not this again\" weighing down the sci-fi thriller \"Knowing,\" which stars Nicolas Cage as a divorced, reluctant prophet of doom with a son who talks to spirits.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 15:09:40 GMT";
arnews[0] += "
";
arnews[1]="New on DVD: 'Knowing'; 'Jeff Garlin: Young & Handsome'; 'Push'; 'The Unborn'
";
arnews[1] += "Nicolas Cage, left, and Rose Byrne star in \" Knowing.\" Knowing Summit, $26.99; Blu-ray, $34.99 There's a substantial amount of \"not this again\" weighing down the sci-fi thriller \"Knowing,\" which stars Nicolas Cage as a divorced, reluctant prophet of doom with a son who talks to spirits.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 03:45:22 GMT";
arnews[1] += "
";
arnews[2]="New on DVD: 'Knowing'; 'Jeff Garlin: Young & Handsome'; 'Push'; 'The Unborn'
";
arnews[2] += "Nicolas Cage, left, and Rose Byrne star in \" Knowing.\" Knowing Summit, $26.99; Blu-ray, $34.99 There's a substantial amount of \"not this again\" weighing down the sci-fi thriller \"Knowing,\" which stars Nicolas Cage as a divorced, reluctant prophet of doom with a son who talks to spirits.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 10:23:36 GMT";
arnews[2] += "
";
arnews[3]="Weezer's New Music Video
";
arnews[3] += "If Weezer would've only given us the positively glorious new single, \" I Want You To,\" off their upcoming album, Raditude , it would've been enough for us.";
arnews[3] += "
Publ.Date : Fri, 23 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Music on TV This Week: Weezer
";
arnews[4] += "In the past, Weezer frontman Rivers Cuomo has been known to be a bit of a control freak, so it's surprising to see just how much he's let go with their latest release, Raditude .";
arnews[4] += "
Publ.Date : Mon, 26 Oct 2009 21:06:00 GMT";
arnews[4] += "
";
arnews[5]="Weezer Tapes Session with Kenny G, Chamillionaire
";
arnews[5] += "Weezer taped a five-song \"Sessions\" performance for AOL Music on Thursday night in Los Angeles, and the guest list included rapper Chamillionaire , pop singer Sara Bareilles and smooth jazz saxophonist Kenny G . According to Spinner.com , Kenny G did a solo on the new Weezer song \"I'm Your Daddy,\" Bareilles duetted with frontman Rivers Cuomo on ...";
arnews[5] += "
Publ.Date : Mon, 26 Oct 2009 16:42:44 GMT";
arnews[5] += "
";
arnews[6]="Weezer Clones Get Violent In 'I Want You To' Video
";
arnews[6] += "That's right, \"I Want You To\" features the guys in Weezer makin' babies, presumably with each other, since the video is set in a town - called Weezerville - where every man, woman and child is a member of the band.";
arnews[6] += "
Publ.Date : Fri, 23 Oct 2009 21:26:00 GMT";
arnews[6] += "
";
arnews[7]="Concert Tickets with Weezer and Anti-Flag
";
arnews[7] += "I start this week's Concert Ticket's piece with some bad news: guitarist Ian McDougall of The Riverboat Gamblers , the best live band in America, was involved in a very serious accident last weekend when he got hit by a car while biking home from work.";
arnews[7] += "
Publ.Date : Fri, 23 Oct 2009 22:04:52 GMT";
arnews[7] += "
";
totcount = 8;
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("