var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Nelson Linda: New post, "Photo Flash: Melinda Doolittle Debuts at FEINSTEIN’S – Broadway World" - http://bit.ly/7srKuw
";
arnews[0] += "New post, \"Photo Flash: Melinda Doolittle Debuts at FEINSTEIN’S – Broadway World\" -";
arnews[0] += "
";
arnews[1]="all best music: Music Review | Melinda Doolittle - New York Times: New York TimesMusic Review | Melinda DoolittleNew York Times.. http://bit.ly/8Pt3kg
";
arnews[1] += "Music Review | Melinda Doolittle - New York Times: New York TimesMusic Review | Melinda DoolittleNew York Times..";
arnews[1] += "
";
arnews[2]="Music Review | Melinda Doolittle: A Survivor of ‘Idol’ With Heart
";
arnews[2] += "Music Review | Melinda Doolittle: A Survivor of ‘Idol’ With Heart -";
arnews[2] += "
";
arnews[3]="FUQs: Music Review | Melinda Doolittle: A Survivor of ‘Idol’ With Heart
";
arnews[3] += "Music Review | Melinda Doolittle: A Survivor of ‘Idol’ With Heart -";
arnews[3] += "
";
arnews[4]="Andy Burton: Music Review | Melinda Doolittle: New York Times By STEPHEN HOLDEN The former “American Idol” contestant Melind.. http://bit.ly/6i8mgX
";
arnews[4] += "Music Review | Melinda Doolittle: New York Times By STEPHEN HOLDEN The former “American Idol” contestant Melind..";
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("