var Testimonial = new Array()

// Char
Testimonial[0] = '<div class=\"sidebar-testimonial-bg-fr\"><span class=\"nobr\">&laquo; La</span> compagnie donne à ses employés la chance de construire leur carrière autour <span class=\"nobr\">d&rsquo;une</span> variété de tâches <span class=\"nobr\">stimulantes. &raquo;</span><br><a href=\"/fr/careers/testimonials.shtml\">Et plus...</a></div><br><i>Char Sahota<br>Programmeur/Analyste</i>'
// Celine
Testimonial[1] = '<div class=\"sidebar-testimonial-bg-fr\"><span class=\"nobr\">&laquo; Je</span> suis très contente <span class=\"nobr\">d&rsquo;avoir</span> trouvé une compagnie qui est non seulement digne de mon encouragement, mais qui en retour <span class=\"nobr\">m&rsquo;encourage</span> <span class=\"nobr\">aussi. &raquo;</span><br><a href=\"/fr/careers/testimonials.shtml\">Et plus...</a></div><br><i>Celine Clements<br>Superviseure, service &agrave; la client&egrave;le</i>'
// Louise
Testimonial[2] = '<div class=\"sidebar-testimonial-bg-fr\"><span class=\"nobr\">&laquo; TU</span> est un endroit fantastique où travailler. <span class=\"nobr\">J&rsquo;y</span> travaille depuis neuf ans et tous les matins je suis heureuse <span class=\"nobr\">d&rsquo;être</span> <span class=\"nobr\">ici. &raquo;</span><br><a href=\"/fr/careers/testimonials.shtml\">Et plus...</a></div><br><i>Louise Kaughman<br>superviseure, gestion des demandes <span class=\"nobr\">d&rsquo;indemnités</span></i>'
// Amber
Testimonial[3] = '<div class=\"sidebar-testimonial-bg-fr\"><span class=\"nobr\">&laquo; Je</span> suis dévouée à la compagnie parce que je suis convaincue du sincère dévouement de la compagnie à mon égard pour mon constant <span class=\"nobr\">perfectionnement. &raquo;</span><br><a href=\"/fr/careers/testimonials.shtml\">Et plus...</a></div><br><i>Amber McBain<br>Directrice des communications</i>'

var Q = Testimonial.length;
var whichTestimonial=Math.round(Math.random()*(Q-1));
function showTestimonial(){document.write(Testimonial[whichTestimonial]);}
showTestimonial();