document.write("<iframe id='ifrm'");
document.write("                frameborder=0");
document.write("                width=100%");
document.write("                height=65px");
document.write("                scrolling=no");
document.write("                src='http:\/\/www.vivinet.com.ar\/vivinet.php'");
document.write("		allowtransparency=true ");
document.write("		title='VIVI!'");
document.write("><\/iframe>");
document.write("");
document.write("<script language='javascript'>");
document.write("");
document.write("function getDocHeight(doc)");
document.write("{");
document.write("  var docHt = 0, sh, oh;");
document.write("  if (doc.height)");
document.write("  {");
document.write("    docHt = doc.height;");
document.write("  }");
document.write("  else if (doc.body)");
document.write("  {");
document.write("    if (doc.body.scrollHeight) docHt = sh = doc.body.scrollHeight;");
document.write("    if (doc.body.offsetHeight) docHt = oh = doc.body.offsetHeight;");
document.write("    if (sh && oh) docHt = Math.max(sh, oh);");
document.write("  }");
document.write("  return docHt;");
document.write("}");
document.write("function getReSize()");
document.write("{");
document.write("  var iframeWin = window.frames['ifrm'];");
document.write("  var iframeEl = window.document.getElementById? window.document.getElementById('ifrm'): document.all? document.all['ifrm']: null;");
document.write("  if ( iframeEl && iframeWin )");
document.write("  {");
document.write("    var docHt = getDocHeight(iframeWin.document);");
document.write("    if (docHt != iframeEl.style.height) iframeEl.style.height = docHt + 'px';");
document.write("  }");
document.write("  else");
document.write("  { \/\/ FireFox");
document.write("    var docHt = window.document.getElementById('ifrm').contentDocument.height;");
document.write("    window.document.getElementById('ifrm').style.height = docHt + 'px';");
document.write("  }");
document.write("}");
document.write("function getRetry()");
document.write("{");
document.write("    getReSize();");
document.write("    setTimeout('getRetry()',500);");
document.write("}");
document.write("getRetry();");
document.write("<\/script>");
