var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movie review: Sorority Row -- 2 out of 5 stars
";
arnews[0] += "The ending of Sorority Row is bad -- cheesy, worn-out, seen it in 78 horror movies before.";
arnews[0] += "
Publ.Date : Fri, 11 Sep 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Blige to sing national anthem at World Series
";
arnews[1] += "Mary J. Blige is going back to the Bronx. Major League Baseball says the Bronx-born singer will perform the national anthem at Yankee Stadium before Game Six of the World Series on Wednesday.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 02:25:30 GMT";
arnews[1] += "
";
arnews[2]="Movies with Rob Allyn; TV shows with Busfield and Arkin
";
arnews[2] += "As a consultant for the campaigns of Laura Miller and Tom Leppert , Dallasite Rob Allyn is a veteran of sharp-elbowed political brawls.";
arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 08:13:55 GMT";
arnews[2] += "
";
arnews[3]="Movie review: Sorority Row -- 2 out of 5 stars
";
arnews[3] += "The ending of Sorority Row is bad -- cheesy, worn-out, seen it in 78 horror movies before.";
arnews[3] += "
Publ.Date : Fri, 11 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Beto's Pizza offers a slice of decadence
";
arnews[4] += "There's no need to order extra cheese at Beto's Pizza. Trust us. That would be like getting the corner piece of a birthday cake and wanting more icing.";
arnews[4] += "
Publ.Date : Wed, 14 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Beto's Pizza offers a slice of decadence
";
arnews[5] += "By JoAnne Klimovich Harrop , TRIBUNE-REVIEW Wednesday, October 14, 2009 Last updated: 5:35 pm There's no need to order extra cheese at Beto's Pizza.";
arnews[5] += "
Publ.Date : Wed, 14 Oct 2009 23:39:20 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("