var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Dianne Rosena J: Listening to You're The Only One by Eric Benet http://tinyurl.com/ln94oe #rhapsody
";
arnews[0] += "Listening to You're The Only One by Eric Benet";
arnews[0] += "
";
arnews[1]="Public Wizard, Inc.: (Chicago Event) Today Eric Benet, Mint Condition & @Ledisi are performing live at the Abbey Pub. http://bit.ly/4yJc7F Follow: @EBenet
";
arnews[1] += "(Chicago Event) Today Eric Benet, Mint Condition & @";
arnews[1] += "
";
arnews[2]="Blogger Mamas: Ash: An Eric Benet look-a-like let me get in front of him at Whole Foods today. Oh...my...goodness...;-)
";
arnews[2] += "Ash: An Eric Benet look-a-like let me get in front of him at Whole Foods today. Oh...my...goodness...;-)";
arnews[2] += "
";
arnews[3]="twitter days: #musicmonday-I am keepin it chill with Maxwell, Eric Benet, Jill Scott, India , Musiq, Erykah, Lauryn Hill, & Anthony Hamilton...YEP
";
arnews[3] += "";
arnews[3] += "
";
arnews[4]="Bump Radio Networks: Eric Benet - Hunger
";
arnews[4] += "Eric Benet - Hunger";
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("