var Testimonial = new Array()

// Char
Testimonial[0] = '<div class=\"sidebar-testimonial-bg-en\">&ldquo;The company affords its employees the chance to build their career around a variety of challenging work.&rdquo;<br><a href=\"/en/careers/testimonials.shtml\">more...</a></div><br><i>Char Sahota,<br>Programmer/Analyst</i>'
// Celine
Testimonial[1] = '<div class=\"sidebar-testimonial-bg-en\">&ldquo;I am very happy that I have found a company that is not only worth cheering for, but is cheering for me, right back.&rdquo;<br><a href=\"/en/careers/testimonials.shtml\">more...</a></div><br><i>Celine Clements,<br>Manager, Customer Service</i>'
// Louise
Testimonial[2] = '<div class=\"sidebar-testimonial-bg-en\">&ldquo;TU is a fantastic place to work. I&rsquo;ve been here for 9 years and look forward to coming in every day.&rdquo;<br><a href=\"/en/careers/testimonials.shtml\">more...</a></div><br><i>Louise Kaughman,<br>Supervisor, Claims Administration</i>'
// Amber
Testimonial[3] = '<div class=\"sidebar-testimonial-bg-en\">&ldquo;I am dedicated to the company because I feel their genuine dedication to my continuous improvement.&rdquo;<br><a	href=\"/en/careers/testimonials.shtml\">more...</a></div><br><i>Amber McBain,<br>Director, Marketing Communications</i>'
// Adrian
Testimonial[4] = '<div class=\"sidebar-testimonial-bg-en\">&ldquo;The best part about TU is the people. I really like this amazing team.&rdquo;<br><a href=\"/en/careers/testimonials.shtml\">more...</a></div><br><i>Adrian Nicolae,<br>Desktop Support/Windows Administrator</i>'
// Marty
Testimonial[5] = '<div class=\"sidebar-testimonial-bg-en\">&ldquo;TU offers an exciting and dynamic workplace. The company is forward thinking and continually looking for ways to improve and evolve.&rdquo;<br><a href=\"/en/careers/testimonials.shtml\">more...</a></div><br><i>Marty Banting,<br>Senior Java Developer</i>'
// Jerry
Testimonial[6] = '<div class=\"sidebar-testimonial-bg-en\">&ldquo;I am thrilled to work at a company that offers such a great team-work environment! I always know that I have a network behind me that offers support and assistance whenever I need it.&rdquo;<br><a href=\"/en/careers/testimonials.shtml\">more...</a></div><br><i>Jerry Gamble, CAIB,<br>Regional Account Manager</i>'
// Maria
Testimonial[7] = '<div class=\"sidebar-testimonial-bg-en\">&ldquo;I celebrated my 6th anniversary with TU this year. I enjoy being part of a team that looks out for one another, shares knowledge and information, and daily walks the talk.&rdquo;<br><a href=\"/en/careers/testimonials.shtml\">more...</a></div><br><i>Maria Delaney, GBA,<br>Business Development Manager</i>'

var Q = Testimonial.length;
var whichTestimonial=Math.round(Math.random()*(Q-1));
function showTestimonial(){document.write(Testimonial[whichTestimonial]);}
showTestimonial();
