var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stars set to shine at Christ Church Cathedral
";
arnews[0] += "THE Spirit of Christmas is returning to Oxforda s Christ Church Cathedral at a special fundraising event for the Muscular Dystrophy Campaign.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:43:37 GMT";
arnews[0] += "
";
arnews[1]="Stars set to shine at Christ Church Cathedral
";
arnews[1] += "THE Spirit of Christmas is returning to Oxforda s Christ Church Cathedral at a special fundraising event for the Muscular Dystrophy Campaign.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:27:58 GMT";
arnews[1] += "
";
arnews[2]="Laura Merry will light the first candle
";
arnews[2] += "THE Spirit of Christmas will be returning to Christ Church , Oxford, which is to host a special fundraising event for the Muscular Dystrophy Campaign for the second year running.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 23:54:39 GMT";
arnews[2] += "
";
arnews[3]="TV personality Matthew Kelly is hosting a Spirit of Christmas event in Oxford
";
arnews[3] += "THE Spirit of Christmas will be returning to Christ Church , Oxford, which is to host a special fundraising event for the Muscular Dystrophy Campaign for the second year running.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:49:51 GMT";
arnews[3] += "
";
arnews[4]="Image of 'real' beauty generates buzz
";
arnews[4] += "A copy of Glamour magazine's September 2009 issue is seen at a store in Silver Spring, Maryland, on September 2, 2009.";
arnews[4] += "
Publ.Date : Thu, 10 Sep 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Crimson Fights Back To Force Tie
";
arnews[5] += "Junior forward Michael Biega of the Harvard men's hockey team shined for the Crimson this weekend, scoring his team's only goal in a 5-1 loss to Quinnipiac and putting the puck away with 57 seconds left in Saturday's game against Princeton to force a 3-3 tie with the Tigers.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 21:19:51 GMT";
arnews[5] += "
";
arnews[6]=""Idol" Season 8 class releasing debut albums soon
";
arnews[6] += "Submitted by Amanda Winkle on Thu, 11/12/2009 - 13:54. I'm super-excited for American Idol 's return in January, but I'm also kind of sad because I'm not sure that I'll love Season 9's crop of contestants as much as last season's. As a group, I really liked Season 8's Top 13 - \" which has never happened before.";
arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Swift justice keeps record intact
";
arnews[7] += "STRETTON Swifts Girls maintained their 100 per cent start to the BOX CONSTRUCTION UNDER-11S GIRLS DIVISION season as they beat Chellaston Black Sox 6-0. Shania Hayles scored twice for the Swifts, while Maya Kyriacou-Moyes, Paighton Robathan, Sarah Boss and Leah Pye also bagged themselves a goal apiece.";
arnews[7] += "
Publ.Date : Thu, 12 Nov 2009 13:09:06 GMT";
arnews[7] += "
";
totcount = 8;
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("