<!--



function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "I've been using your star headed screws since you started.  I've since owned 3 homes and build many outdoor items with the early green coated screws then when I moved to the Oregon Coast 10 years ago I still used the 'newer' green type for most everything  even though I am right on the ocean.  I changed to the Bronze screws and still don't have any issues with corrosion.  I use the SS screws for areas where the heads are exposed and I have never had a corrosion issue with any product.  I just finished using 10 lbs on my deck rebuild no cam outs and no breakage. JW, OR"

text[number++] = "I love doing business with you.  Prompt (my order arrived the next day), exactly what I wanted, great product, great price.   Thanks, Dick"

text[number++] = "I just wanted to thank you for getting these to me so quickly. I ordered these at 6 pm CST and had them by 10 am the next day. You just put me ahead of schedule by two days. Thanks for the great service. I won’t think twice about using you next time."

text[number++] = "Those screws are awesome. I have searched everywhere for a screw that works well on tongue and groove knotty pine and all of them have issues. These screws are just awesome. They work great! Thanks!"

text[number++] = "I like many others have suffered through different types of fasteners, from modified phillips to square drive looking for one that worked as advertised. Since I discovered Screw Products, I have found a fastener that works every time. From cabinets to decks your products are always my first choice. Thank you."

text[number++] = "Thank you for being so easy to do business with. This is the fifth or sixth time I've ordered from you and I always have had prompt service. Thanks again and have a Merry Christmas."


text[number++] = "Thank you, I enjoy doing business with you people and recommend your products to all those I work with. - Ted C" 

text[number++] = "I was very impressed with your star drive deck screws.In the past, I have used various square drive screws with poor results. The screws would still slip and round their heads, which is unacceptable on a finished composite deck. The star drive screws never slipped and I didn't have to drill pilot holes.Overall, I was very impressed with your product and the speed of shipping. - Brad A."

text[number++] = "Great service- Great products. George R."

text[number++] = "I always receive excellent, and timely service from your company"

text[number++] = "I have not used the screws yet but the product looks like it should work just fine. The web site was easy to navigate and my order arrived right on time and in great shape. I look forward to trying these screws real soon. Thank you. Rich S"

text[number++] = "You are the only business that I have worked with that concern for the customer seems more than just words and I thank you for that. The staff I have talked to are great. Order is fast and accurate. You have made a customer for life. I have given your screws to contractors and cabinet reps. I am a kitchen designer/sales."

text[number++] = "YES! the order arrived on time and so far I very pleased with what I've used. As I use more of the order I'll know more about what I'll order in the future."

text[number++] = "Your website was easy to navigate and order from. Everything I ordered arrived on time and in good condition. ... and I very satisfied with their installation and performance. - Don W."

text[number++] = "The screws lived up to your advertised claims in spades! I am very pleased with their quality. Other stainless screws were constantly torquing out. I wasted considerable money on mutilated screw heads. Not one of your screws failed to drive true 1st time - no waste! - James P. "

text[number++] = "The screws lived up to your advertised claims in spades! I am very pleased with their quality. Other stainless screws were constantly torquing out. I wasted considerable money on mutilated screw heads. Not one of your screws failed to drive true 1st time - no waste! - James P. "

text[number++] = "I originally ordered the starter set of outdoor screws and began using them to secure mounting blocks for crown moulding.  Now I actually use the screws themselves to install the crown moulding right into the top plate of the wall.  You don't realize how well these stars screws really work until you run out of them and have to use a phillips or square drive. I'll keep using them!!!! Daniel P."


text[number++] = "Wow,  What a pleasant surprise!!! I can't tell you the number of companies  I have written to for suggestions and you are the only one to answer.  When we moved in we took the carpeting off the floor and lo and behold beneath that terrible old carpet were these wonderful hard wood floors - that really squeek. We will purchase the fasteners and get to work."

text[number++] = "My employees tell me that driving them is much easier on their arms and shoulders with virtually no pushing needed to keep the bit in the head of the screw. They also say that the screws back out as easy as they go in, which allows us to reuse them. They have yet to have a head twist off, strip out, or a screw break. Most contractors would agree, that not a day goes by without one of those things happening. I see this as a cost savings to McFarland Cascade. We will highly recommend your Star Drive Wood Screws to all the contractors and do-it-yourselfers. I only wish you would have come out with these years ago.<br><br><b>Pamm Silver - Product Promotions Coordinator, McFarland Cascade - The Outdoor Projects People </b>"

text[number++] = "I tested them in 2 inch solid hardened mahogany (used in rail car decks). All other screws broke as soon as the screw head met the deck or they snapped off as soon as I tried to remove them. The gold star screws however, not only didn't break but they counter sunk themselves one inch below the surface and I was still able to remove them without one single breakage. At first I thought I couldn't afford the best, but in reality I can't afford to use anything but the best! <br><br>JOHN SCHMIDT OWNER OPERATOR CASCADE BUILDERS"

text[number++] = "Thanks for your quick response to my order. I received the order the following day. Great service and not only that...the Star Drive Screws are the best I have seen. I will be ordering many more in the near future. Dick Iversen, Guemes Island, WA"









// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->
