var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Dave Caolo: Katee Sackhoff on Big Bang Theory tomorrow night. Set you TiVos, kids.
";
arnews[0] += "Katee Sackhoff on Big Bang Theory tomorrow night. Set you TiVos, kids.";
arnews[0] += "
";
arnews[1]="India Sphere: Katee Sackhoff on the set of 24 (Video)
";
arnews[1] += "Katee Sackhoff on the set of 24 (Video) -";
arnews[1] += "
";
arnews[2]="India Sphere: Katee Sackhoff in the Bath on 'Big Bang Theory' with Simon Helberg
";
arnews[2] += "Katee Sackhoff in the Bath on 'Big Bang Theory' with Simon Helberg -";
arnews[2] += "
";
arnews[3]="India Sphere: Katee Sackhoff on the set of 24
";
arnews[3] += "Katee Sackhoff on the set of 24 -";
arnews[3] += "
";
arnews[4]="CBSTweet: http://twitpic.com/qodue - What’s Wolowitz doing bathing with dream girl Katee Sackhoff? #TheBigBangTheory 2night at 9:30/8:30C
";
arnews[4] += "CBSTweet:";
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("