//Versao 3.4 //GMCEmbed ------------------- function GMCEmbed(config) { this.config = config; this.id = "gmc_embed_iframe_" + (new Date().getTime()) + (Math.random()+"").replace(".","_"); } GMCEmbed.prototype = { _largura:function() { return (gmcEmbedUtil.getLargura(this.config.banda)); }, _altura:function() { var a = this.config.escondeTrocaBanda ? 64 : 88; return (gmcEmbedUtil.getAltura(this.config.banda) + a); }, toString:function() { var h = '