var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="David Kocotos: kocosports: Stacy Keibler: "I contacted WWE and nobody got back to me, I guess they're not interested": http://.. http://bit.ly/KEr2q
";
arnews[0] += "kocosports: Stacy Keibler: \"I contacted WWE and nobody got back to me, I guess they're not interested\": http://..";
arnews[0] += "
";
arnews[1]="fashionfriendfeed: BLAST FROM THE PAST: Nov 15, 2007 Victoria's Secret Fashion Show --> http://bit.ly/3lsgxI #fb
";
arnews[1] += "BLAST FROM THE PAST: Nov 15, 2007 Victoria's Secret Fashion Show -->";
arnews[1] += "
";
arnews[2]="fashionfriendfeed: BLAST FROM THE PAST: Nov 15, 2008 Victoria's Secret Fashion Show --> http://bit.ly/2jc60L #fb
";
arnews[2] += "BLAST FROM THE PAST: Nov 15, 2008 Victoria's Secret Fashion Show -->";
arnews[2] += "
";
arnews[3]="scott davis: RT @stacy_keibler: BLAST FROM THE PAST: Nov 16, 2006 Victoria's Secret Fashion Show --> http://bit.ly/1igAe3 #fb
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="Johnny John Peters: Stacy Keibler @ The Samsung Behold II Premiere Launch Event hosted by Katy Perry, Los Angeles, http://is.gd/4YJMM
";
arnews[4] += "Stacy Keibler @ The Samsung Behold II Premiere Launch Event hosted by Katy Perry, Los Angeles,";
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("