var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Good News & Bad News, Estelle & Rachel Roy Jewelry, Free Manicures For Broken Cars, More
";
arnews[0] += "Rachel Roy and singer Estelle's limited-edition jewelry collection launches today on their Facebook pop-up shop and will stay open for three days.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:52:31 GMT";
arnews[0] += "
";
arnews[1]="Fergie scores third solo No. 1
";
arnews[1] += "NEW YORK/LOS ANGELES - Black Eyed Peas singer Fergie scored her third No. 1 hit from her solo album \"The Dutchess\" Thursday as \"Big Girls Don't Cry\" inched up one place to lead the Billboard Hot 100 singles chart.";
arnews[1] += "
Publ.Date : Fri, 31 Aug 2007 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="'American Idol' mines Dallas-Fort Worth for talent
";
arnews[2] += "Once American Idol contestants make it to Hollywood, they must adhere to strict commandments.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:36:55 GMT";
arnews[2] += "
";
arnews[3]="Jodie Kidd plans to be a model aunt
";
arnews[3] += "Other people's children are often a source of irritation, but not for the enchanting Jodie Kidd, who tells Mandrake that she is revelling in being a \"cool\" aunt to her sister Jemma's twins, Mae and Arthur, who were born last month.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:39:39 GMT";
arnews[3] += "
";
arnews[4]="Matt Morris' roots rock
";
arnews[4] += "Having already written for Justin Timberlake, Kelly Clarkson... When Metromix called Matt Morris' hotel room in Lexington, Ky., where the Denver-based musician had just finished dueting with Brandi Carlile on the Woodsongs Old-Time Radio Hour, the line was busy.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:20:00 GMT";
arnews[4] += "
";
arnews[5]="Cher is Aguilera's fashion hero
";
arnews[5] += "\"I have always had tremendous respect for her. She is a woman who did everything before anyone else did it.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:14:53 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("