var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Miss Universe studied in B.C
"; arnews[0] += "The new Miss Universe, Riyo Mori of Japan, has come a long way since completing Grade 11 at Mount Douglas secondary school in Saanich three years ago."; arnews[0] += "
Publ.Date : Wed, 30 May 2007 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Why did Asians lose out?
"; arnews[1] += "DESPITE a strong showing in online voting, Indonesian Miss Universe candidate Zivanna Letisha Siregar didn't figure in the beauty contest's top 15 in the pageant held in Nassau, the Bahamas."; arnews[1] += "
Publ.Date : Wed, 26 Aug 2009 14:20:51 GMT"; arnews[1] += "
"; arnews[2]="Jessica Simpson Caught In Earthquake In Japan, Not Caused By Her Thighs Rubbing Together
"; arnews[2] += "Jessica is in Japan filming her reality show called \"The Price Of Beauty\" where she travels the world talking to women about beauty and body image and how it affects...zzzz...sorry, dozed off there for a second."; arnews[2] += "
Publ.Date : Fri, 14 Aug 2009 06:38:00 GMT"; arnews[2] += "
"; arnews[3]="Jessica Simpson Causes Survives Another Japanese Earthquake
"; arnews[3] += "Jessica Simpson Causes Survives Another Japanese Earthquake Thursday, August 13, 2009 6:41 AM They tried to tell her a Godzilla impression would not be appreciated, but she just wouldna t listen."; arnews[3] += "
Publ.Date : Thu, 13 Aug 2009 00:38:00 GMT"; arnews[3] += "
"; arnews[4]="'Sleazy' kimono sparks anger
"; arnews[4] += "The blog of Emiri Miyasaka, 25, who is set to represent her country at the contest in the Bahamas this month, was flooded with indignant comments over the daring creation, which also featured lacy garter belts."; arnews[4] += "
Publ.Date : Tue, 04 Aug 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Miss Japan to tone down sexy kimono
"; arnews[5] += "Kimon-oh! ... Japan's entry for Miss Universe has created a storm by parading a racy black - and very short - leather kimono / AFP Costume exposes hot-pink underwear Claims kimono \"crass, sleazy\" Less revealing for August 23 final JAPAN'S finalist for the Miss Universe pageant has modified her costume after triggering a storm of protest with her ..."; arnews[5] += "
Publ.Date : Tue, 04 Aug 2009 11:57:12 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("
");