var r_text = new Array ();
r_text[0] = "'Eternal Sight made this otherwise stressful experience into an easy and enjoyable journey for us. We would recommend Eternal Sight to any organization - Pastor Eddie Leon'";
r_text[1] = "'They have been the best and easiest to work with and I would highly recommend them to anyone looking for professional marketing production. - Alex S.'";
var i = Math.floor(2*Math.random())
document.write('<span style="">' + r_text[i] + '</span>');
