var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Schumer Shops at Costco; Pelosi Prefers East Village Caf s
";
arnews[0] += "Our hip Madam Speaker was spotted on First Avenue this week, enjoying herself at corner coffee shop Tarallucci e Vino, while Senator Schumer stocked up on groceries at the Brooklyn Costco.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:43:01 GMT";
arnews[0] += "
";
arnews[1]="20
";
arnews[1] += "Just in time for the holiday shopping season, Lucky magazine's Editor-in-Chief Kim France has launched an e-commerce shopping section to Luckymag.com . With products from over 450 brands , represented by 40 retailers, users can shop Lucky Editor-approved fashion, beauty and accessory items by price, brand, store, and category.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:06:17 GMT";
arnews[1] += "
";
arnews[2]="The Row has an Aboriginal Moment in New Spring 2010 Look Book
";
arnews[2] += "Mary Kate and Ashley Olsen are having a mud-paint-and-twigs-as-accessories moment in their spring 2010 look book for The Row.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:05:17 GMT";
arnews[2] += "
";
arnews[3]="Ashley Olsen's Blue-Streaked Hair
";
arnews[3] += "Posted Nov 20th 2009 at 1:43PM by Dana Oliver Looks like Ashley Olsen took a hair cue from Proenza Schouler's Spring 2010 runway show.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:43:00 GMT";
arnews[3] += "
";
arnews[4]="Rainbow Hair and Ruby Lips: Ashley and Mary-Katea s Bold Beauty Moves
";
arnews[4] += "We're all for a little style experimentation, but when we spotted beauty mavens Ashley and Mary-Kate Olsen at MoMA's Film Benefit honoring Tim Burton this week in New York we were more than a little perplexed.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:48:45 GMT";
arnews[4] += "
";
arnews[5]="Taylor Swift Says 'Cheerio!' To The U.S.
";
arnews[5] += "Every day a multitude of stars wanders through the halls of MTV News to talk about their latest projects and goof around with our intrepid correspondents.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Depp, Olsens, and DeVito Celebrate Tim Burton's MoMA Exhibit
";
arnews[6] += "What is it like to be the subject of a museum exhibition? \"It's amazing. It's something that's never happened before, so it's even more surreal than a movie premiere, because it's more personal.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 01:01:20 GMT";
arnews[6] += "
";
totcount = 7;
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("