var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="esin: I think Lenny Kravitz is the most sexiest man living ever! Kravitz' s cover of "american woman" is awesome.what a voice(body and tattoos)
";
arnews[0] += "I think Lenny Kravitz is the most sexiest man living ever! Kravitz' s cover of \"american woman\" is awesome.what a voice(body and tattoos)";
arnews[0] += "
";
arnews[1]="Barry Howell: Lenny Kravitz (Greatest Hits) 13 – Believe
";
arnews[1] += "Lenny Kravitz (Greatest Hits) 13 – Believe -";
arnews[1] += "
";
arnews[2]="mm diaz: it ain't over til it's over - lenny kravitz #musicmonday
";
arnews[2] += "it ain't over til it's over - lenny kravitz";
arnews[2] += "
";
arnews[3]="Arthur Charles Van Wyk: @djroxxi i had it once in 2000 after Lenny Kravitz concert and never again.. i stick to beans and chicken now..
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Saleh Esmaeili: Lenny... been a while n' it's about to rain ♫ http://blip.fm/~grbqu
";
arnews[4] += "Lenny... been a while n' it's about to rain ♫";
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("