var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kristin Chenoweth Launches New Saks 5th Avenue Holiday Windows Tonight
";
arnews[0] += "Kristin Chenoweth Launches New Saks 5th Avenue Holiday Windows Tonight -";
arnews[0] += "
";
arnews[1]="Kristin Chenoweth Launches New Saks 5th Avenue Holiday Windows Tonight
";
arnews[1] += "Kristin Chenoweth Launches New Saks 5th Avenue Holiday Windows Tonight -";
arnews[1] += "
";
arnews[2]="Lorenzo Arredondo: Alone (Glee Cast Version feat. Kristin Chenoweth) by Glee Cast
";
arnews[2] += "Alone (Glee Cast Version feat. Kristin Chenoweth) by Glee Cast -";
arnews[2] += "
";
arnews[3]="Lorenzo Arredondo: Maybe This Time (Glee Cast Version feat. Kristin Chenoweth) by Glee Cast
";
arnews[3] += "Maybe This Time (Glee Cast Version feat. Kristin Chenoweth) by Glee Cast -";
arnews[3] += "
";
arnews[4]="Marc Monplaisir: ...tonight! Enjoy a special performance by Kristin Chenoweth at the Saks/Windows 7 unveiling-Nov. 23 at 6:30pm Fifth Ave between 49th and 50th Streets #holidaywindows
";
arnews[4] += "...tonight! Enjoy a special performance by Kristin Chenoweth at the Saks/Windows 7 unveiling-Nov. 23 at 6:30pm Fifth Ave between 49th and 50th Streets";
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("