var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="@Spoonerknife Heather Matarazzo is love. But hearing her name right now makes me so upset w/ LOGO for not airing S2 of Exes + Oh's already.
";
arnews[0] += "@Spoonerknife Heather Matarazzo is love. But hearing her name right now makes me so upset w/ LOGO for not airing S2 of Exes + Oh's already. -";
arnews[0] += "
";
arnews[1]="Vera Sweeney: Heather Matarazzo (Welcome to the Dollhouse) To Play Jessica Simpson In Mangus http://tiny.cc/PrdZR
";
arnews[1] += "Heather Matarazzo (Welcome to the Dollhouse) To Play Jessica Simpson In Mangus";
arnews[1] += "
";
arnews[2]="Laura: Heather Matarzzo wants to Give Hope to gay teens
";
arnews[2] += "Heather Matarzzo wants to Give Hope to gay teens -";
arnews[2] += "
";
arnews[3]="Laurie Cicotello: RT @afterellen: Heather Matarazzo reps for Levi Strauss' Give Them Hope PSA in the name of LGBT youth http://alturl.com/izdh
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]=".....Tracy Morgan, Heather Matarazzo, Neil Gaiman, Allee Willis (the most amazing woman in show business!), and the Perry Twins.
";
arnews[4] += ".....Tracy Morgan, Heather Matarazzo, Neil Gaiman, Allee Willis (the most amazing woman in show business!), and the Perry Twins.";
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("