var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top talent
";
arnews[0] += "A white model painted black in French Vogue . Another model in Ralph Lauren campaign with her body badly photoshopped into something looking similar to a Bratz doll.";
arnews[0] += "
Publ.Date : Thu, 22 Oct 2009 02:46:07 GMT";
arnews[0] += "
";
arnews[1]="Equestrian personality for Cambridge's Melbourne Cup
";
arnews[1] += "New Zealand equestrian personality Elizabeth Charleston has been named as the Race Day Ambassador for the 2009 Cambridge Melbourne Cup Day.";
arnews[1] += "
Publ.Date : Wed, 14 Oct 2009 20:07:42 GMT";
arnews[1] += "
";
arnews[2]="The Howard Stern Show - Thursday, August 6, 2009
";
arnews[2] += "Thursday, August 6, 2009 -- Road Trip: West Coast - Day 5. 08/06/09. 6:00am All this week we've been hearing shows from Howard Stern's trip to the West Coast from 2001.";
arnews[2] += "
Publ.Date : Fri, 07 Aug 2009 05:30:24 GMT";
arnews[2] += "
";
arnews[3]="Tycoon shows he's a model pal
";
arnews[3] += "Owen Glenn is going into a horse-breeding partnership with Kylie Bax's family. The Monaco-based businessman is buying the 34-year-old supermodel's share of their luxury Matamata horse stud Blandford Lodge.";
arnews[3] += "
Publ.Date : Sat, 13 Jun 2009 18:28:01 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("