var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Big Bang Theory's Jim Parsons to Receive 2010 Nab TV Chairman's Award
";
arnews[0] += "Jim Parsons, Emmy nominee and star on the critically acclaimed CBS comedy series \"The Big Bang Theory,\" from Warner Bros.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:20:22 GMT";
arnews[0] += "
";
arnews[1]="Bill Cosby: 'I'M not Dead'
";
arnews[1] += "BILL COSBY is laughing off reports of his death, after becoming the latest in a handful of celebrities 'killed off' by internet hoaxers.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:32:37 GMT";
arnews[1] += "
";
arnews[2]="With 'Oranges,' Hugh Laurie of 'House' could take the film plunge
";
arnews[2] += "With 'Oranges,' Hugh Laurie of 'House' could take the film plunge February 8, 2010 3:47 pm It can be a crapshoot when TV actors step from the small screen into features; for every George Clooney or Steve Carell, there's a Zach Braff or Katherine Heigl.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 00:00:15 GMT";
arnews[2] += "
";
arnews[3]="The Big Bang Theory's Jim Parsons to Receive 2010 Nab TV Chairman's Award
";
arnews[3] += "Jim Parsons . View Multimedia Gallery ... On Monday February 8, 2010, 3:11 pm EST WASHINGTON-- --Jim Parsons, Emmy nominee and star on the critically acclaimed CBS comedy series \"The Big Bang Theory,\" from Warner Bros.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 23:50:30 GMT";
arnews[3] += "
";
arnews[4]="Bill Cosby:'I'm Alive!'
";
arnews[4] += "Bill Cosby is laughing off reports of his death, after becoming the latest in a handful of celebrities 'killed off' by internet hoaxers.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 18:33:05 GMT";
arnews[4] += "
";
arnews[5]="Cosby issues 'rebuttal' to death reports
";
arnews[5] += "Comedian Bill Cosby poses for photographers at the 12th annual Mark Twain Prize for American Humor at the John F. Kennedy Center on October 26, 2009 in Washington, DC.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 17:03:47 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("