// Autor: Claudio Monteiro
// Versão 1.0 - 29/04/2002

function GetRandom(start,end) 
{ 
    var range = end - start + 1; 
    var result = start + Math.floor(Math.random()*range); 
    return result; 
}

function RandomCulinaria()
{
	window.location.href = rCulinaria[GetRandom(0,rCulinaria.length-1)];
}

function RandomDiversao()
{
	window.location.href = rDiversao[GetRandom(0,rDiversao.length-1)];
}

function RandomEducacao()
{
	window.location.href = rEducacao[GetRandom(0,rEducacao.length-1)];
}

function RandomHoroscopo()
{
	window.location.href = rHoroscopo[GetRandom(0,rHoroscopo.length-1)];
}

function RandomMulher()
{
	window.location.href = rMulher[GetRandom(0,rMulher.length-1)];
}

function RandomRelacionamento()
{
	window.location.href = rRelac[GetRandom(0,rRelac.length-1)];
}

function RandomViagens()
{
	window.location.href = rViagens[GetRandom(0,rViagens.length-1)];
}




var rCulinaria = new Array();

// Define your links here:
rCulinaria[rCulinaria.length] = "http://www.personalchef.com.br";
rCulinaria[rCulinaria.length] = "http://ad.ibest.com.br/adnetwork/maestro/go/lnk/$d=1$lid=1722$s=1$?";


var rDiversao = new Array();

// Define your links here:
rDiversao[rDiversao.length] = "http://www.pumpkins.com.br";
rDiversao[rDiversao.length] = "http://www.mesadejogos.com.br";
rDiversao[rDiversao.length] = "http://www.ibest.com.br/site/parceiros/heroi.jsp";
rDiversao[rDiversao.length] = "http://www.ibest.com.br/site/parceiros/mamata.jsp";
rDiversao[rDiversao.length] = "http://ad.ibest.com.br/adnetwork/maestro/go/lnk/$d=1$lid=1840$s=1$?";
rDiversao[rDiversao.length] = "http://www.gamebolt.com.br";

var rEducacao = new Array();

// Define your links here:
rEducacao[rEducacao.length] = "http://ad.ibest.com.br/adnetwork/maestro/go/lnk/$d=1$lid=1765$s=1$?";
rEducacao[rEducacao.length] = "http://ad.ibest.com.br/adnetwork/maestro/go/lnk/$d=1$lid=1747$s=1$?";


var rHoroscopo = new Array();

// Define your links here:
rHoroscopo[rHoroscopo.length] = "http://www.ibest.com.br/site/parceiros/estadao.jsp?link=http://www.estadao.com.br/ext/horoscopo/";
rHoroscopo[rHoroscopo.length] = "http://www.ibest.com.br/site/parceiros/astroline.jsp";

var rMulher = new Array();

// Define your links here:
rMulher[rMulher.length] = "http://ibest.bolsademulher.com";
rMulher[rMulher.length] = "http://ad.ibest.com.br/adnetwork/maestro/go/lnk/$d=1$lid=1401$s=1$?";
rMulher[rMulher.length] = "http://ad.ibest.com.br/adnetwork/maestro/go/lnk/$d=1$lid=1529$s=1$?";

var rRelac = new Array();

// Define your links here:
rRelac[rRelac.length] = "http://www.ibest.com.br/site/parceiros/amaremuitobom.jsp";
rRelac[rRelac.length] = "http://ad.ibest.com.br/adnetwork/maestro/go/lnk/$d=1$lid=1530$s=1$?";

var rViagens = new Array();

// Define your links here:
rViagens[rViagens.length] = "http://ad.ibest.com.br/adnetwork/maestro/go/lnk/$d=1$lid=1564$s=1$?";
rViagens[rViagens.length] = "http://www.qualhotel.com.br";
rViagens[rViagens.length] = "http://www.webventure.com.br/ibest";
