var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Echo (Deluxe Version) - Leona Lewis
";
arnews[0] += "Echo (Deluxe Version) - Leona Lewis -";
arnews[0] += "
";
arnews[1]="UrNextX: Style Showdown: Leona Lewis' Fashion Obsession http://bit.ly/50EP8E
";
arnews[1] += "Style Showdown: Leona Lewis' Fashion Obsession";
arnews[1] += "
";
arnews[2]="UrNextX: New blog post: Style Showdown: Leona Lewis' Fashion Obsession http://tinyurl.com/y9oechf
";
arnews[2] += "New blog post: Style Showdown: Leona Lewis' Fashion Obsession";
arnews[2] += "
";
arnews[3]="Donna D'Angelo: TY @Greenfields47: @Gidyean: @dANGELofLOVE: Leona@Tarayssa@Thaiangel@scotlandlover@DJDreamy @Elle_Pa @Muuuzak@... ♫ http://blip.fm/~gsf86
";
arnews[3] += "TY @";
arnews[3] += "
";
arnews[4]="Donna D'Angelo: TY @Unaturalsoul: @dANGELofLOVE: Leona Lewis ~ "Angel" TY @Unaturalsoul @starlingpoet@lillianwong @develps @Tha... ♫ http://blip.fm/~gsfj9
";
arnews[4] += "TY @";
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("