function chama_adwords(pagina){
var iframe = document.createElement('iframe');
iframe.style.width = '0px';
iframe.style.height = '0px';
document.body.appendChild(iframe);
iframe.src = 'http://www.amaradei.com.br/v2/adwords_'+pagina+'.html';
}
