//OAS_sitepage = "estadao/suplementos/paladar";
OAS_listpos = "Position1,Middle,x05,Frame2,Bottom1,Bottom2";
//OAS_listpos = "Position1,Middle,x05,Frame2";
var adchannel = "estadao_suplementos_paladar";

function ComponentesClass(){
	this.montarBannerX5 = function (editoria, subeditoria, idPagina, target){
		OAS_AD('x05');
	};

	this.montarBottom1 = function (editoria, subeditoria, idPagina, target){
		OAS_AD('Bottom1');
	};
	
	this.montarBottom2 = function (editoria, subeditoria, idPagina, target){
		OAS_AD('Bottom2');
	};

};

var Componentes = new ComponentesClass();

