var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pork More Plentiful Under Labour
";
arnews[0] += "If you live in a constituency where the train stations are now going to be revamped you are nine times more likely to be living in a Labour seat.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 11:01:34 GMT";
arnews[0] += "
";
arnews[1]="Jim L. Schantz
";
arnews[1] += "Jim L. Schantz, 79, of Lyons, passed away at 7:20 p.m. on Saturday, Nov. 14, 2009 in Lyons.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 19:57:43 GMT";
arnews[1] += "
";
arnews[2]="Simon Lloyd "Poppie" Wright
";
arnews[2] += "Simon Lloyd \"Poppie\" Wright, 75, of Linton, died Monday morning, Nov. 9 at his residence.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 19:44:06 GMT";
arnews[2] += "
";
arnews[3]="Talk of the Town: 2012 . . you have all been warned
";
arnews[3] += "Those living next to the tram works are well acquainted with the marketing campaigns of the firm delivering the route.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 12:31:11 GMT";
arnews[3] += "
";
arnews[4]="Interview: Louise Linton, actress
";
arnews[4] += "IT'S been a bit of a whirlwind week for Louise Linton. First there was jetting in from LA last weekend just in time to snap up the top female prize at the Scottish Style Awards.";
arnews[4] += "
Publ.Date : Sat, 07 Nov 2009 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="Beauty and the boss
";
arnews[5] += "SEXY Miss Scotland Katharine Brown sparkles at the Scottish Style Awards as she presents a gong - to her first BOSS.";
arnews[5] += "
Publ.Date : Mon, 02 Nov 2009 07:21:56 GMT";
arnews[5] += "
";
arnews[6]="Scottish Style Awards crown actress Louise Linton as our most stylish woman
";
arnews[6] += "STUNNING actress Louise Linton was crowned Scotland's most stylish woman at a dazzling awards show last night.";
arnews[6] += "
Publ.Date : Sun, 01 Nov 2009 12:23:12 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("