var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="adamconnelly01: LESSER EVIL - Alison Eastwood, Thea Gill NEW DVD CRIME
";
arnews[0] += "LESSER EVIL - Alison Eastwood, Thea Gill NEW DVD CRIME -";
arnews[0] += "
";
arnews[1]="adamconnelly01: LESSER EVIL - Alison Eastwood, Thea Gill NEW DVD CRIME
";
arnews[1] += "LESSER EVIL - Alison Eastwood, Thea Gill NEW DVD CRIME -";
arnews[1] += "
";
arnews[2]="Steve Rothaus: Video | Queer as Folk co-star Thea Gill tells why she supports Gay American Heroes Foundation
";
arnews[2] += "Video | Queer as Folk co-star Thea Gill tells why she supports Gay American Heroes Foundation -";
arnews[2] += "
";
arnews[3]="lgbtQnews (REvans): RT @SteveRothaus: Video | ‘Queer as Folk’ co-star Thea Gill tells why she supports Gay American Heroes Fdn #gay #tv http://bit.ly/rrQ1o
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="adamconnelly01: LESSER EVIL - Alison Eastwood, Thea Gill NEW DVD CRIME
";
arnews[4] += "LESSER EVIL - Alison Eastwood, Thea Gill NEW DVD CRIME -";
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("