// JavaScript Document
<!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "&quot;We have just enjoyed the holiday of a lifetime at Echo Beach hotel, wow what a spot!! Imagine a white sandy beach the Indian Ocean un-spoilt views and not overrun with people, it makes it feel like your own slice of private Paradise..... I just can't stop thinking about getting back!&quot - from <a href=\"#\">Tripadvisor.co.uk;."

text[number++] = "&quot;We had the privilige of spending the last five days of our stay at the new Echo   Beach Hotel. This must be what paradise is like. Everything you could ever wish   for especially the beautiful unspoilt white sand beaches where the only   footprints are your own. WOW!&quot; - from <a href=\"#\">Tripadvisor.co.uk."

text[number++] = "&quot;We spent 5 nights here just after the new year. We thought it was great. Its   just formally opened so everything is brand new.&quot - from <a href=\"#\">Tripadvisor.co.uk;."


// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->