<!--



function text() {
};

text = new text();
number = 0;

// textArray



text[number++] = "I would never build another deck without <b>DeckLok!</b>"

text[number++] = "I redesigned my deck and ended up not needing all of these. The ones I did use worked great. I would use these again in a heartbeat!"

text[number++] = "Thank you, Finally a system that makes sense!"

text[number++] = "The ledger attachment was the first place I used it and then on the rail posts. I love it. I can sleep at night!"







// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->