//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++] = "Visita www.tuportalec.com"
random_text[number++] = "Paginas web desde 399 Tuportalec."
random_text[number++] = "Obend Ecuador"
random_text[number++] = "Cirugia estetica en Ecuador www.obend.net"
random_text[number++] = "Utiliza nuestros Tutoriales Flash, aprenderás como administrar tu hosting."
random_text[number++] = "Paginas para doctores e inmobiliarias solo en www.tuportalec.com"
random_text[number++] = "Malla Supralingual Ecuador"
random_text[number++] = "Recibe las ultimas noticias web www.tuportalec.com"


// Create a random number with limits based on the number
// of possible random text strings
var random_number = Math.floor(Math.random() * number);
