function random_text()
{};
var random_text = new random_text();
// Set the number of text strings to zero to start
var number = 0;
// Incremental list of all possible Text
random_text[number++] = "<h3>The Laziest of Lazy Days 2 Night Package: starting at $309.00 per night</h3><p>A perfect way to do nearly nothing! Enjoy 2 night ocean-view accommodations and the best lazy day indulgence massage, then end your stay with a 1:00pm late checkout. <a href='/cp/Specials-The-Laziest-of-Lazy-Days-2-Night-Package--.htm'>more details</a>"
random_text[number++] = "<h3>The Lazy Days Package: starting at $249.00 per night</h3><p>A perfect way to do nearly nothing! Enjoy 2 night ocean-view accommodations and the best lazy day indulgences, then end your stay with a 1:00pm late checkout. <a href='/cp/Specials-The-Lazy-Days-Package--.htm'>more details</a>"
random_text[number++] = "<h3>2 Night Romance Package: starting at $299.00 per night</h3><p>Enjoy oceanfront accommodations for two nights with a Welcome bottle of champagne and scattered rose petals. Relax with continental breakfast in bed for two each morning and de-stress with a 60-minute Full Body Massages. <a href='/cp/Specials-2-Night-Romance-Package--.htm'>more details</a>"
random_text[number++] = "<h3>2 Night Couples Massage Package: starting at $279 per night</h3><p>The perfect package for couples to RELAX and be pampered. Enjoy the oceanfront tranquility of the Sanctuary Beach Resort and two 60 minute Full Body Massages. <a href='/cp/Specials-2-Night-Couples-Massage-Package--.htm'>more details</a>"
random_text[number++] = "<h3>Single Massage Package: starts at $259.00 per night</h3><p>A perfect chance to get away, RELAX and pamper yourself. Enjoy the beachfront serenity of the Sanctuary Beach Resort and one 60 minute full body massage. <a href='/cp/Specials-Single-Massage-Package--.htm'>more details</a>"

// Create a random number with limits based on the number
// of possible random text strings
var random_number = Math.floor(Math.random() * number);