// JavaScript Document


<!--
var r_text = new Array ();
r_text[0] = "“An outstanding, excellent course. I’d recommend to novice learners or those at an advanced level” - Steve Thomas, Bray Toastmasters International";
r_text[1] = "“The course gave me both the knowledge I needed and the confidence to use it” - Patricia Allen, Teacher";
r_text[2] = "“I found the course was straightforward and easy to learn” Marjorie Bolton, Crèche Worker";
r_text[3] = "“The course was good value compared to others and it was easy to arrange for my staff as firstaider.ie trainers came to us” Mark Holden, Manager";


var i = Math.floor(4*Math.random())

document.write(r_text[i]);

//-->
