var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Review: Desperate Housewives - Careful the Things You Say
";
arnews[0] += "\"There are two sides to every story.\" - Nick And to finish that thought, Lynette said, \"Yeah, well your side is married.\" Which sums up part of what this episode covered -- the fact that Julie and Nick had an affair, and Lynette found out about it and confronted him.";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 08:34:00 GMT";
arnews[0] += "
";
arnews[1]="What the 'Blank' is Going on with 'Desperate Housewives'?
";
arnews[1] += "Juanita proves that the apple doesn't fall far from the tree when she gets expelled from school for language -- and Gaby cusses out the principal when she and Carlos have a meeting to discuss Juanita's use of a four-letter word.";
arnews[1] += "
Publ.Date : Thu, 29 Oct 2009 16:41:00 GMT";
arnews[1] += "
";
arnews[2]="Longoria Parker 'not a fan of sex scenes'
";
arnews[2] += "Eva Longoria Parker has revealed that she is \"not a fan\" of filming sex scenes. The actress, who stars as Gabrielle Solis on ABC's Desperate Housewives , said that she does not like kissing her co-star Ricardo Antonio Chavira because he is like family.";
arnews[2] += "
Publ.Date : Tue, 13 Oct 2009 20:19:59 GMT";
arnews[2] += "
";
arnews[3]="'Desperate Housewives'' Sexy Gardener is Back
";
arnews[3] += "He's baaaack! \"Desperate Housewives\"' hot gardener returns to Wisteria Lane on Sunday night.";
arnews[3] += "
Publ.Date : Thu, 08 Oct 2009 20:25:00 GMT";
arnews[3] += "
";
arnews[4]="Desperate Housewives: Being Alive
";
arnews[4] += "\"She's like the nicest girl in the world. Who'd want to hurt her?\" - Wisteria Lane residents as they learn about Julie It's the day after Susan and Mike's wedding, but also the day after Julie got attack by an unknown assailant.";
arnews[4] += "
Publ.Date : Sun, 04 Oct 2009 06:40:00 GMT";
arnews[4] += "
";
arnews[5]="Desperate Housewives: Preview of Season 6 Premiere "Nice is Different Than Good"
";
arnews[5] += "Of course, foremost on tonight's Desperate Housewives season 6 premiere is the identity of Mike's bride-to-be - all things and evidence point to Susan , but you just never know on this show.";
arnews[5] += "
Publ.Date : Sat, 26 Sep 2009 23:15:22 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("