var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sophie, what do 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 16:11:01 GMT";
arnews[0] += "
";
arnews[1]="Cove and lake star in trailer for Hollywood film
";
arnews[1] += "Essex has hit the small screen seven months before it hits the big screen next summer.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:30:34 GMT";
arnews[1] += "
";
arnews[2]="The Jean genie found on the rack
";
arnews[2] += "Was it the Great Jeans-Collecting Tour of Toronto -- or what? I speak, here, of Cory Monteith.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:40:42 GMT";
arnews[2] += "
";
arnews[3]="Palace Theater to show 'The Private Lives of Pippa Lee' Saturday
";
arnews[3] += "A locally filmed movie with an award-wining cast will have its first showing in the state at the Palace Theater on Saturday.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 03:06:51 GMT";
arnews[3] += "
";
arnews[4]="Tim Burton's influence on fashion
";
arnews[4] += "It is a paradox of fashion that the film director Tim Burton, a man who regularly lands on worst-dressed lists along with his partner and muse Helena Bonham Carter; a man often excoriated for his matted hair and onion-peel layers of clothes, is also one of the most aesthetically influential film directors currently working, at least as far as that ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:18:20 GMT";
arnews[4] += "
";
arnews[5]="Sexing Up Thanksgiving
";
arnews[5] += "Is there a less sexy holiday than Thanksgiving? Sure, Memorial Day can be a downer, what with all the remembering the heroic dearly departed.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:15:51 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("