// JavaScript Document
var r_text = new Array ();
r_text[0] = "The ship is gorgeous and the food was excellent and your staff's attention to detail. Everything from the sunset wedding ceremony to the food, keeping the drink glasses filled, and the wonderful music made our wedding aboard Solaris absolutely perfect. Thank you for making this day everything we dreamed it would be.<BR><BR>-Jennifer Watkins, Texas.";

var i = Math.round(0*Math.random());

document.write(r_text[i]);

