var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mississippi Damned
";
arnews[0] += "Mississippi Damned -";
arnews[0] += "
";
arnews[1]="if you can, find a screening of MISSISSIPPI DAMNED with my friend Tessa Thompson, it's awesome! http://mississippidamned.com/
";
arnews[1] += "if you can, find a screening of MISSISSIPPI DAMNED with my friend Tessa Thompson, it's awesome!";
arnews[1] += "
";
arnews[2]="Knows Tessa Thompson will have a star on Hollywood Blvd. some day. She's that good. #fb
";
arnews[2] += "Knows Tessa Thompson will have a star on Hollywood Blvd. some day. She's that good.";
arnews[2] += "
";
arnews[3]="Make.It.Happen.2008.Blu-ray.Remux.1080p.H264.DTS.HDMA-HDS[舞梦成真] (电影(1080p))
";
arnews[3] += "Make.It.Happen.2008.Blu-ray.Remux.1080p.H264.DTS.HDMA-HDS[舞梦成真] (电影(1080p)) -";
arnews[3] += "
";
arnews[4]="jbrotherlove: @skeskali Tessa Thompson from Veronica Mars (and holy cow, daughter of Marc Thompson/Chocolate Genius) has a small part in Heroes.
";
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("