var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Plaskett is double-winner at folk awards
"; arnews[0] += "Joel Plaskett's ambitious triple album, Three, led the Halifax singer-songwriter to a double victory at the fifth annual Canadian Folk Music Awards on Saturday."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:51:36 GMT"; arnews[0] += "
"; arnews[1]="Winners of Canadian Folk Music Awards represent nation's diversity
"; arnews[1] += "Brenley MacEachern and Lisa MacIsaac of Madison Violet recieve the award for vocal group of the year at the Canadian Folk Music Awards at the Dominion Chalmers United Church in Ottawa, Ont., Nov."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:35:18 GMT"; arnews[1] += "
"; arnews[2]="Plaskett is double-winner at folk awards
"; arnews[2] += "Joel Plaskett's ambitious triple album, Three, led the Halifax singer-songwriter to a double victory at the fifth annual Canadian Folk Music Awards on Saturday."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 04:29:38 GMT"; arnews[2] += "
"; arnews[3]="On Nov. 17, 1979, Iran's Ayatollah Khomeini ordered the release of 13 American hostages
"; arnews[3] += "Today is Tuesday, Nov. 17, the 321st day of 2009. There are 44 days left in the year."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:46:42 GMT"; arnews[3] += "
"; arnews[4]="Audrey Hepburn's clothes to be auctioned in London
"; arnews[4] += "Couture and accessories once worn by the style icon will go on sale at London's Pall Mall December 8. Many of the dresses are labeled Givenchy - Hepburn systematically included in her film contracts that all her costumes be made by the french fashion house's founder Hubert de Givenchy who in turn said of the actress: \"All the responsibility for the ..."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 22:18:58 GMT"; arnews[4] += "
"; arnews[5]="Hanson runs his way to offensive player of the year honors
"; arnews[5] += "Ripon senior running back Connor Hanson didn't have a great start to his career."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 13:36: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("
");document.write("
");