var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Andy Burton: Kara DioGuardi keynotes, sets tone for upcoming 'American Idol': Monsters and Critics.com She explained.. http://bit.ly/4wBKvB
";
arnews[0] += "Kara DioGuardi keynotes, sets tone for upcoming 'American Idol': Monsters and Critics.com She explained..";
arnews[0] += "
";
arnews[1]="Kara DioGuardi on Ellen DeGeneres: "American Idol" Chemistry Is Crucial
";
arnews[1] += "Kara DioGuardi on Ellen DeGeneres: \"American Idol\" Chemistry Is Crucial -";
arnews[1] += "
";
arnews[2]="adamlambert: @adrianajohnson I wrote Strut w/ Kara Dioguardi and Greg Wells
";
arnews[2] += "adamlambert: @adrianajohnson I wrote Strut w/ Kara Dioguardi and Greg Wells";
arnews[2] += "
";
arnews[3]="Renata: @adrianajohnson I wrote Strut w/ Kara Dioguardi and Greg Wells
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Feedbo: How much is kara DioGuardi worth? - http://www.feedbo.com/a/how-much-is-kara-DioGuardi-worth
";
arnews[4] += "How much is kara DioGuardi worth? -";
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("