var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Channing Cooke and Kevin Hunte go home on So You Think You Can Dance, plus Bollywood, Orianthi
";
arnews[0] += "Last night, judges Nigel Lythgoe, Mary Murphy and Adam Shankman unanimously predicted that Karen Hauer and Kevin Hunte would end up in the bottom three for the second week in a row .";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Race director Robbins declares Easy Runner Sodbury Slog a success
";
arnews[1] += "The new-look Easy Runner Sodbury Slog has been pronounced a huge success. Race director Gordon Robbins, who had feared for the future of Bristol's biggest multi-terrain race after problems with the original route, said the revised course was well received by the 1,035 runners who completed the nine miles across Sodbury Common and surrounding ...";
arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="11/9: Imogen Heap
";
arnews[2] += "IMOGEN HEAP: We're not entirely sure if she'll have grasses or butterflies or daisies woven in her hair, but we are sure that her electronica-meets-fairyland brand of indie pop will have loads of stylish whimsy.";
arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="NETBALL: Headlands start season in style Seaside Tournament Hornsea v Headlands School
";
arnews[3] += "THE tournament marked the first matches of the school year for Headlands. With an impressive set of fixtures ahead, it was time to get stuck in.";
arnews[3] += "
Publ.Date : Tue, 13 Oct 2009 17:38:19 GMT";
arnews[3] += "
";
arnews[4]="Tuesday Guide: September 22 edition
";
arnews[4] += "Enveloped in an imaginative musical world of his own creation, he is one of the few British male pop stars of his age that doesn't run with the pack.";
arnews[4] += "
Publ.Date : Tue, 22 Sep 2009 20:28:54 GMT";
arnews[4] += "
";
arnews[5]="Music News: Matt Hires, LeToya, Ingrid Michaelson, Michael Jackson, Felix da Housecat
";
arnews[5] += "The editors of Modern Tonic present a weekly music update here on Towleroad. The rest of the week, they scan the pop-culture landscape for movie, TV, book and Web recommendations in their daily email.";
arnews[5] += "
Publ.Date : Wed, 26 Aug 2009 00:35:00 GMT";
arnews[5] += "
";
arnews[6]="Lego Olympics a " two days of frantic fun
";
arnews[6] += "Monday, 13 July 2009, 2:46 pm Press Release: Rotary Club Of Timaru South Lego Olympics – two days of frantic fun during the school holidays They clicked, they snapped, they squeezed, popped and they puzzled.";
arnews[6] += "
Publ.Date : Mon, 13 Jul 2009 03:18:06 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("