var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Critics of Shark's ex divorced from reality
";
arnews[0] += "DESPERATE, clutching, greedy? Strangely, in the debate over Greg Norman's love life, these descriptors have been unjustifiably hung off his former wife Laura Andrassy and not the man who continues to drive her - and the rest of us - to distraction at almost every chance he gets.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:26:45 GMT";
arnews[0] += "
";
arnews[1]="Performances
";
arnews[1] += "Douglas ross: The guitarist will perform at 5 p.m. Thursday, Nov. 19, Agate Ridge Vineyard, 1098 Nick Young Road, Eagle Point.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:05:48 GMT";
arnews[1] += "
";
arnews[2]="County considers zones needing stimulus
";
arnews[2] += "While the Burlington County Board of Freeholders has yet to decide whether it will use about $39 million in federal stimulus money, it is considering areas in the county that could benefit from an infusion of dollars.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 06:20:34 GMT";
arnews[2] += "
";
arnews[3]="In the zone
";
arnews[3] += "While the Burlington County Board of Freeholders has yet to decide whether it will use about $39 million in federal stimulus money, it is considering areas in the county that could benefit from an infusion of dollars.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="At Goddard gala, teachers and students mingle for a cause
";
arnews[4] += "A gala in Goddard Chapel last night, part of fundraising efforts by the Tufts Timmy Foundation, offered opportunities for student-faculty conversation.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 14:23:17 GMT";
arnews[4] += "
";
arnews[5]="BCC honors veterans at annual breakfast
";
arnews[5] += "Around a table at Burlington County College's annual breakfast honoring veterans Wednesday morning sat members of the Army, Air Force, Navy and Marines.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 06:20:30 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("