var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Ugly Betty' finale set for April
";
arnews[0] += "ABC has set a series finale date for \"Ugly Betty.\" The show, which the network has decided to end after four seasons, will close its doors on Wednesday, April 14.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Ugly Betty: How Will It End? Is Betty Getting Married? Find Out
";
arnews[1] += "Today 4:21 PM PST by Kristin Dos Santos Jean-Paul Aussenard/WireImage.com All the women who are independent, throw your hands up at me! Especially, um, if your name happens to be Betty Suarez.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 00:21:00 GMT";
arnews[1] += "
";
arnews[2]="TV Rants and Raves 2.03.10
";
arnews[2] += "TV Rants and Raves 2.03.10 Posted by Bryan Kristopowitz on 02.03.2010 Rants and Raves about the return of Psych , the end of Ugly Betty , the Damages Season 3 premiere, the passing of Zelda Rubinstein, Dylan Ratigan's new MSNBC show, the Grammy Awards show, the return of The Puppy Bowl , two more Complete Lies, a very Special Comment about ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 07:18:16 GMT";
arnews[2] += "
";
arnews[3]="What Should the Ugly Betty Cast Do Next?
";
arnews[3] += "Sadly, after a terrific first year, two terrible ones, and a pleasantly surprising much improved fourth season, Ugly Betty has been canceled due to low ratings.";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 22:15:38 GMT";
arnews[3] += "
";
arnews[4]=""Ugly Betty" cast may not be jobless for long
";
arnews[4] += "The news of the cancellation of ABC's \"Ugly Betty\" had barely hit the Internet on Wednesday when the phones of the representatives of star Eric Mabius started ringing off the hook.";
arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 01:20:00 GMT";
arnews[4] += "
";
arnews[5]="Ugly Betty Cancelled
";
arnews[5] += "U.S. TV show UGLY BETTY has been cancelled. The cult comedy, which has become a global hit, debuted in 2006 and turned Emmy Award-winner America Ferrera into a household name.";
arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 01:56:52 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("