var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Desperate Housewives
";
arnews[0] += "Wednesday 03 February 10:00pm - 11:00pm Channel 4 Being Alive Poor Julie Mayer. She's hardly had a look-in in recent series and now, having appeared in one episode, she's lying on the front lawn, strangled by an unknown assailant.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 04:27:39 GMT";
arnews[0] += "
";
arnews[1]="Desperate Housewives Spoilers: Julie Benz joins cast as stripper: Carlos walks in on Danny & Ana
";
arnews[1] += "Yes there is something on TV other than the Grammys tonight, namely the last episode of Desperate Housewives for a couple of weeks.";
arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="TV Brothers & Sisters
";
arnews[2] += "Rebecca's engagement party goes awry on Brothers & Sisters. Photo: Supplied Mark Ellis February 1, 2010 Brothers & Sisters Channel Seven, 9.30pm JUSTIN and Rebecca's engagement party forms the backbone of tonight's start to season four, with the lovebirds' mothers predictably bickering their way through arrangements, as they do in life.";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="TV Monday, February 1
";
arnews[3] += "Rebecca's engagement party goes awry on Brothers & Sisters. Mark Ellis February 1, 2010 Brothers & Sisters Channel Seven, 9.30pm JUSTIN and Rebecca's engagement party forms the backbone of tonight's start to season four, with the lovebirds' mothers predictably bickering their way through arrangements, as they do in life.";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="'Desperate Housewives': 'Torchwood' hunk John Barrowman joins
";
arnews[4] += "Typically seen fighting aliens on BBC's \" Torchwood \" series, John Barrowman will soon take on the \" Desperate Housewives .\" An ABC representative has confirmed to Zap2it that Barrowman is joining the cast this season in a five-episode arc that will begin in April.";
arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 02:35:51 GMT";
arnews[4] += "
";
arnews[5]="Pics from the 'When in Rome' Premiere
";
arnews[5] += "KRISTEN BELL JOSH DUHAMEL and FERGIE WILL ARNETT ALEXIS DZIENA JON HEDER DAX SHEPARD LUCA CALVANI FERGIE V.G.B.B. KRISTIN CHENOWETH ROSE MCGOWAN ODETTE YUSTMAN and DAVE ANNABLE KRISTIN CAVALLARI KAYLA EWELL MAIARA WALSH Source 1 Source 2 Source 3 I saw the movie tonight and was expecting shit, but it was really fucking cute.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 07:56:26 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("