var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="11th Hour attendees nosh past midnight
"; arnews[0] += "AFTER TITANIC: Hollywood press agent Dawna Shuman flew in to stickhandle the hype surrounding a pre-release private screening of movie star Leonardo DiCaprio's The 11th Hour at the Fifth Avenue Cinemas Thursday."; arnews[0] += "
Publ.Date : Sat, 25 Aug 2007 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Congratulations, Triple A winners
"; arnews[1] += "Congratulations to seniors Stephanie Miller and Eben Danielson, winners of this yeara TMs AAA competition at Fergus Falls High School."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 16:23:07 GMT"; arnews[1] += "
"; arnews[2]="Grammy Preview: Who will win?
"; arnews[2] += "This Sunday at 7, the music industry will be rocked by a tag-team vocal performance of colossal proportions in the highly-anticipated duo of Taylor Swift and Miley Cyrus! Oh, and the National Academy of Recording Arts and Sciences will be giving out some Grammy awards."; arnews[2] += "
Publ.Date : Fri, 06 Feb 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Vinnie celebrates as rivals evicted
"; arnews[3] += "Big Brother favourite Vinnie Jones is celebrating after two of his rivals were booted out of the celebrity house."; arnews[3] += "
Publ.Date : Sat, 23 Jan 2010 21:39:48 GMT"; arnews[3] += "
"; arnews[4]="Vinnie: 'Sisqo had lucky escape'
"; arnews[4] += "Vinnie told Stephanie this morning that Sisqo had had a lucky escape. During a conversation in the kitchen Stephanie spoke of her admiration for the Thong Song singer, who was evicted from the house along with Stephen on Friday."; arnews[4] += "
Publ.Date : Sat, 23 Jan 2010 16:03:56 GMT"; arnews[4] += "
"; arnews[5]="Gala ball raises $700,000 for cancer society
"; arnews[5] += "SOFT LIFE, HARD CASH: Held in the Hotel Vancouver recently, the 12th-annual Diamond Ball raised a reported $700,000 for the Canadian Cancer Society -- up $100,000 from last year."; arnews[5] += "
Publ.Date : Sat, 03 May 2008 07:00:00 GMT"; arnews[5] += "
"; arnews[6]="Inspired by China
"; arnews[6] += "All eyes may be fixed on China over the next two weeks, but there are plenty of fashionistas right here who have been flirting with the country long before the Olympics hit the triple-eight jackpot."; arnews[6] += "
Publ.Date : Mon, 11 Aug 2008 07:00:00 GMT"; arnews[6] += "
"; totcount = 7; 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("
");