var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bones: Season Four
";
arnews[0] += "The Fourth Season Bones ' fourth is a blast. Like past seasons, it has a unique edge with its extraordinary cast.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 12:39:38 GMT";
arnews[0] += "
";
arnews[1]="Save the date: This week in celebrity weddings
";
arnews[1] += "Marisa wore a dress by Kirstie Kelly for Disney's Fairytale weddings. Her bouquet consisted of roses, dahlias, freesias and lisianthas.";
arnews[1] += "
Publ.Date : Thu, 29 Oct 2009 11:47:52 GMT";
arnews[1] += "
";
arnews[2]="Freddy Got Fingered
";
arnews[2] += "\"Daddy would you like some sausage?\" - Gord Brody Review By: Kevin Clemons Published: October 03, 2001 Stars: Tom Green Other Stars: Rip Torn, Marisa Coughlan, Eddie Kaye Thomas, Julie Hagerty Director: Tom Green Manufacturer: DVCC MPAA Rating: R for Crude, sexual and bizarre humor and strong language Run Time: 01h:26m:56s Release Date: October 23, ...";
arnews[2] += "
Publ.Date : Sun, 04 Oct 2009 23:40:19 GMT";
arnews[2] += "
";
arnews[3]="Sure Signs of The End Times: An Occasional Series
";
arnews[3] += "You know, a new decade is almost upon us, and with it comes an inevitable question: What was the worst, most soul-destroying thing I saw at the movies since the dawn of the 21st Century? Well, obviously there are a lot of candidates, and I would like to go on record as saying if I ever find myself in a room with Mark Herman , the auteur of that ...";
arnews[3] += "
Publ.Date : Thu, 24 Sep 2009 15:05:47 GMT";
arnews[3] += "
";
arnews[4]="Area colleges: Pace, Fordham both fall in football
";
arnews[4] += "Despite a 164-yard passing day by North Rockland graduate Ray Gregg, Pace fell 17-13 to visiting St.";
arnews[4] += "
Publ.Date : Sun, 20 Sep 2009 08:38:15 GMT";
arnews[4] += "
";
arnews[5]="Celebrities Step Out to Help Los Angeles Foster Care Children
";
arnews[5] += "PASADENA, CA, June 03, 2009 /24-7PressRelease/ -- Stepping out of their shoes to help Los Angeles foster care children, celebrities participated in the first-ever Hillsides \"Foster Soles\" online auction of celebrity autographed shoes.";
arnews[5] += "
Publ.Date : Wed, 03 Jun 2009 07:00:00 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("