
testimonial_1 = "<h1 class='yellow'>World-Class Franchise</h1><p>The highest honor any franchise company can earn is the enthusiastic support of their own franchise community.</p><p>Express Employment Professionals has earned that distinction.</p><p>Retrospective = 95%<br/>Quality of Training = 99%<br/>Franchisor Relations = 90%</p>";

name_1 = "Franchise Research Institute<br/>2010 Survey Results";














//// PLEASE DO NOT CHANGE ANYTHING BELOW THIS ////
//// PLEASE DO NOT CHANGE ANYTHING BELOW THIS ////
//// PLEASE DO NOT CHANGE ANYTHING BELOW THIS ////
//// PLEASE DO NOT CHANGE ANYTHING BELOW THIS ////

var randomNum = Math.floor(Math.random()*1);

function testimonials()
{
    var testimonial=new Array(1)
  
     testimonial[0]= testimonial_1;
   
   document.write(testimonial[randomNum]);
}
function names()
{
    var name=new Array(6)
  
     name[0]= name_1;   
         
   document.write(name[randomNum]);
}




