var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Katie Melua for Foresty Commission gig - Digital Spy
";
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. The concert has been organised in support of the Forestry Commission, which seeks to encourage new audiences ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 15:33:00 GMT";
arnews[0] += "
";
arnews[1]="Katie Melua announces forest gig - East Anglian Daily Times
";
arnews[1] += "SUFFOLK: Katie Melua will play Thetford Forest later this year as part of Forestry Commission Live Music. Having spent last year writing songs for her fourth studio album, due for release in May, including teaming up with song-writing partner Guy ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 11:36:00 GMT";
arnews[1] += "
";
arnews[2]="Blondie and Katie's forest dates - Independent
";
arnews[2] += "Blondie and Katie Melua are heading to the forest - for some magical woodland shows. The Heart Of Glass rockers - fronted by Debbie Harry - will be performing songs from their new album, the first in six years, at Westonbirt Arboretum ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 16:15:00 GMT";
arnews[2] += "
";
arnews[3]="'The Sims 3: World Adventures' (PC) v2.4 Patch Available NOW - WorthPlaying.com
";
arnews[3] += "Players can take their Sims on new journeys to famous real-world inspired destinations around the globe for the first time ever and seek out new adventures. While exploring the landmarks of an exotic city, there is no telling what the Sims will find ...";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 22:13:00 GMT";
arnews[3] += "
";
arnews[4]="Leona Lewis: It hurt. I'm frightened. I don't know where the next ... - Daily Mail
";
arnews[4] += "No one told her it would be like this: villa in LA, outselling Coldplay... and set upon in a London bookshop. With a security man suitably close by, Leona Lewis tells Live whether it's all been worth the bother 'It could have been worse. I am still ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 22:16:00 GMT";
arnews[4] += "
";
totcount = 5;
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("