var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Leicestershire's Charlie Bruce into BBC1 dance show final
";
arnews[0] += "She has dazzled millions of viewers with her jazz steps, Broadway routines and hip hop moves.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:16:15 GMT";
arnews[0] += "
";
arnews[1]="Lizzie keeps on dancing
";
arnews[1] += "HAMPSHIRE dance sensation Lizzie Gough has made her way into the final of TV show So You Think You Can Dance.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 14:54:37 GMT";
arnews[1] += "
";
arnews[2]="End of road for West Lancs dancer Alastair Postlethwaite on BBC's So You Think You Can Dance
";
arnews[2] += "A DANCER from West Lancashire was voted off the semi-finals of a BBC talent show.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 00:00:00 GMT";
arnews[2] += "
";
arnews[3]="Southport News: End of road for West Lancs dancer Alastair...
";
arnews[3] += "A DANCER from West Lancashire was voted off the semi-finals of a BBC talent show.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="Festival goal for football star Jamie Redknapp
";
arnews[4] += "FOOTBALLER Jamie Redknapp is kicking off a new summer festival dubbed 'Glastonbury meets the World Cup'. The former Liverpool and England midfielder is organising a three-day event with wife Louise and his businessman brother Mark.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 01:34:35 GMT";
arnews[4] += "
";
arnews[5]="Mandy and Alastair voted off 'SYTYCD'
";
arnews[5] += "Mandy Montanez and Alastair Postlethwaite have become the ninth and tenth contestants to be voted off So You Think You Can Dance .";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 22:57:40 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("