var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ryan Kwanten Movie News - ReelzChannel.com
";
arnews[0] += "Guardians tells the story of how an owl named Soren (Sturgess), who is entranced with his father's stories about the Guardians of Ga'Hoole, protected owlkind. Once Soren is kidnapped, he gathers together a group to escape and join the Guardians";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:07:00 GMT";
arnews[0] += "
";
arnews[1]="Sam Worthington Is GQ Man Of The Year - Post Chronicle
";
arnews[1] += "Sam Worthington has been named Man of the Year at the annual GQ magazine awards in Australia. The Terminator Salvation star was handed the honour at a glitzy ceremony in Sydney on Thursday night (19Nov09). Worthington was humble in accepting the ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:59:00 GMT";
arnews[1] += "
";
arnews[2]="Four to Voice Owls in Guardians of Ga’hoole - Animation Magazine
";
arnews[2] += "Zack Snyder has cast Sam Neill, Geoffrey Rush, Hugo Weaving and David Wenham to voice the lead roles in the 3D animated feature Guardians of Ga’hoole . According to The Hollywood Reporter , the film is being produced by Animal Logic in Sydney, and ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 01:08:00 GMT";
arnews[2] += "
";
arnews[3]="Stephanie Rice's splash of colour with cocktail frock - News.com.au
";
arnews[3] += "Actor Sam Worthington was named Man of the Year, with True Blood hottie Ryan Kwanten awarded Actor of the Year.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:31:00 GMT";
arnews[3] += "
";
arnews[4]="WORTHINGTON IS MAN OF THE YEAR - Daily Star
";
arnews[4] += "True Blood star Ryan Kwanten landed the Actor of the Year award, while Empire Of The Sun was named Music Act Of The Year. Soul singer Daniel Merriweather earned the Breakthrough Star of the Year honour.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:59:00 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("