var number = Math.floor(Math.random() * 10);
if (number == 0){
document.write("I have attended many courses and work in the education and training field. This was by far the most well organised and delivered course regarding content, delivery, assessment and advice that I have been on");
}
else if (number == 1){
document.write("Great course, feel very confident now, very good tutor, very friendly, very impressed");
}
else if (number == 2){
document.write("A brilliant – non brain frying – sensible first aid course");
}
else if (number == 3){
document.write("The course was aimed at the outdoors, best first aid course I’ve done, excellent role play, enthusiastic trainer");
}
else if (number == 4){
document.write("The way the content of the course was delivered-very easy to understand and follow");
}
else if (number == 5){
document.write("No long winded deliveries as I have experienced on other first aid courses");
}
else if (number == 6){
document.write("The fact that it was applied to everyday situations and showed that you only need the basics");
}
else if (number == 7){
document.write("The practical doing in the afternoon of handling unknown incidents outside");
}
else if (number == 8){
document.write("Practical exercises, very pleased with the informality and the practical and logical approach to first aid rather than formal and tidy. All very sensible and given me confidence to do first aid");
}
else if (number == 9){
document.write("Very informative and fun");
}
else if (number == 10){
document.write("An effective course, far more effective than the usual");
}