var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Roger Resnicoff: Roger Wow, I was wrong about Quivers... Julie Bowen is the sleeper- Celebrity #Jeopardy.
";
arnews[0] += "Wow, I was wrong about Quivers... Julie Bowen is the sleeper- Celebrity";
arnews[0] += "
";
arnews[1]="Roger Resnicoff: Wow, I was wrong about Quivers... Julie Bowen is the sleeper- Celebrity #Jeopardy
";
arnews[1] += "Wow, I was wrong about Quivers... Julie Bowen is the sleeper- Celebrity";
arnews[1] += "
";
arnews[2]="Punk'd her good last night on radio check it out on BillyBushShow.comRT @Mskitty24: @BillyBush julie Bowen is on jeopardy!!!
";
arnews[2] += "Punk'd her good last night on radio check it out on BillyBushShow.comRT @";
arnews[2] += "
";
arnews[3]="@mollyo48 did you know the actress who plays claire (julie bowen) is from baltimore??
";
arnews[3] += "@mollyo48 did you know the actress who plays claire (julie bowen) is from baltimore?? -";
arnews[3] += "
";
arnews[4]="Pedro Freitas: Modern Family's Clarie (Julie Bowen) is officially the hottest woman on TV. I'll forget Gloria (Sofia Vergara) for the moment. Jesus...
";
arnews[4] += "Modern Family's Clarie (Julie Bowen) is officially the hottest woman on TV. I'll forget Gloria (Sofia Vergara) for the moment. Jesus...";
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("