// JavaScript Document


<!--
var r_text = new Array ();
r_text[0] = "In an emergency don’t be afraid to help. If you fear doing something wrong, remember that adequate care provided is far better than perfect care withheld.";
r_text[1] = "Learning First Aid, although a serious subject, can also be a lot of fun, sign up today and find out how easy and worthwhile first aid training can be with firstaider.ie";
r_text[2] = "EFR first aid training can enable you to alert emergency services sooner, save a person’s life, make the difference between a temporary or lifelong disability.";
r_text[3] = "ABCD’S of primary care. A = Airway open. B = Breathing check. C = Circulation – (CPR). D = Defibrillation. S = Serious bleeding, Shock, & Spinal injury management.";
r_text[4] = "EFR first aid training gives you the confidence to trust your training. So you are less likely to hesitate due to nervousness and anxiety when faced with an emergency situation.";
r_text[5] = "An adult body contains about 6 ltr of blood. Rapid blood loss of even 1 ltr can be life threatening. EFR First aid training teaches you how to manage serious bleeding emergencies. ";
r_text[6] = "Approach an emergency scene safely. Stop - Assess the scene. Think - Formulate a safe action plan. Act - Alert EMS and Provide care.";
r_text[7] = "EFR - Care for children courses better prepare you to deal with everyday incidents involving children, from minor bumps, scrapes, slips and falls to choking & broken bones.";
r_text[8] = "Every home should have first aid kit. EFR first Aid training will teach what you need to have in your first aid kit and how to use it in an emergency.";
r_text[9] = "It's vitally important not to move a person with serious neck or back injuries unless you have to save him from further danger. EFR First Aid training will teach you how, when & if you should move them.";


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

document.write(r_text[i]);

//-->
