var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Dione Sants: Andrea Bowen Supports NOH8 Campaign: Check out Andrea Bowen’s stunning NoH8 campaign photo! Doesn’t.. http://bit.ly/l5A5Z
";
arnews[0] += "Andrea Bowen Supports NOH8 Campaign: Check out Andrea Bowen’s stunning NoH8 campaign photo! Doesn’t..";
arnews[0] += "
";
arnews[1]="Carole: Desperate Housewives – Careful the things you say (6.07)
";
arnews[1] += "Desperate Housewives – Careful the things you say (6.07) -";
arnews[1] += "
";
arnews[2]="Dione Sants: Andrea Bowen Knows How The Grinch Stole Christmas: Andrea Bowen steps out in a cute patterned boho dress as she.. http://bit.ly/1rE26z
";
arnews[2] += "Andrea Bowen Knows How The Grinch Stole Christmas: Andrea Bowen steps out in a cute patterned boho dress as she..";
arnews[2] += "
";
arnews[3]="Johnny John Peters: Andrea Bowen @ Dr. Seuss How The Grinch Stole Christmas Premiere at Pantages Theatre Nov 14th HQ x http://is.gd/4VPI8
";
arnews[3] += "Andrea Bowen @ Dr. Seuss How The Grinch Stole Christmas Premiere at Pantages Theatre Nov 14th HQ x";
arnews[3] += "
";
arnews[4]="ILC: Andrea Bowen Dr. Seuss How The Grinch Stole Christmas Premiere at Pantages Theatre Nov 14th
";
arnews[4] += "Andrea Bowen Dr. Seuss How The Grinch Stole Christmas Premiere at Pantages Theatre Nov 14th -";
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("