var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="DuelingTampons.com: Robert Gant is the Good Humor Ice-Cream Man in This Vintage Commercial! http://bit.ly/3wtPQY #robertgant #goodhumor #queerasfolk #icecream
";
arnews[0] += "Robert Gant is the Good Humor Ice-Cream Man in This Vintage Commercial!";
arnews[0] += "
";
arnews[1]="SupaFan - Robert Gant Fans (entertainment)
";
arnews[1] += "SupaFan - Robert Gant Fans (entertainment) -";
arnews[1] += "
";
arnews[2]="C. Grandsire-Koevoets: tallazbubba: Dear ABC, i'm glad U trying 2 up yr GLAAD score, but until U put Chad Allen or Robert Gant on the show I wnt watch... http://mypict.me/twrp
";
arnews[2] += "tallazbubba: Dear ABC, i'm glad U trying 2 up yr GLAAD score, but until U put Chad Allen or Robert Gant on the show I wnt watch...";
arnews[2] += "
";
arnews[3]="sanith: SupaFan - Robert Gant Fans (entertainment)
";
arnews[3] += "SupaFan - Robert Gant Fans (entertainment) -";
arnews[3] += "
";
arnews[4]="Jim Mahon: SupaFan - Robert Gant Fans (entertainment)
";
arnews[4] += "SupaFan - Robert Gant Fans (entertainment)";
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("