var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A model on the penthouse of The Melburnian.
";
arnews[0] += "SOME women get pruning shears or sensible walking shoes for their 60th birthday.";
arnews[0] += "
Publ.Date : Thu, 01 Oct 2009 03:17:21 GMT";
arnews[0] += "
";
arnews[1]="Apartment fetches $15m
";
arnews[1] += "SOME women get pruning shears or sensible walking shoes for their 60th birthday.";
arnews[1] += "
Publ.Date : Wed, 30 Sep 2009 13:00:01 GMT";
arnews[1] += "
";
arnews[2]="Boom is back with penthouse marketing splash
";
arnews[2] += "Model Kasia Z on the rooftop garden of the 22nd floor penthouse at The Melburnian.";
arnews[2] += "
Publ.Date : Wed, 19 Aug 2009 15:30:37 GMT";
arnews[2] += "
";
arnews[3]="Where does Melbourne's A-list hang?
";
arnews[3] += "James Sorensen, left, Vincent Fantauzzoo and Kasia Zachweija at Toff in Town. Photo: Simon Schluter A great watering hole is a celeb's haven.";
arnews[3] += "
Publ.Date : Thu, 23 Jul 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="We reveal the favourite haunts of the in-crowd.
";
arnews[4] += "A great watering hole is a celeba TMs haven. But which are their favourite haunts? Celebrities, reportedly, boast digestive systems similar to those of ordinary humans.";
arnews[4] += "
Publ.Date : Sat, 25 Jul 2009 14:32:10 GMT";
arnews[4] += "
";
arnews[5]="Read our exclusive Lance Franklin interview here.
";
arnews[5] += "Buddy Franklin has just introduced himself to a stranger as Lance. Not, he later explains, because he has any misgivings about his moniker.";
arnews[5] += "
Publ.Date : Thu, 04 Jun 2009 03:22:25 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("