showTestimonial();

function showTestimonial() {
var j,d="",l="",m="",p="",q="",z="";
var html = new Array();

  html[0]='You can bundle all your communications services with one company<br><br><img src=\"../images/bundles3.gif\"/>'; 
  html[1]='Over 1 million people have used this service to shop for television service<br><img src=\"../images/people2.gif\"/>';
  html[2]='<span class="cta-subtext-small">Check ConnectMyTelevision for options in your area, including:</span><br><br><span class="green-text-small">Cable<br>Satellite<br>Fiber Optics</span>';

  
  j=parseInt(Math.random()*html.length); 
  j=(isNaN(j))?0:j; 
  document.write(html[j]); 

}

