var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Katie Melua for Foresty Commission gig
";
arnews[0] += "Katie Melua has been confirmed to play Thetford Forest this summer. The 'Two Feet Bare' singer will perform at the Suffolk venue on July 10.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 19:19:03 GMT";
arnews[0] += "
";
arnews[1]="Katie Melua gets Thetford Forest date
";
arnews[1] += "Katie Melua has announced a Norfolk date this summer as part of the annual Forestry Commission Live Music concert series.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 19:19:00 GMT";
arnews[1] += "
";
arnews[2]="Blondie and Katie's forest dates
";
arnews[2] += "Blondie and Katie Melua are heading to the forest - for some magical woodland shows.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 18:28:41 GMT";
arnews[2] += "
";
arnews[3]="Melua gets Norfolk forest date
";
arnews[3] += "Katie Melua has announced a Norfolk date this summer as part of the annual Forestry Commission Live Music concert series.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 14:47:59 GMT";
arnews[3] += "
";
arnews[4]="Katie Melua announces forest gig
";
arnews[4] += "SUFFOLK: Katie Melua will play Thetford Forest later this year as part of Forestry Commission Live Music.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 13:22:41 GMT";
arnews[4] += "
";
arnews[5]="Katie Melua signed up for Thetford Forest gig
";
arnews[5] += "Katie Melua has announced a gig at High Lodge, near Brandon, as part of the Forestry Commission Live Music series of concerts.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 11:11:51 GMT";
arnews[5] += "
";
arnews[6]="Katie Melua
";
arnews[6] += "KATIE Melua, one of the UK's biggest selling female artists, will be performing in Bristol this year.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 19:42:29 GMT";
arnews[6] += "
";
arnews[7]="Not a diva
";
arnews[7] += "It is 2006 and Leona Lewis, a softly spoken 21-year-old receptionist from East London, is auditioning for ITV talent show The X Factor .";
arnews[7] += "
Publ.Date : Sun, 31 Jan 2010 12:00:00 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("