var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="School Sport: Cokethorpe pull off a cup double
";
arnews[0] += "Cokethorpe School celebrated a rare Oxfordshire Schools' Cup rugby double at a rain-lashed Wallingford RFC.";
arnews[0] += "
Publ.Date : Fri, 18 Dec 2009 18:16:42 GMT";
arnews[0] += "
";
arnews[1]="Vedder engaged
";
arnews[1] += "Randy's invited to Joy's wedding but Earl isn't. The event is purposely scheduled on Earl's birthday, leading to an addition to Earl's list.";
arnews[1] += "
Publ.Date : Tue, 08 Dec 2009 04:20:21 GMT";
arnews[1] += "
";
arnews[2]="Tiger not out of the woods over car crash
";
arnews[2] += "Randy's invited to Joy's wedding but Earl isn't. The event is purposely scheduled on Earl's birthday, leading to an addition to Earl's list.";
arnews[2] += "
Publ.Date : Tue, 08 Dec 2009 04:20:16 GMT";
arnews[2] += "
";
arnews[3]="Quaid launches program to prevent medical errors
";
arnews[3] += "Randy's invited to Joy's wedding but Earl isn't. The event is purposely scheduled on Earl's birthday, leading to an addition to Earl's list.";
arnews[3] += "
Publ.Date : Tue, 08 Dec 2009 04:20:11 GMT";
arnews[3] += "
";
arnews[4]="Cohen sued over 'Bruno' movie
";
arnews[4] += "Randy's invited to Joy's wedding but Earl isn't. The event is purposely scheduled on Earl's birthday, leading to an addition to Earl's list.";
arnews[4] += "
Publ.Date : Tue, 08 Dec 2009 04:20:08 GMT";
arnews[4] += "
";
arnews[5]="Project MuszEd holiday fundraiser for youth hosted by Eddie Steeples
";
arnews[5] += "Many nonprofits, small and large, engage celebrities to help with their fundraisers and events.";
arnews[5] += "
Publ.Date : Sun, 29 Nov 2009 08:00:00 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("