var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Inside one of Australia's biggest true murder cases
";
arnews[0] += "The circumstances behind the tragic death of model Caroline Byrne are finally brought to light in a television first, writes Scott Ellis.";
arnews[0] += "
Publ.Date : Mon, 02 Nov 2009 08:44:47 GMT";
arnews[0] += "
";
arnews[1]="Beauty and the beast
";
arnews[1] += "Intriguing ... Caroline Byrne with Gordon Wood and Tony Byrne . Photo: Supplied November 2, 2009 The murder case that transfixed Sydney has made its way to the small screen, writes Sacha Molitorisz.";
arnews[1] += "
Publ.Date : Sat, 31 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Movie shows dad's fight for truth of Byrne's death
";
arnews[2] += "Main: Cariba Heine, who plays Caroline Byrne in the telemovie A Model Daughter: The Killing Of Caroline Byrne .";
arnews[2] += "
Publ.Date : Sat, 04 Jul 2009 18:09:59 GMT";
arnews[2] += "
";
arnews[3]="Networking
";
arnews[3] += "SEA PATROL'S David Lyons will play Gordon Wood in Channel Ten telemovie A Model Daughter - The Killing of Caroline Byrne .";
arnews[3] += "
Publ.Date : Wed, 24 Jun 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Cast announced for Caroline Byrne telemovie
";
arnews[4] += "Cariba Heine has been cast as former Camden teenager Caroline Byrne in a telemovie tracing the model's life and 1995 murder, in which she was thrown to her death off Sydney suicide spot The Gap.";
arnews[4] += "
Publ.Date : Mon, 22 Jun 2009 17:00:00 GMT";
arnews[4] += "
";
arnews[5]="Cast announced for Caroline Byrne telemovie
";
arnews[5] += "Cariba Heine has been cast as former Camden teenager Caroline Byrne in a telemovie tracing the model's life and 1995 murder, in which she was thrown to her death off Sydney suicide spot The Gap.";
arnews[5] += "
Publ.Date : Mon, 22 Jun 2009 21:53:58 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("