var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity birthdays for Nov. 22-28
";
arnews[0] += "Celebrity birthdays for the week of Nov. 22-28: Nov. 22: Actor Robert Vaughn is 77.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:30:02 GMT";
arnews[0] += "
";
arnews[1]="Pink Lipstick - Cool Trend on Red Carpet
";
arnews[1] += "Posted Nov 17th 2009 at 6:00AM by Laura Kenney Pink lipstick is having a moment in mid November.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 11:00:00 GMT";
arnews[1] += "
";
arnews[2]="Garcelle Beauvais-Nilon: Jax and Jaid Are Two Peas In a Pod
";
arnews[2] += "Kristian Dowling/Getty Aside from their October 18th birthday, 2-year-old fraternal twins Jaid Thomas and Jax Joseph have little else in common! \"[Jax] is definitely friendlier - he'll be your friend right away - and Jaid is a little more reserved - he'll check you out before,\" the boys' mom Garcelle Beauvais-Nilon dishes to Celebrity Baby Blog, ...";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 00:31:10 GMT";
arnews[2] += "
";
arnews[3]="Opening this Week: For Movies Opening Nov. 13
";
arnews[3] += "\"2012\" Epic adventure about the heroic efforts of an academic researcher to lead a group of survivors to safety in the wake of an apocalyptic global event which devastates the planet, leaving humanity on the brink of extinction.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 23:14:29 GMT";
arnews[3] += "
";
arnews[4]="Exclusive Video: Carla Gugino Is One of the Women in Trouble
";
arnews[4] += "Career-wise, there seems to be no trouble on the horizon for actress Carla Gugino.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 19:23:30 GMT";
arnews[4] += "
";
arnews[5]="Short movie reviews: 'Women in Trouble' and more
";
arnews[5] += "Marley Shelton, left, and Garcelle Beauvais in 'Women in Trouble,' which follows a series of female characters through life crises.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 12:36:31 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("