var arnews = new Array(9);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Onwards and upwards for Lara Bingle - News.com.au
";
arnews[0] += "Does Lara Bingle have what it takes to attract the big dollars like Jennifer Hawkins, Megan Gale and Miranda Kerr? Let us know your thoughts. With talented young magazine fashion stylist Christine Centenera on board selecting her clothes and, rumour ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 11:38:00 GMT";
arnews[0] += "
";
arnews[1]="Department store wars - DJs steals Zampatti from Myer - News.com.au
";
arnews[1] += "David Jones spokesmodel Megan Gale may soon be wearing Carla Zampatti clothing after the chain became an exclusive supplier. Picture: Jim Trifyllis David Jones fights back after Myer float Fashion label will be sold exclusively at DJs Myer shares ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 06:24:00 GMT";
arnews[1] += "
";
arnews[2]="Indiana prep summaries - NWI.com
";
arnews[2] += "GRIFFITH -- Courtney Koleski 181-234, Courtney Hauser 163-150, Brenda Banks 132, Elizabeth Kras 139-202, Maggie Cartwright 143-166, Megan Gale 117. HIGHLAND -- Lexi Azpeitia 147-201, Katie Snowden 176-158, Kayla Riffle 184-157, Kristi Vanderwoude 155 ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 05:55:00 GMT";
arnews[2] += "
";
totcount = 3;
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("