var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sexy New Alicia Keys Video! You Go Girl
";
arnews[0] += "How do you cure a broken heart? Well, according to this brand new Alicia Keys video for her song, \"Try Sleeping With A Broken Heart\" -- from her upcoming The Element of Freedom album -- you help the less fortunate.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:00:20 GMT";
arnews[0] += "
";
arnews[1]="Guess Who?
";
arnews[1] += "ANOTHER celebrity is launching their very own jewelry line. Can you guess who it is? According to WWD, the collection is comprised of sterling silver and gemstone pieces, each inscribed with poetry and prayers of Masaru Emoto, the author of a oeThe Hidden Messages in Water.a When asked about the collection, this mystery celeb said: a oeI fell in ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:55:12 GMT";
arnews[1] += "
";
arnews[2]="Finding success, pop-up shops go permanent
";
arnews[2] += "More retailers are extending the lives of their temporary stores, thanks to desperate landlords who want to keep the stores filled until rents start recovering.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:05:00 GMT";
arnews[2] += "
";
arnews[3]="Unbreakable - Alicia Keys
";
arnews[3] += "Watch an exclusive intimate performance of Alicia Keys as she sings classics like \"Fallin\" and her new single, \"No One,\" live right here.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:54:51 GMT";
arnews[3] += "
";
arnews[4]="Michelle Obama debuts initiative in Denver
";
arnews[4] += "Eleanor Roosevelt pioneered the concept that presidential wives should do more than serve as hostesses at state dinners; she wrote newspaper and magazine columns, hit the lecture circuit and spoke on radio shows about social and political issues ranging from stretching family budgets during the Great Depression to the role of women in the armed ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:52:13 GMT";
arnews[4] += "
";
arnews[5]="Brad Pitt, Angelina Jolie, Lindsay Lohan, Kim Kardashian dabble in design
";
arnews[5] += "On of the more disturbing things to come about this decade has got to be how anyone - and I mean anyone - can call themselves a \"designer\" without even knowing how to sew on a button on or sketch a stick man.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:10:01 GMT";
arnews[5] += "
";
arnews[6]="Maino Makes "a Movie"; Brooklyn-Based MC to Premiere Latest Video on...
";
arnews[6] += "\"Let's Make A Movie\" will be featured on the DVD of Maino's breakthrough debut album, \"IF TOMORROW COMES...,\" slated for release in early 2010.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 23:47:51 GMT";
arnews[6] += "
";
arnews[7]="Openings and closings: Aeropostale opening, Tasti-D-Lite closing
";
arnews[7] += "In Soho, a pop-up shop of jewelry designed by Alicia Keys will open Monday through Thursday next week at 26 Clinton Street.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 23:02:29 GMT";
arnews[7] += "
";
totcount = 8;
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("