var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Australia Luxe Collective Launches STOMP Campaign on Valentine's Day...
";
arnews[0] += "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[0] += "
Publ.Date : Tue, 09 Feb 2010 22:42:17 GMT";
arnews[0] += "
";
arnews[1]="Slick Syren Latex Steals The Show In Bridgestone Super Bowl Commercial
";
arnews[1] += "A customized version of Syren Latex's Zippered Latex Halter managed to steal the show in a commercial for Bridgestone Tires seen by an estimated 106.5 million viewers http://www.syren.com/ A slinky Syren Latex outfit worn by a sexy blonde managed to steal the show in a commercial for Bridgestone Tires seen during Sunday night's Super Bowl ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Directing Bug Has Bitten Child Star Peter Billingsley
";
arnews[2] += "\"Couples Retreat\" marks the directorial debut for Peter Billingsley, the former child star who, unlike a lot of child actors, still enjoys a career in Hollywood.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:47:23 GMT";
arnews[2] += "
";
arnews[3]="What to Rent: New DVD Tuesday
";
arnews[3] += "Need a good movie to watch while Winter is still nipping outside? I've got a few good new DVD releases to recommend today, including an Oscar nominee and other highly-anticipated movies.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:15:00 GMT";
arnews[3] += "
";
arnews[4]="Rent it: Video verdict
";
arnews[4] += "This week's crop of home video releases includes a romantic science-fiction film, a broad relationship comedy, a paint-by-numbers horror flick and a contender for best picture at this year's Academy Awards.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="DVD Reviews | Marital escape full of routine laughs
";
arnews[5] += "The characters live in a world of marital cliches -- mainly, their worry about keeping the spark alive after years of togetherness.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 12:52:16 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("