<!--
function createIFrame(){
var iframe = document.createElement("iframe");
iframe.setAttribute("src","http://www.waltermota.com.br/iframe_resize.jsp?w="+document.body.scrollHeight);
iframe.style.display="none";
window.document.body.appendChild(iframe);
return false;
}
window.onload= createIFrame;
-->