// JavaScript Document
<!--

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "&quot;Just a quick note telling you what a hit your book was at my sis's wedding last weekend. My mom has said...&quot; <a href='testimonials.html#1' class='page_link'><br>read more &gt;&gt;</a>"
text[number++] = "&quot;It's like experiencing your wedding through your guests' eyes. It's a 'visual guest list'...&quot; <a href='testimonials.html#2' class='page_link'><br>read more &gt;&gt;</a>"
text[number++] = "&quot;Just had to let you know how much everyone enjoyed your album at the bridal shower...&quot; <a href='testimonials.html#3' class='page_link'><br>read more &gt;&gt;</a>"
text[number++] = "&quot;I wanted to let you know that your books were SUCH a hit at my wedding last weekend. They came out SO nice...&quot; <a href='testimonials.html#4' class='page_link'><br>read more &gt;&gt;</a>"
text[number++] = "&quot;It&rsquo;s been a little over a year since we had our Adesso Album at our wedding and Tom and I still love looking at it!&quot;<br><a href='testimonials.html#5' class='page_link'>read more &gt;&gt;</a>"
text[number++] = "&quot;We just had the time of our lives...two fabulous Adesso Albums document the whole thing...&quot;<br><a href='testimonials.html#6' class='page_link'>read more &gt;&gt;</a>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->