var arnews = new Array(9);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bra boy Koby Abberton out for a big time with a mystery companion - News.com.au
";
arnews[0] += "FIND out all about Koby Abberton in this revealing Sydney Confidential exclusive. Produced by Tim Artlett and Holly Byrnes. BRA Boy Koby Abberton, spotted last week basking in the company of Pussycat Doll Melody Thornton over dinner, had a tall new ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 05:47:00 GMT";
arnews[0] += "
";
arnews[1]="U.S. curler looks to TV show to make dream a reality - Toronto Star
";
arnews[1] += "A member of the U.S. Olympic curling team is hoping a dose of reality TV will cure the financial shortfall preventing his family from attending the 2010 Winter Games in Vancouver. Chris Plys, the alternate on John Shuster's Olympic rink, will appear ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 09:32:00 GMT";
arnews[1] += "
";
arnews[2]="Curler to appear on reality show - Winnipeg Sun
";
arnews[2] += "Plys will make his case to Candy Spelling, widow of producer Aaron Spelling, poker star Vanessa Rousso, Pussycat Dolls singer Melody Thornton and Sean Patterson, president of Wilhelmina Models. The series is based on a British show “Fortune ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 19:06:00 GMT";
arnews[2] += "
";
arnews[3]="Duluth Olympian goes ‘Hollywood’ - Duluth News Tribune
";
arnews[3] += "Patrick Plys was in for a surprise one day recently when a Hollywood film crew pulled up outside his Hunters Park home. The crew, from the upcoming E! reality series “Bank of Hollywood,” was in Duluth to film segments about Plys’ son, U.S ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:02:00 GMT";
arnews[3] += "
";
totcount = 4;
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("