var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Andre’ Leon Talley Joins “ America’s Next Top Model ” As New ... - TVbytheNumbers
";
arnews[0] += "... President of Wilhelmina Models), Dania Ramirez (CoverGirl Representative), Patricia Cleveland (First African American Supermodel), Ann Shoket (Editor in Chief of Seventeen Magazine), Whitney Port (Star of “The City,” Runway Fashion ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 21:59:00 GMT";
arnews[0] += "
";
arnews[1]="Even with Heart Disease Awareness on the Rise, Prevention Remains ... - Kansas City infoZine
";
arnews[1] += "Washington, D.c. - infoZine - In recognition of American Heart Month, the National Heart, Lung, and Blood Institute (NHLBI) and its heart disease awareness campaign-The Heart Truth- is reminding all American women that heart disease prevention ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 14:13: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("