function inicializar(strGruposBanners) {
	embedBanner(strGruposBanners);
}
function embedBanner(strGruposBanners) {
	if(strGruposBanners != '') {
		var gruposBanners = JSON.parse(strGruposBanners);
		embedBannerGrupo(gruposBanners[0].banners, '728', '80');
	}
}