//Mensaje Random
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++] = "Descarga con frecuencia el correo que se almacena en tu hosting."
random_text[number++] = "Recuerda siempre el nombre del servidor de tu hosting para cuando requieras soporte."
random_text[number++] = "Puedes utiliza el IExplorer como programa FTP, sólo cambia el http:// por ftp://."
random_text[number++] = "No dudes en contactarnos si tienes alguna duda, a soporte@soportefeliz.com"
random_text[number++] = "Utiliza nuestros Tutoriales Flash, aprenderás como administrar tu hosting."
random_text[number++] = "En tu configuración de correo, en servidor SMTP utiliza la de tu ISP."
random_text[number++] = "Conserva siempre tus datos técnicos, en ellos encontrarás todo acerca de tu hosting."
random_text[number++] = "Para recibir emails en tu celular Movistar, crea un forward: 7777777@im.movistar.com.ec"
random_text[number++] = "Configura siempre la página inicial de tu sitio web como default.htm o index.htm"
random_text[number++] = "Como regla de nombre de páginas utiliza siempre letras minúsculas y sin espacios"

// Create a random number with limits based on the number
// of possible random text strings
var random_number = Math.floor(Math.random() * number);