var ctext_st = new Array (
"Sean, Thank you so much for performing our ceremony! We [were] all so impressed with your work! You have made the process of getting married so much more enjoyable for us!<br />-- Tara & Joe",
""
);
var cl = ctext_st.length;
var crnd_no = Math.round((cl-1)*Math.random());
var cquote_text = ctext_st[crnd_no];
document.write(cquote_text);

