var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Olivia Wilde: It's Up to 'House' To Bring Thirteen Back - Buddytv.com
";
arnews[0] += "Are you happy that the old team is back on House ? Or do you want Thirteen (Olivia Wilde) and Taub (Peter Jacobson) to be back? Nevertheless, Wilde tells TV Guide that she's happy for the break. Now whether or not her character and Taub will be back ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 05:51:00 GMT";
arnews[0] += "
";
arnews[1]="House: Preview of Episode 6.8 "Teamwork" - Buddytv.com
";
arnews[1] += "On tonight's episode of House, House 's (Hugh Laurie) medical license is finally reinstated so he reclaims his role as Head of Diagnostics just in time for a very interesting case - that of Hank Hardwick (guest star Troy Garity), an adult film star ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[1] += "
";
arnews[2]="Sorry, Johnny! People picks wrong Sexiest Man Alive (again) - Seacoast Online
";
arnews[2] += "Hey, at least it wasn't the “Twilight” kid! That was the false People magazine Sexiest Man Alive cover making the rounds yesterday. Nope. Turns out it's Johnny Depp, who has already been SMA and probably didn't want it the first time. (According ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 16:34:00 GMT";
arnews[2] += "
";
totcount = 3;
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("