var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lauren Conrad to Write Style Book - Hollyscoop.com
";
arnews[0] += "Lauren Conrad has a great sense of style. She’s already conquered the writing her first book, and now she’s decided to write one on what she knows best—fashion. According to People , Lauren will unveil her style tips in a brand new book being ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:42:00 GMT";
arnews[0] += "
";
arnews[1]="Coming Soon: A Lauren Conrad Guide to Fashion! - The Hollywood Gossip
";
arnews[1] += "Having posted an impressive 15-1 record in fashion face-offs on The Hollywood Gossip so far in 2009, Lauren Conrad's style sense is seldom questioned. That said, it's little surprise the ex- Hills star is unveiling some style tips in a new book ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 15:57:00 GMT";
arnews[1] += "
";
arnews[2]="Lauren Conrad Pens New Fashion Book - ETOnline.com
";
arnews[2] += "Former reality show star Lauren Conrad is incorporating her skills and experience as an author and fashion designer into her next venture. Conrad has written a book on style that is set to be released in the fall of 2010, People.com reports. \"I think ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:14:00 GMT";
arnews[2] += "
";
arnews[3]="Lauren Conrad to Write Style Book - Hollyscoop.com
";
arnews[3] += "Lauren Conrad has a great sense of style. She’s already conquered the writing her first book, and now she’s decided to write one on what she knows best—fashion. According to People , Lauren will unveil her style tips in a brand new book being ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:42:00 GMT";
arnews[3] += "
";
arnews[4]="Lauren Conrad To Release Style Guide Book - All Headline News
";
arnews[4] += "Los Angeles, CA (CNS) - Former \"The Hills\" star Lauren Conrad is releasing another book. The reality TV show personality will be sharing her fashion and beauty tips with \"Lauren Conrad Style.\" The 23-year-old fashion designer, who currently has ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:14:00 GMT";
arnews[4] += "
";
arnews[5]="Lauren Conrad To Pen Style Book - NBC Dallas-Fort Worth
";
arnews[5] += "After becoming a star on \"The Hills,\" and writing a bestselling fiction novel loosely based on her road-to-reality fame, Lauren Conrad will next write a book on style. According to People , the young starlet will release \"Lauren Conrad Style,\" in the ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 15:57: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("