var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Budget-friendly Tips to Create a New Look for 2010
";
arnews[0] += "You're working on exercising and eating better to make sure you're healthier on the inside this year, but what about the outside? Most people have broken their resolutions by the end of January, but it's easy to stick with it if you commit yourself to a fun way of feeling better about yourself.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 14:56:08 GMT";
arnews[0] += "
";
arnews[1]="deaths
";
arnews[1] += "Our beloved big sister passed away on Tuesday, January 19, 2010 after a short, fierce battle with cancer.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 02:56:21 GMT";
arnews[1] += "
";
arnews[2]="Red Alert: Must-Have Valentine's Day Products
";
arnews[2] += "\"Forget about subtlety! This Valentine's Day, I'll be the one turning heads thanks to these brightly colored picks.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 21:10:10 GMT";
arnews[2] += "
";
arnews[3]="Budget-friendly Tips to Create a New Look for 2010
";
arnews[3] += "You're working on exercising and eating better to make sure you're healthier on the inside this year, but what about the outside? Most people have broken their resolutions by the end of January, but it's easy to stick with it if you commit yourself to a fun way of feeling better about yourself.";
arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 04:21:01 GMT";
arnews[3] += "
";
arnews[4]="Budget-friendly Tips to Create a New Look for 2010
";
arnews[4] += "You're working on exercising and eating better to make sure you're healthier on the inside this year, but what about the outside? Most people have broken their resolutions by the end of January, but it's easy to stick with it if you commit yourself to a fun way of feeling better about yourself.";
arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 02:08:38 GMT";
arnews[4] += "
";
arnews[5]="Lancaster papers are now available
";
arnews[5] += "Papers are now available for the May 10 election. Papers must be obtained, and returned, by Monday, March 22, at 5 p.m. Seats on the ballot, and the incumbents, include: *Moderator, one year, incumbent is David Spanagel; *Board of Selectmen, three years, Jennfer Leone; *Board of Public Works, three years, John Sonia; *Board of Health, three years, ...";
arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 12:19:40 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("