var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Salma Hayek en Broadway
";
arnews[0] += "La actriz mexicana Salma Hayek y la estadounidense Jessica Biel van a participar en Broadway en una version musical de la comedia, \"Mujeres al borde de un ataque de nervios\", que dirigio el cineasta espanol Pedro Almodovar en 1988.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 23:33:34 GMT";
arnews[0] += "
";
arnews[1]="Sweet Repent, Too Many Toyz win at Calder
";
arnews[1] += "Sweet Repent won the $200,000 Elmer Heubeck Distaff Handicap and Too Many Toyz took the $200,000 Carl Rose Classic at Calder on Saturday, highlighting a day of eight Florida Stakes races.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 00:52:58 GMT";
arnews[1] += "
";
arnews[2]="Too Many Toyz Prevails on Florida Million Day
";
arnews[2] += "14. Ridden by Carlos Olivero, Too Many Toyz joined Soldier's Dancer and Sweet Repent as big winners on the eight-race stakes program for Florida breds.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 00:42:51 GMT";
arnews[2] += "
";
arnews[3]="Pop Tarts Scene & Herd: Celebrity Sightings
";
arnews[3] += "The stars are everywhere. Lucky for you, so are we. Starworks Sienna and Savannah Miller hosting a dinner at NYC's Royalton Hotel to celebrate their 2812 Spring/Summer 2010 collection on Monday night.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 19:32:39 GMT";
arnews[3] += "
";
arnews[4]="Hayek, Biel read for 'Women'
";
arnews[4] += "Salma Hayek, Jessica Biel, Matthew Morrison and Paulo Szot toplined a closed reading last weekend of Lincoln Center Theater's developing tuner version of \"Women on the Verge of a Nervous Breakdown.\" None of those thesps are definitively signed on for a full production, and a rep for LCT says no plans for the tuner have yet been nailed down.";
arnews[4] += "
Publ.Date : Tue, 20 Oct 2009 20:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("