var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nakusp Ice Devils host last home tournament of the season
";
arnews[0] += "In their second to last tournament of the year, the Nakusp Senior Novice Ice Devils hosted teams from Salmon Arm, Kelowna and Kaslo in a weekend event.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:30:30 GMT";
arnews[0] += "
";
arnews[1]="Holidays on Earth Today: February 4, 2010
";
arnews[1] += "Holidays are such an important part of each countries tradition along with supporting its culture.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 12:35:42 GMT";
arnews[1] += "
";
arnews[2]="Akai, The Box reach 'Got To Dance' final
";
arnews[2] += "Akai and The Box became the final two contestants voted into the Got To Dance live final last night.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 10:43:57 GMT";
arnews[2] += "
";
arnews[3]="Sarah Harding goes on Barbados bender
";
arnews[3] += "WE STILL can't get used to Pussycat Doll Kimberly Wyatt's new brunette barnet. ABOVE: Girls Aloud star Sarah Harding let rip in Barbados during a boozy night out 0 ) She's on a one-woman mission to enjoy every day like it's her last and for that she's a girl after our own hearts.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 01:25:06 GMT";
arnews[3] += "
";
arnews[4]="Kimberly Wyatt shows off...
";
arnews[4] += "AFTER months of banging on about it, Russell Brand is finally set to wow Hollywood with a movie blockbuster.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 01:24:40 GMT";
arnews[4] += "
";
arnews[5]="Meryl Streep in talks to...
";
arnews[5] += "WE LOVE Danny Dyer, so when we were asked if we wanted to go to the cinema with him and stare at his fit face on a huge screen for two hours, the decision was easy.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 01:24: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("