var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sophie Monk is a celebrity. We're just not sure why - News.com.au
";
arnews[0] += "Both showed exceptional promise (and talent) 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. Now it seems both are famous for nothing other ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:53:00 GMT";
arnews[0] += "
";
arnews[1]="Sophie Monk: LA Lunch Date - DailyFill
";
arnews[1] += "Out spending time in Los Angeles, Sophie Monk was spotted yesterday afternoon (November 20) having lunch. The “Hills Run Red” actress sported minimal makeup and looked casual in stone-washed jeans, a gray t-shirt, with a white blazer as she ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 23:57:00 GMT";
arnews[1] += "
";
arnews[2]="Sophie, what is it that you do exactly? - News.com.au
";
arnews[2] += "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 (and talent) at the start of their careers – Monk on the television show Popstars , which ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:29:00 GMT";
arnews[2] += "
";
arnews[3]="Paris is said to be livid with her ex-BFF Kim for hoovering up all the ... - AhlanLive.com
";
arnews[3] += "Paris is said to be livid with her ex-BFF Kim for hoovering up all the intellectual jobs in T-town that Paris used to be the go-to girl for. So, quick recount. We've had Paris Vs Nicole; Paris Vs Lindsay and Paris Vs Sophie Monk (she's not famous ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 11:46:00 GMT";
arnews[3] += "
";
arnews[4]="Sophie Gets A Surprise Visit From Photographers - X17 Online
";
arnews[4] += "why is this bitch even living in this country? she has no job here so there can't be a work visa!!!!! it's time this irrelevant piece of shit go back to her own country!and all the rest of the useless pieces of shit who don't belong here! bitch, put ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 23:58: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("