var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Johnny John Peters: Miranda Otto - Vogue Australia's 50th Anniversary Party at Fox Studios on July 31, 2009 - 10 HQ http://is.gd/1XPdM
";
arnews[0] += "Miranda Otto - Vogue Australia's 50th Anniversary Party at Fox Studios on July 31, 2009 - 10 HQ";
arnews[0] += "
";
arnews[1]="War.Of.The.Worlds.2005.720p.HDTV.DTS.x264-ESiR[世界大战] (电影(720p))
";
arnews[1] += "War.Of.The.Worlds.2005.720p.HDTV.DTS.x264-ESiR[世界大战] (电影(720p)) -";
arnews[1] += "
";
arnews[2]="Josephine Sabin: Off to meet Miranda Otto (well not really, watch from afar?) at the launch of her new film, Blessed, at Dendy Newtown
";
arnews[2] += "Off to meet Miranda Otto (well not really, watch from afar?) at the launch of her new film, Blessed, at Dendy Newtown";
arnews[2] += "
";
arnews[3]="Mădălin Oprea: Ana Kokkinos talks Blessed
";
arnews[3] += "Ana Kokkinos talks Blessed -";
arnews[3] += "
";
arnews[4]="Melissa Hoyer: BLING is dead, long live real pearls . . . Miranda Otto shows how it's done.
";
arnews[4] += "BLING is dead, long live real pearls . . . Miranda Otto shows how it's done. -";
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("