var arnews = new Array(7); totcount = 7; rnd = 0; arnews[0]="Mr T As Yoda
"; arnews[0] += "

Mr. T (born Laurence Tureaud; May 21 1952) is an American actor known for his roles as B. A. Baracus in the 1980s television series The A-Team, as boxer Clubber Lang in the 1982 film Rocky III, and for his appearances as a professional wrestler. Mr. T is also well-known for his distinctive mohawk hairstyle, for wearing large amounts of gold jewelry, and for his tough guy image. He starred in the reality show I Pity the Fool, shown on TV Land, the title of which comes from his Rocky III

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Song for Mr. T
"; arnews[1] += "

a song giving Mr.T his props

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Mr. T TV Spot
"; arnews[2] += "

Mr. T pities the fool who doesn't play WoW.

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Mr.T on Clean
"; arnews[3] += "

Mr.T on Being Clean

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Mr. T & mr. t
"; arnews[4] += "

Add this to your queue
Duration: 04:36

"; arnews[4] += "
"; arnews[5]="Presidential Debate 08: Mr. T vs Gary Busey
"; arnews[5] += "

Gary Busey Vs Mr. T: Debate 08 The Presidential Election Debate heats up when John Mccain (played by Gary Busey) and Barack Obama (played by Mr. T) discus their campaigns.

Add this to your queue
Duration: 03:59

"; arnews[5] += "
"; arnews[6]="Teaming up with Mr T Cereal
"; arnews[6] += "

this is an old commercial... doesn't it sound like the south park guys are singing?

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; totcount = 7; 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("
");document.write("
");