var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Derwent United go top of York Sunday Morning Football League after win over Cliffe
";
arnews[0] += "DERWENT United are the new leaders of division one in the Iana s Cars of Barlby York Sunday Morning Football League.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:21:22 GMT";
arnews[0] += "
";
arnews[1]="Today in local history
";
arnews[1] += "Slim, attractive Nancy Novak of 46 South St., North Adams, wearing a light blue gown, last night was crowned queen of the 29th annual Military Ball before approximately 200 formally dressed couples in the Park Street Armory.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 06:48:43 GMT";
arnews[1] += "
";
arnews[2]="Post a Comment
";
arnews[2] += "It's a little awkward trying to stick a CD in someone's Christmas stocking. Don't even try squeezing an entire band in one.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 10:56:41 GMT";
arnews[2] += "
";
arnews[3]="Andrew McMahon of Jack's Mannequin to Appear on the Daily Show with...
";
arnews[3] += "Sire Records' recording artist Andrew McMahon of Jack's Mannequin , will guest on The Daily Show with Jon Stewart tomorrow, Thursday, November 19 th .";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 20:47:00 GMT";
arnews[3] += "
";
arnews[4]="Movers & Shakers
";
arnews[4] += "Howalt-McDowell Insurance has added three staff members: * Wade Ericson specializes in employee benefits for businesses.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Marcia Cross Gives Her Little Ones a Lift
";
arnews[5] += "Sign up to get cute photos, exclusive giveaways, special offers and more! Sign Up you said it \"I admire Michelle so much.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 00:00:54 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("