var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On the final two nights of 'Dancing with the Stars' season nine...
";
arnews[0] += "\"Episode 910 & 910A\" - After ten weeks of surprises and dazzling performances, Mya, Kelly Osbourne and Donny Osmond have stood out in the largest group of \"Dancing with the Stars\" competitors and earned the right for a chance to be crowned champion of \"Dancing with the Stars.\" The three finalists will have their last opportunity to impress the ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:05:35 GMT";
arnews[0] += "
";
arnews[1]="Cards floor Saints with a full house
";
arnews[1] += "As ludicrous as it may seem St Albans City could well have spent Saturday night looking forward to the draw for the First Round Proper of the FA Trophy rather than trudging back to Hertfordshire reflecting on a 6-0 drubbing received at the hands of three-times Trophy winners Woking.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:22:37 GMT";
arnews[1] += "
";
arnews[2]="Wales 33-16 Argentina
";
arnews[2] += "Wing wizard Shane Williams lit up the Millennium Stadium with two dazzling tries as Wales recorded a record 33-16 victory against Argentina.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:41:31 GMT";
arnews[2] += "
";
arnews[3]="Wales 33 Argentina 16: match report
";
arnews[3] += "Read a full match report of the international Test match between Wales and Argentina at the Millennium Stadium on Saturday No 21, 2009.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:29:58 GMT";
arnews[3] += "
";
arnews[4]="Happy feat in strappy heels
";
arnews[4] += "Eight hours of practice and an utter lack of common sense have brought me here, poised to descend 19 steep steps to the ballroom floor of \"Dancing With the Stars.\" I lean heavily on a backstage railing, hyperventilating, and await the cue.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:07:11 GMT";
arnews[4] += "
";
arnews[5]="Williams steers Welsh to emphatic win over Pumas
";
arnews[5] += "Wales 33 Argentina 16 Wing wizard Shane Williams lit up the Millennium Stadium with two dazzling tries as Wales recorded a record victory against Argentina.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:20:27 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("