var arnews = new Array(8);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Launch Party for JM Magazine draws Coco, Ice-T, Tyson Beckford - SoJones
";
arnews[0] += "Ice-T, Coco, and James Mark (Publisher of JM Magazine) at JM Magazine Launch Party, La Pomme, New York City (Photo: Jacob Breinholt) Last night in New York City Coco, Ice-T, Tyson Beckford and many other fashion and music industry moguls attended the ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 19:32:00 GMT";
arnews[0] += "
";
arnews[1]="No expense spared for Nicole Trunfio - News.com.au
";
arnews[1] += "The former Perth model, who now bases herself in New York, first became a star on the catwalks of the Big Apple before moving into reality television in the US and becoming known as US model Tyson Beckford, TV co-host.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 12:19:00 GMT";
arnews[1] += "
";
arnews[2]="Weird cases: don't disturb the bears - Times Online
";
arnews[2] += "And looking at who was most disturbed in the pit on that day, the bears are not an obvious choice: Herron said he was there because he had heard the voice of Tyson Beckford, the model and actor, instructing him to rescue a damsel in distress.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 11:09: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("