var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dedicated to children
";
arnews[0] += "Dr. Nancy Hendrie of Concord with some of the children she has assisted through the Sharing Foundation.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:54:17 GMT";
arnews[0] += "
";
arnews[1]="U's stun Hatters to grab a point Town pay the penalty for diving in
";
arnews[1] += "Blue Square Premier Luton Town 2 Cambridge United 2 Lucky Cambridge United came back from the dead as they snatched a draw at Kenilworth Road today.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:19:37 GMT";
arnews[1] += "
";
arnews[2]="A season of highs and lows
";
arnews[2] += "Given the way the season went, it's hard to imagine the University of South Dakota football team finishing it off any different than it did.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:54:24 GMT";
arnews[2] += "
";
arnews[3]="Law Enforcement Briefs
";
arnews[3] += "The former owner and two former managers of Stix Restaurant have been sentenced for violating federal immigration laws related do using illegal immigrants.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Fire
";
arnews[4] += "13 at 1259 Shannon Drive; malfunctioning heat detector activations at 8:56 a.m. and 9:52 a.m. at 1900 Morningside Drive; an unintentional alarm system activation at 10:20 a.m. at 305 Hawkins Drive; a passenger vehicle fire at 10:31 a.m. at 1001 Highway 1 West; a medical assist at 11:14 a.m. at 2423 Walden Road; an emergency medical call at 11:47 ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Theater Review | 'Girl Crazy': Home on the Range and on the Stage
";
arnews[5] += "It's probably best to check your wits at the saloon door to enjoy \"Girl Crazy,\" the Gershwin musical from 1930 that opens this year's Encores! series of concert musicals at City Center.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:35:42 GMT";
arnews[5] += "
";
arnews[6]="NY Review: 'Girl Crazy (in Concert)'
";
arnews[6] += "The last thing you would expect George and Ira Gershwin's classic score for \"Girl Crazy\" to be is dull.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 02:49:00 GMT";
arnews[6] += "
";
totcount = 7;
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("