var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="@Variety_StuartL: I feel the same way about Jessalyn Gilsig but @denisemartin would disagree...
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Muffin MacGuffin: @tvoti See also Nip/Tuck for Ryan Murphy abusing Jessalyn Gilsig's talents
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Alexis Walker: Box Office Opening Babes (BOOB) Watch 10/16/2009
";
arnews[2] += "Box Office Opening Babes (BOOB) Watch 10/16/2009 -";
arnews[2] += "
";
arnews[3]="Glee Pictures, Jenna Ushkowitz Photos, Dianna Agron Pics, Jessalyn Gilsig Pictures, Jane Lynch Photos, Mark Salling Pics, Chris Colfer and Amber Riley , Kevin McHale , Lea Michele , Matthew Morrison , Jayma Mays , Cory Monteith - Photo Gallery: Glee
";
arnews[3] += "Glee Pictures, Jenna Ushkowitz Photos, Dianna Agron Pics, Jessalyn Gilsig Pictures, Jane Lynch Photos, Mark Salling Pics, Chris Colfer and Amber Riley , Kevin McHale , Lea Michele , Matthew Morrison , Jayma Mays , Cory Monteith - Photo Gallery: Glee -";
arnews[3] += "
";
arnews[4]="Dr. Ben Mack: Ihsa Football Scores - Damien Michaels Leaves Clue | The Unreality Show
";
arnews[4] += "Ihsa Football Scores - Damien Michaels Leaves Clue | The Unreality Show -";
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("