var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Anasta "just friends" with Gordon
";
arnews[0] += "Braith Anasta has denied that he is romantically involved with Home and Away star Jodi Gordon.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 14:18:03 GMT";
arnews[0] += "
";
arnews[1]="NRL star: Braith tells: The truth about my Jodi
";
arnews[1] += "KEEN girls shy from being referred to as \"a friend\", especially when they're looking for something more, but Braith Anasta has described his courtship with Home And Away actress Jodi Gordon as purely platonic - at this stage.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 02:25:48 GMT";
arnews[1] += "
";
arnews[2]="You're Fired? Carrie Prejean Awaiting Verdict Over Provocative Pictures
";
arnews[2] += "So could these photos cost her the crown and the chance to become Miss USA if the current titleholder, Kirsten Dalton, goes on to become Miss Universe? When Carrie Prejean returned from the Miss USA pageant in Sin City two weeks ago, the 21-year-old surely had no idea that so many \"sins\" of her own would surface.";
arnews[2] += "
Publ.Date : Wed, 06 May 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Googlers gather for Street View stunt
";
arnews[3] += "Australian Googlers wait for the Street View car. Australian Googlers wait for the Street View car.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 06:45:53 GMT";
arnews[3] += "
";
arnews[4]="Aussie Street View stunt
";
arnews[4] += "Google Street Views itself Passers-by could be forgiven for thinking the entire Google Australia team was on strike today after staff gathered outside the company's headquarters for a Street View stunt.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 06:45:02 GMT";
arnews[4] += "
";
arnews[5]="Aussie Googlers gather for Street View stunt.
";
arnews[5] += "When Google street view themselves RAW VISION: Google employees indulged in more of their wacky antics as they launched the latest round of Street View shooting outside their own Sydney HQ.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 03:04:24 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("