var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Are you a spectacle?
";
arnews[0] += "More than ever, glasses make a statement -- and designer Robert Marc knows exactly what they say.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:53:22 GMT";
arnews[0] += "
";
arnews[1]="Louisiana seeing busy fall filming season
";
arnews[1] += "With hurricane season ending, film and TV production in south Louisiana is picking up, and New Orleans is on track to break last year's filming record.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:22:37 GMT";
arnews[1] += "
";
arnews[2]="Hilary Duff Post
";
arnews[2] += "The Business of Falling in Love Scheduled to premiere in April 2010 ABC Family Tom Zappala , senior VP of programme acquisitions and scheduling at ABC Cable Networks Group, says that ABC Family still schedules up to 12 original movies a year.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:50:48 GMT";
arnews[2] += "
";
arnews[3]="Brad Pitt, Angelina Jolie, Lindsay Lohan, Kim Kardashian dabble in design
";
arnews[3] += "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[3] += "
Publ.Date : Sat, 21 Nov 2009 00:10:01 GMT";
arnews[3] += "
";
arnews[4]="The best celeb style moments of 2009
";
arnews[4] += "See the Seventeen Style Stars sparkle in their best looks of the year! AnnaLynne McCord annalynne mccord, 90210, style stars 2009.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:41:32 GMT";
arnews[4] += "
";
totcount = 5;
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("