var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="REUNIONS
";
arnews[0] += "Class of 1999: Will hold its 10-year reunion from 7 to 10 p.m. Nov. 28 at Running Deer Golf Club in Pittsgrove.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Michelle Stafford Celebrates Her Baby Shower
";
arnews[1] += "\"My baby self weaned despite me trying to keep up the nursing! I find it so refreshing to hear Gwen talk about how hard she works to lose weight and keep herself in top shape.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 00:40:04 GMT";
arnews[1] += "
";
arnews[2]="Holidays on Earth Today: November 2, 2009
";
arnews[2] += "Holidays are such an important part of each countries tradition along with supporting its culture.";
arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 13:32:59 GMT";
arnews[2] += "
";
arnews[3]="-Horoscope
";
arnews[3] += "BIRTHDAY GUY: Actress Marisol Nichols was born in Chicago on this day in 1973. This birthday gal recently starred as Agent Yassir on the hit series 24, appeared in a recurring role on Cold Case and starred in the miniseries The Storm.";
arnews[3] += "
Publ.Date : Mon, 02 Nov 2009 12:49:34 GMT";
arnews[3] += "
";
arnews[4]="The Name Game: Down With Nouns
";
arnews[4] += "Tags: The Name Game Thinking outside the box when it comes to naming babies goes part and parcel with being a celebrity, and in their search to come up with the perfect moniker some have clearly pushed that envelope more than others.";
arnews[4] += "
Publ.Date : Fri, 30 Oct 2009 23:43:13 GMT";
arnews[4] += "
";
arnews[5]="A ‘Vacation’ sequel; Your favorite ‘Vacation’
";
arnews[5] += "The Hollywood Reporter is reporting that New Line is developing a sequel to the 'Vacation' franchise.";
arnews[5] += "
Publ.Date : Wed, 07 Oct 2009 23:47:34 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("