var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CKFree push leverages social networking apps - dmnews.com
";
arnews[0] += "Calvin Klein and perfume company COTY are using an increased amount of social media and Internet marketing to promote CKFree, a cologne aimed at men ages 18 to 34 who identify themselves as independent, modern thinkers. “ Calvin Klein has a huge ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 20:33:00 GMT";
arnews[0] += "
";
arnews[1]="Eva Mendes: Men Never Hit on Me - iVillage Entertainment
";
arnews[1] += "In real life, Mendes is happily in a long-term relationship with boyfriend George Augusto and has a loyal companion in her dog Hugo. iVillage spoke with Mendes about whether she sees kids in her future, her Thanksgiving plans (bring on the pajamas ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:18:00 GMT";
arnews[1] += "
";
totcount = 2;
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("