var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Union Cape on 9 acres
";
arnews[0] += "Warm inviting home in a lovely rural setting 9 beautiful acres with Quiggle Brook running through back portion.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:12:53 GMT";
arnews[0] += "
";
arnews[1]=""Every reporter is a hope; every editor is a disappointment"
";
arnews[1] += "Entry from February 10, 2010 \"Every reporter is a hope; every editor is a disappointment\" Newspaper publisher Joseph Pulitzer is credited with saying in 1899: \"Every reporter is a hope and every editor is a disappointment.\" Pulitzer was always a friend to reporters.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:57:40 GMT";
arnews[1] += "
";
arnews[2]="Statewide support line in the works
";
arnews[2] += "By this fall, help in each case could come from one source - a simple phone number.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 12:43:42 GMT";
arnews[2] += "
";
arnews[3]="New Jersey Youth Chorus to Host the Rutgers Men's Glee Club in Summit, February 28th
";
arnews[3] += "New Jersey Youth Chorus to Host the Rutgers Men's Glee Club in Summit, February 28th By New Jersey Youth Chorus 2/10/2010 The New Jersey Youth Chorus will be hosting the Rutgers Men's Glee Club in a Concert to be held at 3:00 on February 28, 2010 at Central Presbyterian Church, located at 70 Maple Street in Summit, NJ.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:37:19 GMT";
arnews[3] += "
";
arnews[4]="Dare to Ask: Why are straight men wary about having gay male friends?
";
arnews[4] += "Why do straight men think they can be \"just friends\" with a woman but can't with a gay man? Duane, gay, black, Washington, D.C. Replies They don't want to be labeled gay.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:36:00 GMT";
arnews[4] += "
";
arnews[5]="In Aston, an unlikely capital of ice dancing
";
arnews[5] += "Italy's Federica Faiella and Massimo Scali skate their routine before the watchful eye of Gennadi Karponossov, who left Russia after having won an Olympic gold medal in 1980.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:09:50 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("