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();
