var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mary-Kate Olsen and Ashley Olsen on 'Olsenboye' - ABC News Blogs
";
arnews[0] += "This morning on “GMA,” you saw Mary-Kate Olsen and Ashley Olsen talking about their new clothing line. The Olsens grew up in the spotlight after being catapulted to fame by the hit TV sitcom, “Full House.” They have expanded their billion ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 13:08:00 GMT";
arnews[0] += "
";
arnews[1]="MEET THE BAG LADY, MARY-KATE OLSEN - DailyFill
";
arnews[1] += "We're sure this ensemble cost meg-bucks...but Mary-Kate Olsen still somehow manages to make it look like she's fallen out of a dumpster. MK was out-and-about this morning rocking that down-and-out look she carries off so well. Coffee in hand and ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 22:47:00 GMT";
arnews[1] += "
";
arnews[2]="Mary-Kate Olsen Launches New Denim Line - Just Jared
";
arnews[2] += "Lexy, for someone who can’t even spell “nearby” or “grateful”, you have a lot of gall dissing someone who has worked her entire life, and has been actually designing clothes for half of her life, not just attaching her name to a label like ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 19:11:00 GMT";
arnews[2] += "
";
arnews[3]="Mary-Kate Olsen's fashion future looks bright - Osoblog.tv
";
arnews[3] += "The promo trail continues for Mary-Kate Olsen who stepped out in this dramatic red coat for a public appearance at JC Penney to promote the Olsen twins' new line. Aimed at the customer who has grown up admiring the Olsens' style, Olsenboye is an ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 08:12:00 GMT";
arnews[3] += "
";
arnews[4]="Olsens Launch New Fashion Line - ABC News
";
arnews[4] += "Ashley and Mary-Kate Olsen, shown in this file photo, who grew up in the spotlight after being catapulted to fame for their turn on the hit TV sitcom, \"Full House,\" have expanded their billion-dollar business empire. On Feb. 3, 2010, the sisters ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 14:41:00 GMT";
arnews[4] += "
";
arnews[5]="Olsens Expand Business Empire - ABC News
";
arnews[5] += "Ashley and Mary-Kate Olsen, shown in this file photo, who grew up in the spotlight after being catapulted to fame for their turn on the hit TV sitcom, \"Full House,\" have expanded their billion-dollar business empire. On Feb. 3, 2010, the sisters ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 13:30:00 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("