var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Valeria: Photo: Gale Harold - Brian di Queer as Folk http://tumblr.com/x2j339gdy
";
arnews[0] += "Photo: Gale Harold - Brian di Queer as Folk";
arnews[0] += "
";
arnews[1]="Valeria: Gale Harold - Brian di Queer as Folk
";
arnews[1] += "Gale Harold - Brian di Queer as Folk -";
arnews[1] += "
";
arnews[2]="Tami Baribeau: @hawtspot I won't mention Kate Moenig. I'll go with...Gale Harold. http://tinypic.com/6xzs49.jpg
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="@__Gale__Girl__ Gale Harold doing a Horror Film was enough to kill me. Marry him off on the same week and I need massive liquor, LOL.
";
arnews[3] += "@__Gale__Girl__ Gale Harold doing a Horror Film was enough to kill me. Marry him off on the same week and I need massive liquor, LOL. -";
arnews[3] += "
";
arnews[4]="theblogs: Does Anyone In Usa Watch The Show Vanished? If So How Did Kelton(gale Harold) Die? I’d Love To Kno Please!
";
arnews[4] += "Does Anyone In Usa Watch The Show Vanished? If So How Did Kelton(gale Harold) Die? I’d Love To Kno Please! -";
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("