var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bjork writes song for Moomins film - Entertainment.uk.msn.com
";
arnews[0] += "Bjork has written a song for a new Moomins film. The Icelandic singer, who is a fan of the 80s children's TV characters, has written a track called The Comet Song with her collaborator Sjon for the forthcoming film, Nme.com reports. The film, called ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 11:41:00 GMT";
arnews[0] += "
";
arnews[1]="Bjork Writes Song for Children's Movie - S spinner
";
arnews[1] += "Bjork has written a new song for the forthcoming Finnish children's movie, 'Moomins and the Comet Chase.' The Icelandic singer will lend her unique pop approach to the film, which explores the hippo-like trolls created by author/illustrator Tove ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 15:31:00 GMT";
arnews[1] += "
";
arnews[2]="Bjork writes new song for Moomins film - Entertainment.uk.msn.com
";
arnews[2] += "Bjork has penned a song for a new film based on the 1980s children's TV series 'The Moomins'. The Icelandic singer has written the song 'The Comet Song' with author and frequent collaborator Sjón for the movie 'Moomins And The Comet Chase'. Bjork is ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 17:40:00 GMT";
arnews[2] += "
";
arnews[3]="Miley Cyrus entourage bus wreck kills one - Vindy.com
";
arnews[3] += "DINWIDDIE, Va. — One person was killed Friday when a tour bus belonging to entertainer Miley Cyrus overturned, but the 16-year-old “Hannah Montana” star wasn’t on board, Virginia State Police said. Sgt. Thomas Molnar said the bus ran off the ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:18:00 GMT";
arnews[3] += "
";
arnews[4]="Live Review: Cranberries in Toronto - Jam! Showbiz
";
arnews[4] += "TORONTO - The verdict on The Cranberries reunion tour, which touched down at the Queen Elizabeth Theatre on Friday night for a two-night stand, was that the hits by the '90s Irish pop-rock band have held up remarkably well. And so has fiery ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 07:26:00 GMT";
arnews[4] += "
";
arnews[5]="Today in History - Nov. 21 - Vail Daily News
";
arnews[5] += "On Nov. 21, 1934, the Cole Porter musical \"Anything Goes,\" starring Ethel Merman as Reno Sweeney, opened on Broadway. On this date: In 1789, North Carolina became the 12th state to ratify the U.S. Constitution. In 1922, Rebecca L. Felton of Georgia ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:43:00 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("