var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Garnier Nutritioniste Signs Bridget Moynahan - Happi
";
arnews[0] += "Actress will be the face of Ultra-Lift product line. Garnier Nutritioniste has tapped Bridget Moynahan as its latest spokesmodel. The model-turned-actress will appear in print and TV campaigns for the brand's top-selling Ultra-Lift skincare ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 12:37:00 GMT";
arnews[0] += "
";
arnews[1]="Garnier Nutritioniste Signs Bridget Moynahan as Newest Spokesmodel - MSN Money
";
arnews[1] += "Moynahan will be the face of the Garnier Nutritioniste Ultra-Lift product collection NEW YORK, Nov. 18 /PRNewswire/ -- Global skincare leader Garnier Nutritioniste is proud to introduce actress Bridget Moynahan as the latest spokesmodel for the brand ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 18:57:00 GMT";
arnews[1] += "
";
arnews[2]="Bridget Moynahan Joins Garnier Nutritioniste's Roster of Iconic ... - Transworld News
";
arnews[2] += "Garnier Nutritioniste have introduced their latest spokesmodel for the brand. Bridget Moynahan has been chosen to represent the company in print and TV campaigns for the brand's top-selling Ultra-Lift skincare collection. The campaigns featuring ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 00:48:00 GMT";
arnews[2] += "
";
arnews[3]="Bridget Moynahan to be the face of the Garnier Ultra-Lift - Fibre2Fashion
";
arnews[3] += "Global skincare leader Garnier Nutritioniste is proud to introduce actress Bridget Moynahan as the latest spokesmodel for the brand. Moynahan will appear in print and TV campaigns for the brand's top-selling Ultra-Lift skincare collection, set to ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:52:00 GMT";
arnews[3] += "
";
arnews[4]="Tom Brady on Weddings: Keep It Simple - iVillage Entertainment
";
arnews[4] += "Brady, who is 32, has a two-year-old son from his relationship with Bridget Moynahan . They broke up in late 2006, and the baby was born in August of 2007. Gisele, who is 29, is expecting their first child together next month.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:45: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("