var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Neighbor News: H.S. Wrap-Up, Feb. 10
";
arnews[0] += "Local programs represented themselves very well at the recent Morris County Tournament.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:53:10 GMT";
arnews[0] += "
";
arnews[1]="Brady baby picture in Brazilian magazine
";
arnews[1] += "The Brazilian magazine Quem yesterday published the first photo of Tom Brady and Gisele Bundchen 's baby, Benjamin .";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:21:10 GMT";
arnews[1] += "
";
arnews[2]="Valentine's Day: Feel-good entertainment
";
arnews[2] += "SINGAPORE : Where can you find Jennifer Garner and Patrick Dempsey; Anne Hathaway and Topher Grace; the aunt-and-niece team of Julia and Emma Roberts; two Jessicas ; two Taylors ; one hot-blooded male brood of Ashton Kutcher, Bradley Cooper, Eric Dane and Jamie Foxx; an Oscar winning silver-haired trio of Shirley Maclaine, Hector Elizondo and Kathy ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:16:20 GMT";
arnews[2] += "
";
arnews[3]="Grey's Anatomy Sneak Peeks: Slutty Mark Hits On Blond Lexie
";
arnews[3] += "Mark Sloan is a dirty dog! As you can see for yourself in the sneak peek above, his new granddaddy gig isn't stopping him from hitting on the pretty new blond doctor.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:58:49 GMT";
arnews[3] += "
";
arnews[4]="Valentines Dayx390 (Screen grab) | Advocate.com
";
arnews[4] += "By Julie Bolcer New York magazine asks why Warner Bros. appears to be hiding the romance between Bradley Cooper and Eric Dane in the new romantic comedy Valentine's Day.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:49:01 GMT";
arnews[4] += "
";
arnews[5]="Jennifer Garner Anne Hathaway X390 (Getty) | Advocate.Com
";
arnews[5] += "In the new issue of GQ, Anne Hathaway says there's nothing sexy or romantic about making out with your costars because she just can't get into it.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:48:04 GMT";
arnews[5] += "
";
arnews[6]="Eric Dane: Baby Name Is a Straight Down the Middlea
";
arnews[6] += "We thought, Beckett, that's a classy name! My son comes home, and Dash - first thing - goes, 'Heeeeey, Becky!' Argh.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 00:47:46 GMT";
arnews[6] += "
";
totcount = 7;
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("