var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sophie, what is it that you do exactly?
";
arnews[0] += "CELEBRITY blogger Perez Hilton calls her a \"Z-list actress\". But has Sophie Monk become Australia's very own Lindsay Lohan? Both showed exceptional promise at the start of their careers Monk on the television show Popstars , which launched her girl group Bardot, and Lohan as a budding child actor and model.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:58:04 GMT";
arnews[0] += "
";
arnews[1]="Huntsville's Broadway Theatre League opens 50th season with "Mamma Mia!"
";
arnews[1] += "Before landing the role of Sam Carmichael in the ABBA-inspired musical \"Mamma Mia!,\" actor John Hemphill wasn't a huge fan of the '70s Swedish pop group.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 18:57:14 GMT";
arnews[1] += "
";
arnews[2]="Who Weekly's 2009 Sexiest People
";
arnews[2] += "THERE were wall to wall beauties - and a few plain ones invited along for good measure - at Sydney's Summit Restaurant last night to see the unveiling of Who Weekly's 2009 Sexiest People list.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 20:44:56 GMT";
arnews[2] += "
";
arnews[3]="Morning Links
";
arnews[3] += "Milla Jovovich , Ali Larter , and Wentworth Miller were spotted shooting scenes for their movie 'Resident Evil: Afterlife' in Toronto.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 17:26:51 GMT";
arnews[3] += "
";
arnews[4]="FOOTBALL: Treble tonic for Carterton
";
arnews[4] += "TRICKS from Genevieve Miles, Sophie Riley and Rebecca Jenkins saw Carterton to a 10-1 win at Summertown in the Under 10 League, Sophie Stevens scoring the tenth goal.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 15:15:14 GMT";
arnews[4] += "
";
arnews[5]="Girls Football: Jones is four-midable
";
arnews[5] += "Hot shot Ellanor Jones bagged a four-timer as Oxford Bluebirds defeated Wantage 7-3 in the Under 12 League.";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 22:41:23 GMT";
arnews[5] += "
";
arnews[6]="Horror flick: Sophie puts her best assets forward
";
arnews[6] += "IT may have been her first lead film role, but Sophie Monk was severely overshadowed in new horror flick The Hills Have Eyes .";
arnews[6] += "
Publ.Date : Tue, 10 Nov 2009 20:25:52 GMT";
arnews[6] += "
";
arnews[7]="Britney speaks out on miming row
";
arnews[7] += "BRITNEY Spears has hit back at critical media reports of her Circus tour, saying she came to Australia for her fans.";
arnews[7] += "
Publ.Date : Tue, 10 Nov 2009 18:40:46 GMT";
arnews[7] += "
";
arnews[8]="Fort Thomas native on 'House' tonight
";
arnews[8] += "Watch for this face tonight on Fox's \"House\" . Rachael Marie Wagenlander, a May graduate from Newport Central Catholic High School, appears as Brianna on \"House\" tonight.";
arnews[8] += "
Publ.Date : Mon, 09 Nov 2009 17:25:34 GMT";
arnews[8] += "
";
totcount = 9;
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("