var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The 'Ugly Betty' cast: What are YOUR ideas for what they should do ... - Entertainment Weekly Online
";
arnews[0] += "And not for nothing, the show undoubtedly features one of the most talented casts out there, including America Fererra (at left, in Betty’s original iteration in the show’s pilot episode), Eric Mabius, Vanessa Williams, Judith Light, Becki Newton ...";
arnews[0] += "
Publ.Date : Fri, 29 Jan 2010 18:15:00 GMT";
arnews[0] += "
";
arnews[1]="Ugly Betty Cancelled - The Gaea Times
";
arnews[1] += "Other big names, like Rebecca Romijn, Lindsay Lohan, Jamie-Lynn Sigler and show producer Salma Hayek have appeared on the programme, while regulars include Vanessa Williams, Ana Ortiz and Eric Mabius.";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 13:01:00 GMT";
arnews[1] += "
";
arnews[2]="Ugly Betty : How Will It End? Is Betty Getting Married? Find Out! - Entertainment Online
";
arnews[2] += "All the women who are independent, throw your hands up at me! Especially, um, if your name happens to be Betty Suarez. Ugly Betty is coming to an end this season, and sources are spilling that a wedding is in the works. So will it be Betty's? And ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 00:48:00 GMT";
arnews[2] += "
";
arnews[3]="TV Rants and Raves 2.03.10 - 411mania.com
";
arnews[3] += "TV Rants and Raves Issue #30: In this issue I Rant and Rave about the end of \"Ugly Betty,\" the \"Damages\" Season 3 premiere, the return of \"Psych,\" Dylan Ratigan's new MSNBC show, the Grammy Awards show, the return of \"The Puppy Bowl,\" and more, plus ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 05:01:00 GMT";
arnews[3] += "
";
totcount = 4;
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("