var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Politician Betsy Markey, actress Tracee Ellis Ross encourage young ... - Denver Post
";
arnews[0] += "Faviola Juarez, a soft-spoken high school senior, wants to be the first in her family to attend college, but she sometimes worries that a difficult past could block her way. One of seven children with a single mother, it wasn't long ago that Faviola ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 07:53:00 GMT";
arnews[0] += "
";
arnews[1]="PHOTOFLASH: Lucy DeVito, Katie Finneran, Capathia Jenkins, Rhea ... - TheaterMania.com
";
arnews[1] += "Nora and Delia Ephron's adaptation of Ilene Beckerman's 1995 book about clothes and the memories they trigger is directed by Karen Carpenter, and features a series of five-person casts that will play in four-week cycles. The next cast (December 16 ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 15:43:00 GMT";
arnews[1] += "
";
totcount = 2;
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("