var arnews = new Array(7);
totcount = 7;
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]="Enjoying the Tripp
";
arnews[1] += "Logan Miller has gone from a role in a hit movie to a television show of his own in a matter of only months.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:04:41 GMT";
arnews[1] += "
";
arnews[2]="TCG Graphics Names Vice President and Director of Sales
";
arnews[2] += "Garner, NC, November 21, 2009 -- -- Jeff Majewski, president and owner of TCG Graphics , has announced that Mark Gauley has been promoted to serve as the company's vice president and director of sales.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:57:34 GMT";
arnews[2] += "
";
arnews[3]="Vampires, werewolves, liars lead fall films
";
arnews[3] += "Not many laughs in 'All About Steve' * Judge's ridiculous 'Extract' tastes too bland * 'Gamer' launches the autumn films * After '300,' Gerard Butler still battling * Bella mopes through pretentious 'New Moon' Hollywood might be telling its own life story this fall, presenting a lineup of liars, phonies, smooth talkers, bloodsuckers and greedy old ...";
arnews[3] += "
Publ.Date : Thu, 03 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Prep roundup (11/20): Soccer teams enjoy big wins; Arnold girls b-ball 3-0
";
arnews[4] += "Bay took the early lead in the District 1-3A girls soccer race with a 2-1 win over Pensacola Catholic Friday night at Harders Park.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 07:44:11 GMT";
arnews[4] += "
";
arnews[5]="Jennifer Garner Does The School Run
";
arnews[5] += "This time, Jennifer Garner brought Seraphina along to pick up Violet from school.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:55:21 GMT";
arnews[5] += "
";
arnews[6]="Celebs Love Citizens of Humanity Maternity Jeans
";
arnews[6] += "Limelight; Bauer-Griffin From Naomi Watts and Angelina Jolie to Jennifer Garner and Ellen Pompeo , Hollywood's style conscious moms-to-be love to rock Citizens of Humanity maternity denim.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 18:27:19 GMT";
arnews[6] += "
";
totcount = 7;
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("