var arnews = new Array(5);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jodi Gordon and I are just mates, says Braith Anasta - Adelaide Now
";
arnews[0] += "... City's new poker rooms on Tuesday, the Roosters star confirmed his movie date with Gordon, who is said to be quite interested in the now-single NRL star following his break-up with Erin McNaught . \"We're just friends,\" he told Confidential . \"";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 23:51:00 GMT";
arnews[0] += "
";
arnews[1]="Anasta "just friends" with Gordon - Digital Spy
";
arnews[1] += "Braith Anasta has denied that he is romantically involved with Home and Away star Jodi Gordon. The Australian NRL sportsman, who used to date Neighbours actress Erin McNaught, said that he is too busy for a relationship at the moment. Anasta told The ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:55:00 GMT";
arnews[1] += "
";
totcount = 2;
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("