var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Marty M.: Adam Lambert's 'For Your Entertainment' cover: You're not gettin' Diana DeGarmo! http://bit.ly/3YVZIX
";
arnews[0] += "Adam Lambert's 'For Your Entertainment' cover: You're not gettin' Diana DeGarmo!";
arnews[0] += "
";
arnews[1]="Lucus: Am I really listening to "Emotional" by Diana Degarmo? This song always makes me.........*cries in the corner*
";
arnews[1] += "Am I really listening to \"Emotional\" by Diana Degarmo? This song always makes me.........*cries in the corner*";
arnews[1] += "
";
arnews[2]="J T. Ramsay: Diana DeGarmo, Daughtry...I half expected to see Taylor Hicks and Blake Lewis perform at the CMAs tonight.
";
arnews[2] += "Diana DeGarmo, Daughtry...I half expected to see Taylor Hicks and Blake Lewis perform at the CMAs tonight.";
arnews[2] += "
";
arnews[3]="Raj: 'American Idol' finalist Diana DeGarmo joins 'Carrie' cast - Zap2it.com http://bit.ly/1uFPBA
";
arnews[3] += "'American Idol' finalist Diana DeGarmo joins 'Carrie' cast - Zap2it.com";
arnews[3] += "
";
arnews[4]="Andy Burton: 'American Idol' finalist Diana degarmo joins 'Carrie' cast: Zap2it.com By Andrea Reiher "A.. http://bit.ly/kmoUp
";
arnews[4] += "'American Idol' finalist Diana degarmo joins 'Carrie' cast: Zap2it.com By Andrea Reiher \"A..";
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("