var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dominic Raab wins Esher & Walton Tory primary
";
arnews[0] += "ESHER and Walton's next MP could be a 35-year-old former karate champion. Dominic Raab was voted in as the constituency's Conservative PPC at an open primary held at Sandown Park in Esher on Saturday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:08:48 GMT";
arnews[0] += "
";
arnews[1]="Recommend
";
arnews[1] += "People can say what they want about a gloomy economy, but as far as Diane Pokrandt is concerned, the community has a bright and hope-filled future.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:56:29 GMT";
arnews[1] += "
";
arnews[2]="Week in Preview: November 21, 2009 - November 27, 2009
";
arnews[2] += "November 21, 2009 This movie wasn't good enough to be released in theaters, but Lifetime is taking some initiative and airing Personal Effects , an Ashton Kutcher and Michelle Pfeiffer sobfest about a younger man falling in love with a much older woman.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:17:30 GMT";
arnews[2] += "
";
arnews[3]="New1922-2009: Christine Schmidt
";
arnews[3] += "ChristineHenderson Schmidt, a Jacksonville civic leader who loved to create all things beautiful and helped save the dome of Florida's old Capitol building, died at her home Wednesday.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:25:48 GMT";
arnews[3] += "
";
arnews[4]="Cornwall's Cuffe a pre-race favorite in Federation cross country meet
";
arnews[4] += "State champion Aisling Cuffe of Cornwall leads a list of Section 9 competitors who will race in the state Federation cross country meet on Saturday at Bowdoin Park in Wappingers Falls.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:00:18 GMT";
arnews[4] += "
";
arnews[5]="Doctors Cave employees serve up 182 years of hospitality
";
arnews[5] += "General manager of the Doctors Cave Beach Hotel, Ted Simpson , and his wife, Ann , and children Teddale and Timothy smile for the camera.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:33:11 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("