var arnews = new Array(8);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Let's Just Hope They Won't Be Hitting The Beach In A Bikini
";
arnews[0] += "Mariah Carey and Donatella Versace landed in Rio yesterday for tomorrow's Oi Fashion Rocks .";
arnews[0] += "
Publ.Date : Fri, 23 Oct 2009 18:03:51 GMT";
arnews[0] += "
";
arnews[1]="Disoriented Downtown Fashion - Jeisa Chiminazzo Wanders 'In the City' in October 2009 Flair
";
arnews[1] += "Have you ever found yourself in Manhattan, dressed to perfection in your trench coat and over-the-knee boots, only to have nowhere to go? Jeisa Chiminazzo seems to be having this problem in this October 2009 Flair editorial.";
arnews[1] += "
Publ.Date : Sat, 26 Sep 2009 18:07:18 GMT";
arnews[1] += "
";
arnews[2]="Rare Sightings
";
arnews[2] += "Difficult to find, rare pictures of somewhat famous models not looking like junkies, beating victims, or freakazoids from planet Zarbov.";
arnews[2] += "
Publ.Date : Fri, 14 Aug 2009 03:28:00 GMT";
arnews[2] += "
";
arnews[3]="Jeisa Chiminazzo does Harper's Bazaar UK nov 08
";
arnews[3] += "On her childhood being much different if she'd grown up knowing what she has learned as a United Nations Goodwill Ambassador:''i think it'll have got me through my youth easier.i would have been less self-destructive....you see Jun 19 2009 - 2:34pm 4 Comments 37 Views Barack Obama:''i've been an imperfect father'' President Barack Obama has written ...";
arnews[3] += "
Publ.Date : Wed, 22 Jul 2009 16:43:07 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("