//Javascript Created by Computerhope http://www.computerhope.com
//store the quotations in arrays


index = Math.floor(Math.random() * images.length);

document.write(images[index]);

images = new Array(3);
images[0] = "<a href = 'http://www.wrla.org/education_6steps.html'><img src='http://www.wrla.org/images/ads/6steps_secondary.jpg' alt='6 steps to better selling and customer service' border='0'></a>";
images[1] = "<a href = 'http://www.wrla.org/education_healthSafety.html'><img src='http://www.wrla.org/images/ads/healthsafety_secondary.jpg' alt='Health and Safety' border='0'></a>";
images[2] = "<a href = 'http://www.wrla.org/education_forklift.html'><img src='http://www.wrla.org/images/ads/uplift_secondary.jpg' alt='Forklift Operator Safety Training' border='0'></a>";

index = Math.floor(Math.random() * images.length);


