var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Mr. James Edgar McMahon
"; arnews[0] += "The death took place peacefully, surrounded by his family, at his home 'The Rawe', Brookeborough of Mr."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 15:17:19 GMT"; arnews[0] += "
"; arnews[1]="Halifax homecoming at Uteck Bowl
"; arnews[1] += "Chris Welner CALGARY - From Wednesday's Globe and Mail Published on Wednesday, Nov."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:04:00 GMT"; arnews[1] += "
"; arnews[2]="Dannii Minogue set to wed?
"; arnews[2] += "Dannii Minogue is ready to marry. The 38-year-old star - who was previously married to actor Julian McMahon and was engaged to racing driver Jacques Villeneuve - had vowed never to wed again but admits she has had a change of heart since meeting model Kris Smith."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 04:09:32 GMT"; arnews[2] += "
"; arnews[3]="THG's Top 10 Favorite TV Doctors
"; arnews[3] += "They may not be real doctors, but they cure what ails us on TV. Well, most of the time at least."; arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 21:50:00 GMT"; arnews[3] += "
"; arnews[4]="Movie role: Mr McMahon gets a bit dodgy
"; arnews[4] += "AUSTRALIAN actor Julian McMahon has bounced back from the axing of his US show Nip/Tuck and is set to star alongside Bruce Willis in a big-screen adaptation of the DC Comic Red."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 06:14:19 GMT"; arnews[4] += "
"; totcount = 5; 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("
");