var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Actress Hennessy Sings Tribute To Cancer Victim Anema - The Gaea Times
";
arnews[0] += "Canadian actress JILL HENNESSY paid an emotional tribute to six-year-old leukaemia victim JASMINA ANEMA on Sunday (31Jan10) when she sang a tune written especially for the tragic youngster at her funeral. Little Anema lost her battle with a rare form ...";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 13:25:00 GMT";
arnews[0] += "
";
arnews[1]="Brumby defends advert before by-election - ninemsn
";
arnews[1] += "Victorian Premier John Brumby has dismissed as coincidental a taxpayer-funded advertising feature spruiking Melbourne's west days before a by-election there. A 24-page advertising lift-out was printed in the Sunday Age at the weekend, six days before ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 01:35:00 GMT";
arnews[1] += "
";
arnews[2]="Baillieu accuses Brumby of thug tactics - ninemsn
";
arnews[2] += "In question time, the opposition grilled the government over Labor's Altona candidate, Jill Hennessy, who is on the board of Western Health, which it said ranked worst for patient dissatisfaction in a recent statewide hospital survey.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 09:05:00 GMT";
arnews[2] += "
";
arnews[3]="Life's pretty good in Altona, despite what the pollies say - Age
";
arnews[3] += "Location, location, location! For a while there, it wasn't safe to leave the house in your uggs and trackies, with grubby kids and yipping mutt in tow, in case a film crew decided to shoot some free footage of a bogan family and their pet. Our small ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 12:42: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("