var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="On This Day: Windsor Castle caught fire
"; arnews[0] += "Aerial view of Windsor Castle. Mark S.Jobling November 20, 1992: Part of Windsor Castle burns ."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:42:58 GMT"; arnews[0] += "
"; arnews[1]="Last week
"; arnews[1] += "It was justice decades delayed, but Langford resident Wayne Staull has been found guilty of molesting four children during the 1970s and late 1990s."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 12:27:52 GMT"; arnews[1] += "
"; arnews[2]="Has Ben Elton lost the talent that made him famous?
"; arnews[2] += "The comedian's jokes about the Queen and Prince Philip on an Australian television show were a failure, argues Andrew Pierce."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 21:10:11 GMT"; arnews[2] += "
"; arnews[3]="Long live the ...
"; arnews[3] += "There was once a time when a royal visit to Canada was the stuff of fairytales and legends."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 12:52:00 GMT"; arnews[3] += "
"; arnews[4]="Monarchy is losing its lustre
"; arnews[4] += "There was once a time when a royal visit to Canada was the stuff of fairy tales and legends."; arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 23:06:00 GMT"; arnews[4] += "
"; arnews[5]="Long live the...?
"; arnews[5] += "There was once a time when a royal visit to Canada was the stuff of fairytales and legends."; arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 07:31:00 GMT"; arnews[5] += "
"; arnews[6]="Long live the??
"; arnews[6] += "There was once a time when a royal visit to Canada was the stuff of fairytales and legends."; arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 21:45:00 GMT"; arnews[6] += "
"; arnews[7]="After Elizabeth II
"; arnews[7] += "Thursday November 12, 2009 at 8 pm on CBC-TV Repeating: Friday November 13, 2009 at 10 pm ET/PT on CBC News Network A new sovereign can revive a royal family or be its kiss of death."; arnews[7] += "
Publ.Date : Thu, 12 Nov 2009 12:59:39 GMT"; arnews[7] += "
"; arnews[8]="God save the King? Maybe... maybe not
"; arnews[8] += "As this hour-long meditation on the relevance of the British monarchy in 21st-century society begins, members of lofty Oxford University's debating society are sparring over precisely the question as to whether the royal line should continue beyond Queen Elizabeth II."; arnews[8] += "
Publ.Date : Thu, 12 Nov 2009 09:21:30 GMT"; arnews[8] += "
"; totcount = 9; 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("
");