var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jennifer Garner Gets Groceries with Violet - Ok Magazine
";
arnews[0] += "Jennifer Garner spent some time alone with her oldest daughter Violet Affleck on Sunday. The girls went grocery shopping together at Gelson’s Market in Pacific Palisades, Calif. The mom and daughter team wore matching clips in their hair and both ...";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[0] += "
";
arnews[1]="Jennifer Garner: Mom Taxi - GossipCenter.com
";
arnews[1] += "Maintaining her daily ritual, Jennifer Garner was spotted taking her daughter Violet to school in Santa Monica today (November 18). The “Catch and Release” actress looked cool and casual as she dropped off her little girl, sporting a light blue ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 18:21:00 GMT";
arnews[1] += "
";
arnews[2]="Katie Holmes & Suri Cruise: Lion King on Broadway! - Just Jared
";
arnews[2] += "Well, Tom needed a girl and between Dave Miscavige and him, they were not coming up with anything workable, so — time to bring in the expert. Greg Wilhere was brought in for this job again. He had done it before, he just needed to qualify the girl ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:15:00 GMT";
arnews[2] += "
";
arnews[3]="Enjoying the Tripp - Emporia gazette.com
";
arnews[3] += "Logan Miller has gone from a role in a hit movie to a television show of his own in a matter of only months. Logan, 17, is the son of former Emporian Bryan Miller and his wife, Stevie, of Flower Mound, Texas, and the grandson of Sharon and Marshall ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:58:00 GMT";
arnews[3] += "
";
arnews[4]="It's Violet Time! - X17 Online
";
arnews[4] += "Jennifer Garner picked up her adorable daughter Violet from school in Santa Monica the other day, and we can't tell who's more excited, V or her mom! Being done with classes is always something to look forward to, but we're guessing Violet also loves ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:10:00 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("