var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gallery: Celebs sit courtside - Herald-Dispatch
";
arnews[0] += "Actor Adam Sandler, right, whistles as he sits courtside with Jack Nicholson, left, as they attend the NBA basketball game between the Orlando Magic and Los Angeles Lakers at the Staples center in Los Angeles on Monday, Jan. 18, 2010. The Lakers won ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:49:00 GMT";
arnews[0] += "
";
arnews[1]="First Picture: Gisele Bundchen Shows Off Son Benjamin - Transworld News
";
arnews[1] += "Gisele Bundchen and Tom Brady are showing off newborn son Benjamin in the new issue of Brazilian magazine Quem. Benjamin makes his picture debut on the front cover of the publication in a blue jacket and matching hat. Bundchen, 28, gave birth to ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:34:00 GMT";
arnews[1] += "
";
arnews[2]="Tom Brady Talks about His Bunch - Celebrity Justice
";
arnews[2] += "The handsome NFL star says he likes to roughhouse with his eldest son, 2-year-old John Moynahan (with ex Bridget Moynahan ). Brady is looking forward to playing sports (especially football) with both of his boys when they get a little older. \"It's a ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 22:40:00 GMT";
arnews[2] += "
";
arnews[3]="Sex Scandal Will Take Down Another NY Governor - Newser
";
arnews[3] += "The Patriots quarterback has a 1-year-old son from his relationship with ex-girlfriend Bridget Moynahan. Gisele Bundchen arrives at the Metropolitan Museum of Art's Costume Institute Gala in New York earlier this month. (AP Photo/Evan Agostini ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 22:43:00 GMT";
arnews[3] += "
";
arnews[4]="Tom Brady Is Loving Life With His Boys - Celebrity Baby Blog
";
arnews[4] += "Currently enjoying the offseason, Tom is taking full advantage of his rare downtime to spend with his wife Gisele Bündchen and the boys. “I like to spend time with my family and friends and get a little rest because, obviously, during the football ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 15:58:00 GMT";
arnews[4] += "
";
arnews[5]="Gisele Bundchen`s husband Tom Brady can`t wait to play football with ... - Monsters and Critics
";
arnews[5] += "NFL star Tom Brady said he can't wait until his sons are old enough to play football with. Supermodel Gisele Bndchen lends her support for the Rainforest Alliance Annual Gala. The Rainforest Alliance works to conserve biodiversity and ensure ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 10:39: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("