var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Icy Jade: RT @DavidTennantBok: It's today that David Tennant records The Catherine Tate Christmas Show.
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="pickwick: Hmm. Does presence of David Tennant in QI trailer make up for presence of Johnny Bloody Vegas Again?
";
arnews[1] += "Hmm. Does presence of David Tennant in QI trailer make up for presence of Johnny Bloody Vegas Again?";
arnews[1] += "
";
arnews[2]="Benjamin Dobson: Notice David Tennant in that QI trailer? http://tinyurl.com/qi0208 That'll double the female audience.
";
arnews[2] += "Notice David Tennant in that QI trailer?";
arnews[2] += "
";
arnews[3]="Scifi Chrome: scifichrome tracked David Tennant's Curtain Call - A Guide to the Upcoming Doctor Who Specia.. http://bit.ly/4q40JS
";
arnews[3] += "scifichrome tracked David Tennant's Curtain Call - A Guide to the Upcoming Doctor Who Specia..";
arnews[3] += "
";
arnews[4]="Louis Trapani: I just realised I missed two Doctors tonight in one show. "Collision" with Paul McGann on 'America Contemporary' hosted by David Tennant.
";
arnews[4] += "I just realised I missed two Doctors tonight in one show. \"Collision\" with Paul McGann on 'America Contemporary' hosted by David Tennant.";
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("