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>Supervisor, 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, Communications</i>'

var Q = Testimonial.length;
var whichTestimonial=Math.round(Math.random()*(Q-1));
function showTestimonial(){document.write(Testimonial[whichTestimonial]);}
showTestimonial();