var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="iTunes UK TV shows: iTunes UK TV episodes top 50: "A Knight In Shining Armor" Mike (Justin Bruening) and KITT (voiced by Val... http://tinyurl.com/m43kgt
";
arnews[0] += "iTunes UK TV episodes top 50: \"A Knight In Shining Armor\" Mike (Justin Bruening) and KITT (voiced by Val...";
arnews[0] += "
";
arnews[1]="iTunes UK TV shows: "Exit Light, Enter Knight" hits iTunes UK TV episodes top 50: Bait and Switch - Mike (Justin Bruening) jumps... http://tinyurl.com/nts6pe
";
arnews[1] += "\"Exit Light, Enter Knight\" hits iTunes UK TV episodes top 50: Bait and Switch - Mike (Justin Bruening) jumps...";
arnews[1] += "
";
arnews[2]=""Exit Light, Enter Knight" hits iTunes UK TV episodes top 50: Bait and Switch - Mike (Justin Bruening) jumps... http://tinyurl.com/nts6pe
";
arnews[2] += "\"Exit Light, Enter Knight\" hits iTunes UK TV episodes top 50: Bait and Switch - Mike (Justin Bruening) jumps...";
arnews[2] += "
";
arnews[3]=""Fight Knight" hits iTunes UK TV episodes top 50: Mike's (Justin Bruening) old Army friend recruits his help... http://tinyurl.com/knttjr
";
arnews[3] += "\"Fight Knight\" hits iTunes UK TV episodes top 50: Mike's (Justin Bruening) old Army friend recruits his help...";
arnews[3] += "
";
arnews[4]="iTunes UK TV shows: "Fight Knight" hits iTunes UK TV episodes top 50: Mike's (Justin Bruening) old Army friend recruits his help... http://tinyurl.com/knttjr
";
arnews[4] += "\"Fight Knight\" hits iTunes UK TV episodes top 50: Mike's (Justin Bruening) old Army friend recruits his help...";
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("