var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="realitybitesback: Mehcad Brooks to Appear at EyeCon: EyeCon announced another addition to their True Blood line up for the Novemb.. http://bit.ly/gprSn
";
arnews[0] += "Mehcad Brooks to Appear at EyeCon: EyeCon announced another addition to their True Blood line up for the Novemb..";
arnews[0] += "
";
arnews[1]="@TheWestWitch Hi there! So far the only True Blood actor with a twitter account is Mehcad Brooks aka Eggs at @MehcadBrooks. :)
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="iluvblackwomen: RT @RollingOut http://twitpic.com/k4w50 - The adorably handsome co-star of HBO's "True Blood" Mehcad Brooks stopped by our Women's Expo
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="iluvblackwomen: RT @rollingout "True Blood" Star Mehcad Brooks Talks Sex, Smarts and Crime http://retwt.me/xXAF
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="@MGencarelli Hi there! So far the only actor frfom True Blood on Twitter is Mehcad Brooks at @MehcadBrooks.
";
arnews[4] += "@";
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("