function fCerumarConsulta(pWidth,pHeight){
  pWidth = pWidth||200;
  pHeight = pHeight||430;
  document.write('<iframe src="http://www.cerumar.com.br/consulta/?site='+top.location.host+'" width="'+pWidth+'" height="'+pHeight+'" frameborder="0" scrolling="no"></iframe>');
}
