var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Orlando Jones to guest on 'House' - Digital Spy
";
arnews[0] += "Orlando Jones is to guest on a forthcoming episode of Fox series House . The 41-year-old comedic actor will play Marcus, the estranged brother of Omar Epps's Foreman, reports Entertainment Weekly . Jones's episode has already been shot and is due to ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 01:40:00 GMT";
arnews[0] += "
";
arnews[1]="Major League II - San Diego weekly Reader
";
arnews[1] += "With Charlie Sheen, Tom Berenger, Corbin Bernsen, Omar Epps (subbing for Wesley Snipes), and Dennis Haysbert; written and directed by David S. Ward. 1994.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 23:46:00 GMT";
arnews[1] += "
";
arnews[2]="Olivia Wilde: It's Up to 'House' To Bring Thirteen Back - Buddytv.com
";
arnews[2] += "This, despite Wilson's (Robert Sean Leonard) attempts to get her to stay by reminding her that House (Hugh Laurie) needed her. Now what about her relationship with Foreman (Omar Epps)? She says things are going to be \"bumpy.\" \"It would be dishonest ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 05:51:00 GMT";
arnews[2] += "
";
arnews[3]="Wilde discusses reunion of 'House' team - Digital Spy
";
arnews[3] += "House star Olivia Wilde has suggested that it will not be easy getting the team back together on the medical drama. The actress, who plays Dr Remy 'Thirteen' Hadley in the series, told TV Guide that Dr House (Hugh Laurie) would have a tough time ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 14:35:00 GMT";
arnews[3] += "
";
arnews[4]="Daily guide - Boston Globe
";
arnews[4] += "Member Concert 6 a.m. WUMB-FM (91.9) Rachel Bissex, Patti Casey, and Louise Taylor from April 2003. Guest Mix 7 a.m. WUMB-FM (91.9) Amy Fairchild from May 2003. Kid’s Classical Hour 9 a.m. WCRB-FM (99.5)“Song of the Unicorn,’’ music of the ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:55:00 GMT";
arnews[4] += "
";
totcount = 5;
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("