var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Art among friends
";
arnews[0] += "Models and mayhem, gestures and grids, monoprints, tense oil paintings, whimsical storytelling, textured multimedia, line drawings of an alternate universe - all these things are \"Drawn Together,\" an exhibit of work from a sevenmember Berkshire art group opening on Friday at the Lichtenstein Center at 28 Renne Ave., with a reception at 5 p.m. These ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:51:31 GMT";
arnews[0] += "
";
arnews[1]="Boro secure hard-earned point
";
arnews[1] += "KAYNE McLaggon struck his first goal for Eastbourne Borough as they secured a deserved 1-1 draw at promotion-chasing Mansfield.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:24:26 GMT";
arnews[1] += "
";
arnews[2]="S.F. sublease space high, deals low
";
arnews[2] += "The amount of sublease space in San Francisco remains high, but almost no deals are happening according to a report released by Colliers International 's San Francisco office.";
arnews[2] += "
Publ.Date : Mon, 17 Aug 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Sophie, what is it that you do exactly?
";
arnews[3] += "CELEBRITY blogger Perez Hilton calls her a \"Z-list actress\". But has Sophie Monk become Australia's very own Lindsay Lohan? Both showed exceptional promise at the start of their careers Monk on the television show Popstars , which launched her girl group Bardot, and Lohan as a budding child actor and model.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:02:01 GMT";
arnews[3] += "
";
arnews[4]="Pullan ruled out as Borough field weakened defence
";
arnews[4] += "Marc Pullan is a notable exception as Eastbourne Borough field a weakened back four at Mansfield today.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 16:31:57 GMT";
arnews[4] += "
";
arnews[5]="HALF-TIME: Hayes & Yeading Utd 1 Crawley Town 1
";
arnews[5] += "CRAWLEY Town look to get back into their winning ways after their defeat against Mansfield last week during their visit to Hayes & Yeading this afternoon.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 15:59:30 GMT";
arnews[5] += "
";
arnews[6]="Are you a spectacle?
";
arnews[6] += "More than ever, glasses make a statement -- and designer Robert Marc knows exactly what they say.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 13:53:22 GMT";
arnews[6] += "
";
arnews[7]="Seahawks whip Mustangs 27-0
";
arnews[7] += "Many concerns had surrounded the Cape Coral High football team for their playoff game Friday night against Bradenton Lakewood Ranch after the Seahawks lost senior running back Spencer Boyd.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 11:27:11 GMT";
arnews[7] += "
";
totcount = 8;
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("