var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Prashanth Narayanan: RT @rstapper: Just came up with a TV show about a group of spoiled kids that end the world; "Beverly Hills - 92012." (via @kevin_nealon)
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="Evan Wondrasek: Saw this on Weeds yesterday, I love @kevin_nealon's dancing. Catchy song! http://bit.ly/2CXaV4 (sorta NSFW)
";
arnews[1] += "Saw this on Weeds yesterday, I love @";
arnews[1] += "
";
arnews[2]="Geoff Kass: RT @kevin_nealon: I like to 'dog ear' my cat's ear. ..it does create an identity crisis but it helps me remember where I left off with him.
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="kristingumper: Hahaha: RT @DoctorJones: 1 million people follow @Kevin_Nealon?
";
arnews[3] += "Hahaha: RT @";
arnews[3] += "
";
arnews[4]="Jason McIntosh: RT @kevin_nealon: Don't you quit me, Oprah! You're not gonna like the real world. It's cold out here!
";
arnews[4] += "RT @";
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("