var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NY Review: 'Happy Now?'
";
arnews[0] += "Poor Kitty. Her father and her boss are dying, she can't stand her mother, her best friends' marriage is breaking up, her job at a cancer charity is incredibly demanding, and her husband doesn't want to kiss her anymore.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:44:51 GMT";
arnews[0] += "
";
arnews[1]="FCC fines Gaston College radio station WSGE $8,000
";
arnews[1] += "Gaston College's radio station must pay an $8,000 fine to the Federal Communications Commission after it determined that WSGE 91.7 FM \"willfully and repeatedly\" failed to make public records related to its business available.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:41:04 GMT";
arnews[1] += "
";
arnews[2]="Berthoud Town Board special ...
";
arnews[2] += "The Town Trustees held a brief special meeting Tuesday so the Trustees could vote on two liquor licenses.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:58:12 GMT";
arnews[2] += "
";
arnews[3]="Take the Read Across America Day Online Poll
";
arnews[3] += "March 2, 2010, marks the 13th anniversary of the National Education Association's Read Across America Day .";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:45:48 GMT";
arnews[3] += "
";
arnews[4]="March Power Breakfast with Whole Foods President, Walter Robb
";
arnews[4] += "Don't Miss Portland Business Journal's March Power Breakfast with President of Whole Foods, Walter Robb Thursday, March 18, 2010 7:30 - 9:00 am Governor Hotel 614 SW 11th Ave.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:34:20 GMT";
arnews[4] += "
";
arnews[5]="Southampton Town school news, February 11
";
arnews[5] += "Students in the first through third grades are celebrating the upcoming Winter Olympics.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:17:21 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("