var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Marchesa caters to the high-wattage fashion crowd
";
arnews[0] += "Marchesa is a glamorous, movie-star fashion house: Its specialty is the show-stopping red carpet dresses you're likely to see on Kate Hudson, Sienna Miller or \"Annie,\" known to the rest of us as Anne Hathaway.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:31:27 GMT";
arnews[0] += "
";
arnews[1]="Absent Polanski to dominate Berlin film festival
";
arnews[1] += "Roman Polanski may be under house arrest in a Swiss chalet, but the Polish-French director is set to dominate this year's Berlin film festival where his latest movie \"The Ghost Writer\" will be unveiled.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:13:46 GMT";
arnews[1] += "
";
arnews[2]="Marchesa caters to the high-wattage fashion crowd
";
arnews[2] += "Marchesa is a glamorous, movie-star fashion house: Its specialty is the show-stopping red carpet dresses you're likely to see on Kate Hudson, Sienna Miller or \"Annie,\" known to the rest of us as Anne Hathaway.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:13:31 GMT";
arnews[2] += "
";
arnews[3]="Australia Luxe Collective Launches STOMP Campaign on Valentinea s...
";
arnews[3] += "Australia Luxe Collective , known throughout the world for its upscale, cutting-edge luxury boots, today introduced the philanthropic STOMP campaign, which will feature a celebrity-signed boot auction through entertainment-clothing auctioneers Clothes Off Our Back .";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:19:02 GMT";
arnews[3] += "
";
arnews[4]="Cameron Diaz Dating Alex Rodriguez?
";
arnews[4] += "Kate Hudson 's ex-boyfriend Alex Rodriguez has reportedly found himself a new leading lady - the baseball star has been linked to Cameron Diaz .";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:30:08 GMT";
arnews[4] += "
";
arnews[5]="Diaz linked to Hudson's ex
";
arnews[5] += "Actress Cameron Diaz attends 'The Box' New York premiere at the AMC Lincoln Square on November 4, 2009 in New York City.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:57:18 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("