var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Australia Luxe Collective Launches STOMP Campaign on Valentinea s...
";
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 : Wed, 10 Feb 2010 00:19:02 GMT";
arnews[0] += "
";
arnews[1]="Fashion Diary: Gossip, first impressions, trends in the making, celebrities and style setters
";
arnews[1] += "QVC is coming to the Academy Awards. http://www.latimes.com/ That's right, QVC. The home shopping network is turning the red carpet into a literal marketplace, throwing a live-for-TV party at the swank Four Seasons Hotel on Oscars weekend, and inviting celebrity guests to mingle and sell in front of the cameras, in hopes that a little Tinseltown ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 14:21:49 GMT";
arnews[1] += "
";
arnews[2]="Josh Radnor and Malin Akerman Exclusive Video Interview HAPPYTHANKYOUMOREPLEASE
";
arnews[2] += "One of the many films that premiered at this year's Sundance Film festival was writer/director Josh Radnor's happythankyoumoreplease .A While many might have thought Radnor only got into Sundance due to his CBS sitcom How I Met Your Mother , his film won the Dramatic Audience Award at Sundance, proving he belonged in the Festival.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Core Bites: After the Crash at South Rock Bar
";
arnews[3] += "Published: Friday, February 5, 2010 at 7:17 a.m. Last Modified: Friday, February 5, 2010 at 7:17 a.m. Henderson County After the Crash will play at South Rock Bar and Grill in Hendersonville tonight at 8:30 p.m. Buy photo Photo Provided The rock band After the Crash will play a gig in Hendersonville at South Rock Bar and Grill tonight at 8:30 p.m.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 13:12:42 GMT";
arnews[3] += "
";
arnews[4]="Sundance 2010: happythankyoumoreplease
";
arnews[4] += "Written, directed, and starring Josh Radnor , happythankyoumoreplease is your standard romantic comedy with a bit of an edge.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 00:11:38 GMT";
arnews[4] += "
";
totcount = 5;
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("