// JavaScript Documentfunction getMessage() {var qA = new Array()var count = -1//Begin TestimonialsqA[++count] = "With the GreeneSaver, you don't have to wonder if your advertising is working, you KNOW it is. We've had a great response... customers coming in the door specifically as a result of the GreeneSaver Ads\n\n- Vickie Barnhart\n(Barnhart's Honda Suzuki, Waynesburg)"qA[++count] = "Customers came in looking for the vehicles we had advertised only in the GreeneSaver, there's no doubt it works. It's good!\n\n- Johnny Walker\n(John Howard Chrysler, Dodge, Jeep, Waynesburg)"qA[++count] = "The day the GreeneSaver hit the mail, our phones start ringing. That makes us very happy!\n\n- Barb Halulko\n(Penn Commercial, Washington)"qA[++count] = "We've received more return from the ads we've run in the GreeneSaver, at all locations, than we ever received from any other print advertising we have done. It really has impressed me. We'll continue using it.\n\n- Steve Stuck\n(Jacob's Petroleum, Waynesburg)"qA[++count] = "The GreeneSaver has been the most effective advertising I've done... it keeps on working.\n\n- Lisa Shriver\n(Lisa's Hair Shack, Graysville)"qA[++count] = "I got my GreeneSaver in the mail at home one night, and I guess everyone else did too, because when I came into the shop the next day, customers were calling to schedule appointments and use the coupons. It's good.\n\n- Larinda Richter\n(Emmanuel Auto Body & Quality Undercar Service)"qA[++count] = "It's one of the best marketing tools we've used. We continue to see GreeneSaver readers becoming repeat customers.\n\n- Mark Vinsick,\n(Fox's Pizza, Carmichaels)"qA[++count] = "Every time I put an ad in the GreeneSaver I get a great response.\n\n- Sandy Wilson\n(Holiday Inn, Meadowlands Washington)"qA[++count] = "This is the best advertising I've done since I've been in business. It works really well.\n\n- Cathy Hoskins\n(Classy Cuts, Waynesburg)"qA[++count] = "Does the GreeneSaver work? Oh yes, oh yes! The phones were ringing off the hook in response to our ad.\n\n- Mary Lewis\n(Lewis Limousine & Michael's Auto, Carmichaels)"qA[++count] = "The GreeneSaver has been the most effective advertising I've ever done... it keeps on working.\n\n- Murray Hoy\n(4 Seasons Lawn & Garden, Waynesburg)"qA[++count] = "We had twelve new clients within two weeks of our first GreeneSaver ad, and each time we ran we added more. It is the best advertising investment we have ever made.\n\n- Bill Karns\n(Padgett Business Services, Waynesburg)"qA[++count] = "Every timewe run an ad in the GreeneSaver, I get lots of response. It's really the only advertising that works.\n\n- Jim Maraney\n(Super Street Station, Carmichaels)"qA[++count] = "The response we receive from our ads in the GreeneSaver has generated the kind of jobs that pay. It hits the right people, we'll continue using it.\n\n- Mark Donato\n(Donato Contracting, Inc., Carmichaels)"//End Testimonialsvar now = new Date()var sec = now.getSeconds()document.testimonial.testimonial.value=qA[sec % qA.length]}