var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lauren Conrad To Write Book On Style
";
arnews[0] += "Lauren Conrad's literary empire is about to get sweeter. The \"L.A. Candy\" author is revved up to write a new book, but instead of musing about Jane Roberts' life in the fast lane of reality TV, this time the former \"Hills\" star will share her style tips in the nonfiction \"Lauren Conrad Style.\" People magazine reports that the book is set to be ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Get Lauren Conrad's Flirty LBD For Less
";
arnews[1] += "Ever heard the saying 'fake it til you make it'? Well, given the current financial sitch, our closet's mostly packed with discount designer duds and items that could almost pass for the real deal.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Blog Therapy Fridays. Weekly Round-Up From Around the Web
";
arnews[2] += "Real vs. Steal: I'm Not Obsessed covers Lauren Conrad's All Black Look . Omiru finds that the masculine Motorcycle Jacket has fully made its way into the heart of womens' closets.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:59:42 GMT";
arnews[2] += "
";
arnews[3]="Round-Up: Heard On The Web This Week
";
arnews[3] += "Don't pack up your skirts and dresses - SheFinds found all the best patterned stockings and tights to keep your legs stylishly warm this winter.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:40:00 GMT";
arnews[3] += "
";
arnews[4]="Celebs to attend OC lacrosse tour Saturday
";
arnews[4] += "SANTA ANA A daylong music and sports festival highlighting lacrosse is coming to town Saturday the first in a series of large-scale events designed to raise the sport's profile nationwide.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:52:16 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] += "
";
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("