var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gallery: Nich Lache and his new main squeeze - Herald-Dispatch
";
arnews[0] += "Vanessa Minnillo and Nick Lachey pose together in a horse-drawn carriage during a promotional event for Nivea in New York's Central Park Tuesday, Feb. 9, 2010. (AP Photo/Jason DeCrow) Vanessa Minnillo and Nick Lachey pose together in a horse-drawn ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:49:00 GMT";
arnews[0] += "
";
arnews[1]="Personal Care Products Cost More For Women - WBZ-TV
";
arnews[1] += "Americans spend hundreds of millions of dollars every year on personal care products, everything from body wash to saving supplies. But in some cases, we discovered that women are getting a raw deal. That's because women pay more, just for being ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:56:00 GMT";
arnews[1] += "
";
arnews[2]="NIVEA Unveils New “American Mood Monitor” to Take the Pulse on ... - Businesswire.com
";
arnews[2] += "NIVEA partners with one of the world’s leading consumer research companies, Iconoculture, and discovers that simple gestures are what matter most this Valentine’s Day WILTON, Conn.--( BUSINESS WIRE )--NIVEA has announced the introduction of the ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 01:27:00 GMT";
arnews[2] += "
";
arnews[3]="Bogus Claims for NIVEA Creams, Class Says - Courthouse News Service
";
arnews[3] += "HARTFORD (CN) - A federal class action claims the maker of NIVEA beauty products falsely advertises that using its creams can bring \"a reduction of up to 3 cm on targeted body parts such as thighs, hips, waist, and belly.\" The named plaintiff, a ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 12:01:00 GMT";
arnews[3] += "
";
arnews[4]="NIVEA Unveils New "American Mood Monitor" to Take the Pulse on Country ... - Forbes
";
arnews[4] += "BusinessWire - NIVEA has announced the introduction of the \"NIVEA American Mood Monitor,\" a new consumer behavior research project helmed by global research company, Iconoculture, to track the ever-evolving moods of Americans and identify ways in ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 16:43: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("