var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Frankie Boyle on loves, hates and gobstoppers
";
arnews[0] += "Nothing is taboo in comedy, insists Frankie Boyle, who cultivated his near-the-knuckle humour because \"I've actually got a really soft, high-pitched voice, which is crap for stand-up, so I had to really shout and that has given me quite an aggressive style\". In his new autobiography, My Shit Life So Far , the acerbic 37-year-old describes his ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:35:37 GMT";
arnews[0] += "
";
arnews[1]="Remembering Ken Ober
";
arnews[1] += "One of my first jobs out of school was playing a rotating succession of floozies - some dumb, some angry, all crazy - on MTV's first-ever nonmusical program, Remote Control.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:15:18 GMT";
arnews[1] += "
";
arnews[2]="Ask Billboard: Swift's Lucky 13 Top 40 Hits
";
arnews[2] += "Adam Sandler Good Girl Gone Bad [Reloaded] Rihanna /album/taylor-swift/fearless/1183852 Fearless Taylor Swift /album/no-data/no-data/1300457 /album/lady-gaga/the-fame/1172154 The Fame Lady GaGa TRIVIAL MATTERS Hi Gary, Regarding the topic in last week's \"Ask Billboard,\" while some people may be ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:52:17 GMT";
arnews[2] += "
";
arnews[3]="Sean Astin brings humor, insight and a bit of the Shire to Hopkins
";
arnews[3] += "Sean Astin spoke ot a group of enthusiastic listeneres during the MSE Symposium.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="New on DVD: 'Angels & Demons,' 'Funny People'
";
arnews[4] += "PLOT Praying for another $750 million absolution at the global box office, the fairly unholy trinity of Tom Hanks , director Ron Howard and \" The Da Vinci Code \" author Dan Brown reteam on Brown's earlier novel and manage to be more obscure than a Latin Mass.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:17:47 GMT";
arnews[4] += "
";
arnews[5]="More
";
arnews[5] += "Don't miss your chance to win \"Funny People\" on DVD; starring Adam Sandler, Seth Rogen and Jonah Hill.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:37:50 GMT";
arnews[5] += "
";
arnews[6]="Judd Apatow On The Alchemy Of 'Funny People'
";
arnews[6] += "Writer and director Judd Apatow first became known for the TV series Freaks and Geeks, which gained a cult following when it aired on NBC from 1999 to 2000.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 19:41:09 GMT";
arnews[6] += "
";
arnews[7]="a Tis The . . .
";
arnews[7] += "Tinsel is hung earlier and earlier each year. Now, even before Thanksgiving we prepare for \"the holidays.\" Eventually, people will be stringing lights and frying up latkes in June to prepare.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 18:57:46 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("