function Testimonial()
{
var quote= new Array();

quote[0] = "<p style='font-size:14px;'><b>" + "Byrum Kelly" + "</b><br>" + "<i style='font-size:12px;'>" + "Prescription Shop" + "</i></p>" + "<p style='font-size:12px;'><i>" + "Byrum Kelly’s pharmacy, The Prescription Shop, is almost exclusively a prescription pharmacy, with his front store items limited to over-the-counter (OTC) medications. Kelly’s aim for getting POS was to reduce paperwork. “We used to have to handwrite tickets on everything,” says Kelly. But while paper reduction was his original goal, he too has found that POS doesn’t stop there. Kelly now views Emporos POS as part of his workflow. The two big benefits he points to are keeping staff informed and making..." + "</i></p>" + "<p align='right' style='font-size:12px;'>" + "<a href='/main/testimonials/#testimonial-8'>more...</a>" + "</p>";

    quote[1] = "<p style='font-size:14px;'><b>" + "Bob Lolley" + "</b><br>" + "<i style='font-size:12px;'>" + "Medicine World" + "</i></p>" + "<p style='font-size:12px;'><i>" + "Medicine World in Nashua, New Hampshire is a unique pharmacy and health food fusion store that has been using the Emporos Systems POS since 2007. “We are a family run business and I like that Emporos has that feel as well. Your staff is very good and when I call with concerns or ideas, I feel like they really listen to me and work towards addressing my needs,” says pharmacy owner Bob Lolley. With a massive inventory to manage..." + "</i></p>" + "<p align='right' style='font-size:12px;'>" + "<a href='/main/testimonials/#testimonial-2'>more...</a>" + "</p>";

    quote[2] = "<p style='font-size:14px;'><b>" + "Sherri Muha" + "</b><br>" + "<i style='font-size:12px;'>" + "University of Kentucky North Fork Valley Community Health Center Pharmacy" + "</i></p>" + "<p style='font-size:12px;'><i>" + "Sherri Muha, Director of Pharmacy at the University of Kentucky North Fork Valley Community Health Center Pharmacy, has been using the Emporos POS solution since the pharmacy opened in 2007. According to Muha, the service, technology, and adaptability of the Emporos POS have amazed her. “Even though we are a smaller pharmacy, I like the personal attention that we get with Emporos...\"" + "</i></p>" + "<p align='right' style='font-size:12px;'>" + "<a href='/main/testimonials/#testimonial-5'>more...</a>" + "</p>";

    quote[3] = "<p style='font-size:14px;'><b>" + "Brad Mills" + "</b><br>" + "<i style='font-size:12px;'>" + "Jeff's Prescription Shop" + "</i></p>" + "<p style='font-size:12px;'><i>" + "In January of 2009, Jeff’s Prescription Shop began processing FSA and HSA cards with Emporos Systems point of sale system. Brad Mills, the pharmacy owner says, “The fact that we are now certified IIAS compliant makes the whole process worthwhile because now I know that we can go toe-to-toe with all the major pharmacies and stores in the area and offer the same services and conveniences. I know that I am not going to lose a customer now to a...\"" + "</i></p>" + "<p align='right' style='font-size:12px;'>" + "<a href='/main/testimonials/#testimonial-6'>more...</a>" + "</p>";
	
    quote[4] = "<p style='font-size:14px;'><b>" + "Tommy Gregg" + "</b><br>" + "<i style='font-size:12px;'>" + "Atchley Drug Center" + "</i></p>" + "<p style='font-size:12px;'><i>" + "Atchley Drug Center began using the Emporos Systems POS solution in 2009. This hometown pharmacy based in Greenville, Tennessee has made the transition from a traditional manual cash register to Emporos’ integrated touchscreen POS system. Gregg said, “My employees think that the touchscreen is really cool and have enjoyed training on the POS equipment. They appreciate having all of the patient information at their fingertips.” Atchley Drug Center has completed the process of becoming IIAS compliant..." + "</i></p>" + "<p align='right' style='font-size:12px;'>" + "<a href='/main/testimonials/#testimonial-4'>more...</a>" + "</p>";
	
    quote[5] = "<p style='font-size:14px;'><b>" + "Wayne Wise" + "</b><br>" + "<i style='font-size:12px;'>" + "Wise's Family Pharmacy" + "</i></p>" + "<p style='font-size:12px;'><i>" + "Wayne Wise’s pharmacy, Wise’s Family Pharmacy, planned to use customer service as a differentiation to build customer relationships and to get people out of the store with their prescriptions in minutes rather than hours. “Moving from a manual entry system to one that’s bar code driven and runs at the POS has been extremely beneficial. The old system definitely allowed for mistakes that let revenue go out the door. Overall, we’ve improved our operational efficiency by focusing these tasks...\"" + "</i></p>" + "<p align='right' style='font-size:12px;'>" + "<a href='/main/testimonials/#testimonial-7'>more...</a>" + "</p>";
	
    quote[6] = "<p style='font-size:14px;'><b>" + "Laura Powers" + "</b><br>" + "<i style='font-size:12px;'>" + "Medicine Shoppe" + "</i></p>" + "<p style='font-size:12px;'><i>" + "Laura Powers, the Pharmacy Manager/Owner, of the Medicine Shoppe #1224 in Loris, SC knows that the good customer service and support that she has with Emporos Systems goes hand in hand with the high level of service that she can provide to her customers. As an independent pharmacy owner, Powers relies on her Emporos Point of Sale registers to provide her with straightforward and accurate information. “The best thing about working with Emporos is the ability to get in touch...\"" + "</i></p>" + "<p align='right' style='font-size:12px;'>" + "<a href='/main/testimonials/#testimonial-3'>more...</a>" + "</p>";

    quote[7] = "<p style='font-size:14px;'><b>" + "Chris DePaola" + "</b><br>" + "<i style='font-size:12px;'>" + "Cypress Pharmacy" + "</i></p>" + "<p style='font-size:12px;'><i>" + "When Chris’s family purchased Cypress Pharmacy in 2008, they knew that they would have to bring the nearly 25 year old pharmacy into the 21st century. The Fort Myers, Florida based independent pharmacy was still using a standard cash register and separate credit card terminals while relying on inefficient and space consuming paper pseudoephedrine and HIPAA records. As a result, the pharmacy was not realizing the many benefits of using a point of sale system. It became apparent that a POS would be necessary to improve efficiency, track sales, computerize the existing paper records, and create an improved checkout experience for their valued customers...\"" + "</i></p>" + "<p align='right' style='font-size:12px;'>" + "<a href='/main/testimonials'>more...</a>" + "</p>";
	

var randomNum= Math.floor(Math.random()*quote.length); 

document.write(quote[randomNum]);
}
