var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Strictly Come Dancing The Live Tour: Wembley Arena
";
arnews[0] += "STRICTLY COME DANCING is once again off the small screen and, for the next two weeks at least, touring the UK's huge arenas.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 02:35:03 GMT";
arnews[0] += "
";
arnews[1]="'Strictly' Sport Relief details revealed
";
arnews[1] += "The details of this year's Strictly Come Dancing Sport Relief special have been confirmed.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 14:52:56 GMT";
arnews[1] += "
";
arnews[2]="Duncan Bannatyne takes to the dancefloor for charity
";
arnews[2] += "A NORTH East tycoon swapped his suits for sequins in aid of charity. Multimillionaire businessmen and stars of TV's Dragons' Den Duncan Bannatyne and Peter Jones took to the dancefloor for a Strictly Come Dancing Sport Relief special.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:10:00 GMT";
arnews[2] += "
";
arnews[3]="Tea party, - 9-12 activists lament turnout
";
arnews[3] += "South Florida Tea Party Chairman Everett Wilkinson predicted in December that conservative activists would make a national statement in the April 13 special congressional election to replace \"fire-breathing liberal\" Democrat Robert Wexler.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 04:36:57 GMT";
arnews[3] += "
";
arnews[4]="Den duo take to the dancefloor
";
arnews[4] += "Multimillionaire businessmen Duncan Bannatyne and Peter Jones swapped Dragons' Den for the dancefloor for a Strictly Come Dancing Sport Relief Special.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 03:56:23 GMT";
arnews[4] += "
";
arnews[5]="Nature on display in Rookery Bay photo show
";
arnews[5] += "A new photography exhibit at the gallery in the Rookery Bay Environmental Learning Center, open now through April 2, is a natural partnership between the United Arts Council and Rookery Bay.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 18:10:48 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("