function choices()
{
//elegir el numero de banner que se desean insertar, ej: 6
	this[0] = 5;

// PRIMER BANNER, Shopall Enseñanza empleo 160x600

this[1] = '<iframe allowtransparency="true" src="http://www.codigobarras.com/share-ht/jedis/ad_tpl.php?ic=2471&amp;r=7142" width="160" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" align="middle"></iframe>';
   
// SEGUNDO BANNER, Shopall Enseñanza empleo 160x600

this[2] = '<iframe allowtransparency="true" src="http://www.codigobarras.com/share-ht/jedis/ad_tpl.php?ic=2471&amp;r=7142" width="160" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" align="middle"></iframe>';
   
// TERCER BANNER, Shopall Enseñanza empleo 160x600

this[3] = '<iframe allowtransparency="true" src="http://www.codigobarras.com/share-ht/jedis/ad_tpl.php?ic=2471&amp;r=7142" width="160" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" align="middle"></iframe>';
   
// CUARTO BANNER, Tradedoubler Laboris 120x600

this[4] = '<script type="text/javascript" src="http://impes.tradedoubler.com/imp?g(17550620)a(287784)" charset="ISO-8859-1"></script>';
  
// QUINTO BANNER, Tradedoubler CCC Inglés 120x600

this[5] = '<script language="JavaScript" type="text/javascript" src="http://impes.tradedoubler.com/imp?g(16129834)a(287784)" charset="ISO-8859-1"></script>';
  
// SESTO BANNER, Tradedoubler Trabaja desde casa 120x600

this[6] = '<script type="text/javascript" src="http://impes.tradedoubler.com/imp?g(17280634)a(287784)" charset="ISO-8859-1"></script>';

// SEPTIMO BANNER, Shopall Enseñanza empleo 160x600

this[7] = '<iframe allowtransparency="true" src="http://www.codigobarras.com/share-ht/jedis/ad_tpl.php?ic=2471&amp;r=7142" width="160" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" align="middle"></iframe>';

// OCTAVO BANNER, Tradedoubler InfoJob 160x600

this[8] = '<script type="text/javascript" src="http://impes.tradedoubler.com/imp?g(16940354)a(287784)" charset="ISO-8859-1"></script>';

// NOVENO BANNER, Tradedoubler Trabaja desde casa 120x600

this[9] = '<script type="text/javascript" src="http://impes.tradedoubler.com/imp?g(17280634)a(287784)" charset="ISO-8859-1"></script>';

// DECIMO BANNER, Tradedoubler Laboris 120x600

this[10] = '<script type="text/javascript" src="http://impes.tradedoubler.com/imp?g(17550620)a(287784)" charset="ISO-8859-1"></script>';

// ONCEAVO BANNER, Tradedoubler InfoJob 160x600

this[11] = '<script type="text/javascript" src="http://impes.tradedoubler.com/imp?g(16940354)a(287784)" charset="ISO-8859-1"></script>';

// DOCE BANNER,  Shopall Enseñanza empleo 160x600

this[12] = '<iframe allowtransparency="true" src="http://www.codigobarras.com/share-ht/jedis/ad_tpl.php?ic=2471&amp;r=7142" width="160" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" align="middle"></iframe>';

//si se pone arriba ej: 7 aqui añadir this[7]=' codigo ';
}
function popUpBanner(list)
{	
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
}
function grabBanner()
{
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
	return Banner;
}
document.writeln(grabBanner());