var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Garnier Nutritioniste Signs Bridget Moynahan
";
arnews[0] += "Actress will be the face of Ultra-Lift product line. Garnier Nutritioniste has tapped Bridget Moynahan as its latest spokesmodel.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 15:06:00 GMT";
arnews[0] += "
";
arnews[1]="Bridget Moynahan is the Newest Spokesmodel for Garnier Nutritioniste
";
arnews[1] += "Moynahan will be the face of the Garnier Nutritioniste Ultra-Lift product collection.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 14:11:12 GMT";
arnews[1] += "
";
arnews[2]="Garnier Nutritioniste Signs Bridget Moynahan as Newest Spokesmodel
";
arnews[2] += "Global skincare leader Garnier Nutritioniste is proud to introduce actress Bridget Moynahan as the latest spokesmodel for the brand.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 22:30:38 GMT";
arnews[2] += "
";
arnews[3]="Tom Brady: 'Gisele wedding was perfect'
";
arnews[3] += "Tom Brady has opened up about his wedding to supermodel Gisele Bundchen earlier this year.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 21:44:40 GMT";
arnews[3] += "
";
arnews[4]="Tom Brady Opens Up About Wedding To Gisele Bundchen
";
arnews[4] += "Quarterback Tom Brady, the soul of the New England Patriots, is finally opening up about his Feb.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 19:45:12 GMT";
arnews[4] += "
";
arnews[5]="Brady, Giselle Had Quiet, 'Perfect' Wedding
";
arnews[5] += "It may be that if you're in the limelight all the time, the way New England Patriots quarterback Tom Brady and superstar model Gisele Bundchen are, you want quiet.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 13:33:27 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("