var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="David Binkowski: I thought The Office was supposed to be a comedy? A wedding? Will Ted McGinley play the priest just to make it official? #jumptheshark
";
arnews[0] += "I thought The Office was supposed to be a comedy? A wedding? Will Ted McGinley play the priest just to make it official?";
arnews[0] += "
";
arnews[1]="SupaFan - Ted McGinley Fans
";
arnews[1] += "SupaFan - Ted McGinley Fans -";
arnews[1] += "
";
arnews[2]="Ron Richards: @jasonaaron congrats, your ted mcginley reference made me laugh out loud while on the bus. Nice work
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="@jasonaaron congrats, your ted mcginley reference made me laugh out loud while on the bus. Nice work
";
arnews[3] += "@jasonaaron congrats, your ted mcginley reference made me laugh out loud while on the bus. Nice work -";
arnews[3] += "
";
arnews[4]="Daniel Stehle: Hey Baby, I'm Ted McGinley #waistedpickuplines
";
arnews[4] += "Hey Baby, I'm Ted McGinley";
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("