var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Nivea Range
";
arnews[0] += "Accessorise Your Underarms for 1 Ad Advert Commercial: A woman and her partner are laying on a beach when she asks him the location of his favourite part of her body and indicates...";
arnews[0] += "
Publ.Date : Sun, 04 Oct 2009 21:19:11 GMT";
arnews[0] += "
";
arnews[1]="Okay by Nivea
";
arnews[1] += "Okay music video by Nivea added on 2007-07-07";
arnews[1] += "
Publ.Date : Sat, 09 May 2009 15:01:07 GMT";
arnews[1] += "
";
arnews[2]="Danger (Been So Long) (feat. Nivea) by Mystikal
";
arnews[2] += "Danger (Been So Long) (feat. Nivea) music video by Mystikal added on 2007-10-27";
arnews[2] += "
Publ.Date : Sat, 09 May 2009 14:59:46 GMT";
arnews[2] += "
";
arnews[3]="Nivea Visage Skin Care Range
";
arnews[3] += "Immediate Protection from Nivea Sun Childrens Pocket Size Ad Advert Commercial: Lots of small children are playing on the beach and the narrator advises that children wont want to...";
arnews[3] += "
Publ.Date : Fri, 08 May 2009 15:00:41 GMT";
arnews[3] += "
";
arnews[4]="Nivea commercial
";
arnews[4] += "Here is a cool Nivea commercial which was shown last year in german (don't know whether it's international or not) cinemas! Hope you like it :)!The song is \"New Days\" by Asher...";
arnews[4] += "
Publ.Date : Sun, 08 Mar 2009 07:12:30 GMT";
arnews[4] += "
";
arnews[5]="Nivea for Men Protective Lotion, Normal to Dry Skin 2.5oz
";
arnews[5] += "Nivea lotion, which feels great on your face. Has SPF 15 which is good for a healthy lifestyle";
arnews[5] += "
Publ.Date : Thu, 21 Feb 2008 15:36:09 GMT";
arnews[5] += "
";
arnews[6]="Nivea - Complicated
";
arnews[6] += "it's a request. ask for song, i'd be glad to do something like this for ya. Nivea- Complicated";
arnews[6] += "
Publ.Date : Fri, 03 Aug 2007 22:36:32 GMT";
arnews[6] += "
";
arnews[7]="Nivea for Men Extra Gentle Face Wash
";
arnews[7] += "Sensitive skin face wash for men.";
arnews[7] += "
Publ.Date : Tue, 27 Mar 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="Mystikal featuring Nivea - Danger (Been So Long)
";
arnews[8] += "Mystikal featuring Nivea Danger (Been So Long) (C) 2000 Zomba Recording LLC";
arnews[8] += "
Publ.Date : Sun, 11 Mar 2007 22:07:46 GMT";
arnews[8] += "
";
document.title=document.title+ " ";
arnews[9]="Nivea - Don't Mess With My Man
";
arnews[9] += "Nivea feat. Jagged Edge - Don't Mess With My Man";
arnews[9] += "
Publ.Date : Wed, 08 Mar 2006 03:41:13 GMT";
arnews[9] += "
";
totcount = 10;
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("