  t = 3;
  
  i = Math.floor(Math.random()*t)+1;
  document.getElementById("hiddenContent").src="testimonials/testimonial_"+i+".html";
