var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="❧ What Are You Thankful For, by @BuzzEdition: http://su.pr/9Ygk7m
";
arnews[0] += "❧ What Are You Thankful For, by @";
arnews[0] += "
";
arnews[1]="RT @huffingtonpost: Adam Lambert CANCELED Off Of GMA http://bit.ly/7tBRxs (via @joshcharles)
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="@FACLC I don't know if it's funny or disturbing that you have @ElectDanielle on your "hotchicks" list, with @Alyssa_Milano. #ableg #ummokay
";
arnews[2] += "@FACLC I don't know if it's funny or disturbing that you have @ElectDanielle on your \"hotchicks\" list, with @Alyssa_Milano.";
arnews[2] += "
";
arnews[3]="Joseph Cannizzaro: RT ❧ What Are You Thankful For, by @BuzzEdition: http://su.pr/9Ygk7m (via @Alyssa_Milano)
";
arnews[3] += "RT ❧ What Are You Thankful For, by @";
arnews[3] += "
";
arnews[4]="Corporate Impostor: Sherriff @Alyssa_Milano busts another impostor http://bit.ly/8LdH34 Over 400,000...1,000,000 on #TaxDay April 15,2010 #StillRockinonTwitter
";
arnews[4] += "Sherriff @Alyssa_Milano busts another impostor";
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("