WHOIS Service

zeltia.com - information about domain

  • Server Status: available
  • Server IP: 62.97.131.135
  • Server Response Time: 170ms

Site title

Zeltia

Keywords

Zeltia

Description

Zeltia

Alexa information

Alexa rank: 2,306,981

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
zeltia.com IN A 62.97.131.135 3600
zeltia.com IN TXT 86400
zeltia.com IN MX 3600 servidor2.zeltia.org pri: 60
zeltia.com IN MX 3600 exchange.zeltia.com pri: 10
zeltia.com IN MX 3600 exchange2.zeltia.com pri: 15
zeltia.com IN MX 3600 relay2.atlasit.com pri: 20
zeltia.com IN MX 3600 relay3.atlasit.com pri: 30
zeltia.com IN MX 3600 mail.zeltia.com pri: 50
zeltia.com IN SOA 345600 mname: ns0.eu.dedicatedserver.com
rname: dnsadmin.eu.dedicatedserver.com
serial: 1330360563
refresh: 12600
retry: 3600
expire: 604800
minimum-ttl: 345600
zeltia.com IN NS 345600 ns1.eu.dedicatedserver.com
zeltia.com IN NS 345600 ns0.eu.dedicatedserver.com

Server Location

Site source

Show / hide source
                
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html lang="es">
<head>
<title>Zeltia</title>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta  http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />    
    <meta name="description" content="Zeltia">
    <meta name="author" content="Artempus S.A">
    <meta name="title" content="Zeltia">
    <meta name="keywords" content="Zeltia">
    <meta name="Subject" content="Zeltia">    
    
        <meta name="Language" content="Spanish" >
        
    <meta name="Revisit" content="7 days" >
    <meta name="Distribution" content="Global" >
    <meta name="googlebot" content="noodp" >
    <meta name="Author" content="Artempus, S.L.">

<link href="css/home.css" rel="stylesheet" type="text/css" media="screen">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link href="css/media_print.css" rel="stylesheet" type="text/css" media="print">
<!--[if IE 5.5000]><link href="css/ie.css" rel="stylesheet" type="text/css"><![endif]-->
<!--[if IE 5]><link href="css/ie.css" rel="stylesheet" type="text/css"><![endif]-->
<!--[if lte IE 6]><link href="css/ie.css" rel="stylesheet" type="text/css"><![endif]-->
<!--javascript truco para validar simular la propiedad target cambiada por rel="external" , así pasara el validador cumplir HTML 4.0 Strict o XHTML 1.0 Strict.-->
<script type="text/javascript"> 
function fix_external_links() {
    if (!document.getElementsByTagName) return;
    var anchors = document.getElementsByTagName("a");
    for (var i = 0; i < anchors.length; i++) {
        var anchor = anchors[i];
        if (anchor.getAttribute("rel") && anchor.getAttribute("rel") == "external") {
            anchor.target = "_blank";
        }
    }
}
window.onload = fix_external_links;
</script>
<!--función de impresion-->
<script type="text/javascript">
function imprimir() {
if (window.print)
window.print()
else
alert("Para imprimir presione Crtl+P.");
}
</script>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript" charset="utf-8">
            google.load("jquery", "1.3");
        </script>
<link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" title="prettyPhoto main stylesheet"  >
<script src="js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script>

<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>

<script language="JavaScript" type="text/javascript">
<!--
//v1.7
// Flash Player Version Detection
// Detect Client Browser type
// Copyright 2005-2008 Adobe Systems Incorporated.  All rights reserved.
var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
function ControlVersion()
{
    var version;
    var axo;
    var e;
    // NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registry
    try {
        // version will be set for 7.X or greater players
        axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
        version = axo.GetVariable("$version");
    } catch (e) {
    }
    if (!version)
    {
        try {
            // version will be set for 6.X players only
            axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
            
            // installed player is some revision of 6.0
            // GetVariable("$version") crashes for versions 6.0.22 through 6.0.29,
            // so we have to be careful. 
            
            // default to the first public version
            version = "WIN 6,0,21,0";
            // throws if AllowScripAccess does not exist (introduced in 6.0r47)        
            axo.AllowScriptAccess = "always";
            // safe to call for 6.0r47 or greater
            version = axo.GetVariable("$version");
        } catch (e) {
        }
    }
    if (!version)
    {
        try {
            // version will be set for 4.X or 5.X player
            axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
            version = axo.GetVariable("$version");
        } catch (e) {
        }
    }
    if (!version)
    {
        try {
            // version will be set for 3.X player
            axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
            version = "WIN 3,0,18,0";
        } catch (e) {
        }
    }
    if (!version)
    {
        try {
            // version will be set for 2.X player
            axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
            version = "WIN 2,0,0,11";
        } catch (e) {
            version = -1;
        }
    }
    
    return version;
}
// JavaScript helper required to detect Flash Player PlugIn version information
function GetSwfVer(){
    // NS/Opera version >= 3 check for Flash plugin in plugin array
    var flashVer = -1;
    
    if (navigator.plugins != null && navigator.plugins.length > 0) {
        if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
            var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
            var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
            var descArray = flashDescription.split(" ");
            var tempArrayMajor = descArray[2].split(".");            
            var versionMajor = tempArrayMajor[0];
            var versionMinor = tempArrayMajor[1];
            var versionRevision = descArray[3];
            if (versionRevision == "") {
                versionRevision = descArray[4];
            }
            if (versionRevision[0] == "d") {
                versionRevision = versionRevision.substring(1);
            } else if (versionRevision[0] == "r") {
                versionRevision = versionRevision.substring(1);
                if (versionRevision.indexOf("d") > 0) {
                    versionRevision = versionRevision.substring(0, versionRevision.indexOf("d"));
                }
            }
            var flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
        }
    }
    // MSN/WebTV 2.6 supports Flash 4
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
    // WebTV 2.5 supports Flash 3
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
    // older WebTV supports Flash 2
    else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
    else if ( isIE && isWin && !isOpera ) {
        flashVer = ControlVersion();
    }    
    return flashVer;
}
// When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
{
    versionStr = GetSwfVer();
    if (versionStr == -1 ) {
        return false;
    } else if (versionStr != 0) {
        if(isIE && isWin && !isOpera) {
            // Given "WIN 2,0,0,11"
            tempArray         = versionStr.split(" ");     // ["WIN", "2,0,0,11"]
            tempString        = tempArray[1];            // "2,0,0,11"
            versionArray      = tempString.split(",");    // ['2', '0', '0', '11']
        } else {
            versionArray      = versionStr.split(".");
        }
        var versionMajor      = versionArray[0];
        var versionMinor      = versionArray[1];
        var versionRevision   = versionArray[2];
            // is the major.revision >= requested major.revision AND the minor version >= requested minor
        if (versionMajor > parseFloat(reqMajorVer)) {
            return true;
        } else if (versionMajor == parseFloat(reqMajorVer)) {
            if (versionMinor > parseFloat(reqMinorVer))
                return true;
            else if (versionMinor == parseFloat(reqMinorVer)) {
                if (versionRevision >= parseFloat(reqRevision))
                    return true;
            }
        }
        return false;
    }
}
function AC_AddExtension(src, ext)
{
  if (src.indexOf('?') != -1)
    return src.replace(/\?/, ext+'?'); 
  else
    return src + ext;
}
function AC_Generateobj(objAttrs, params, embedAttrs) 

  var str = '';
  if (isIE && isWin && !isOpera)
  {
    str += '<object ';
    for (var i in objAttrs)
    {
      str += i + '="' + objAttrs[i] + '" ';
    }
    str += '>';
    for (var i in params)
    {
      str += '<param name="' + i + '" value="' + params[i] + '" /> ';
    }
    str += '</object>';
  }
  else
  {
    str += '<embed ';
    for (var i in embedAttrs)
    {
      str += i + '="' + embedAttrs[i] + '" ';
    }
    str += '> </embed>';
  }
  document.write(str);
}
function AC_FL_RunContent(){
  var ret = 
    AC_GetArgs
    (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
     , "application/x-shockwave-flash"
    );
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}
function AC_SW_RunContent(){
  var ret = 
    AC_GetArgs
    (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
     , null
    );
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}
function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
  var ret = new Object();
  ret.embedAttrs = new Object();
  ret.params = new Object();
  ret.objAttrs = new Object();
  for (var i=0; i < args.length; i=i+2){
    var currArg = args[i].toLowerCase();    
    switch (currArg){    
      case "classid":
        break;
      case "pluginspage":
        ret.embedAttrs[args[i]] = args[i+1];
        break;
      case "src":
      case "movie":    
        args[i+1] = AC_AddExtension(args[i+1], ext);
        ret.embedAttrs["src"] = args[i+1];
        ret.params[srcParamName] = args[i+1];
        break;
      case "onafterupdate":
      case "onbeforeupdate":
      case "onblur":
      case "oncellchange":
      case "onclick":
      case "ondblclick":
      case "ondrag":
      case "ondragend":
      case "ondragenter":
      case "ondragleave":
      case "ondragover":
      case "ondrop":
      case "onfinish":
      case "onfocus":
      case "onhelp":
      case "onmousedown":
      case "onmouseup":
      case "onmouseover":
      case "onmousemove":
      case "onmouseout":
      case "onkeypress":
      case "onkeydown":
      case "onkeyup":
      case "onload":
      case "onlosecapture":
      case "onpropertychange":
      case "onreadystatechange":
      case "onrowsdelete":
      case "onrowenter":
      case "onrowexit":
      case "onrowsinserted":
      case "onstart":
      case "onscroll":
      case "onbeforeeditfocus":
      case "onactivate":
      case "onbeforedeactivate":
      case "ondeactivate":
      case "type":
      case "codebase":
      case "id":
        ret.objAttrs[args[i]] = args[i+1];
        break;
      case "width":
      case "height":
      case "align":
      case "vspace": 
      case "hspace":
      case "class":
      case "title":
      case "accesskey":
      case "name":
      case "tabindex":
        ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
        break;
      default:
        ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
    }
  }
  ret.objAttrs["classid"] = classid;
  if (mimeType) ret.embedAttrs["type"] = mimeType;
  return ret;
}
// -->
</script>
</head>
<body>
<!--[if IE 5.5000]><p>Esta página no es compatible con Internet Explorer 5.5 o inferiores.<br>
Para su comodidad si deseea visualizar el contenido de esta página con la maxima seguridad y fiabilidad actualize su explorador.<a  href="http://www.microsoft.com/windows/internet-explorer/tour/default.aspx" rel="external">Descargue Aquí IE8.0</a><p><![endif]-->
<!--[if IE 5]><p>Esta página no es compatible con Internet Explorer 5.0 o inferiores.<br>
Para su comodidad si deseea visualizar el contenido de esta página con la maxima seguridad y fiabilidad actualize su explorador.<a  href="http://www.microsoft.com/windows/internet-explorer/tour/default.aspx" rel="external">Descargue Aquí IE8.0</a><p><![endif]-->
<!--[if lte IE 6]><p>Esta página no es compatible con Internet Explorer 6.0 o inferiores.<br>
Para su comodidad si deseea visualizar el contenido de esta página con la maxima seguridad y fiabilidad actualize su explorador.<a  href="http://www.microsoft.com/windows/internet-explorer/tour/default.aspx" rel="external">Descargue Aquí IE8.0</a><p><![endif]-->
<div id="wrap_bg">
  <div class="clear"></div>
  <div class="left"></div>
  <div class="right"></div>
  <div id="wrap">
    
<div id="header">
    <div class="logotipo" title="inicio"></div>
    <div id="menu_auxiliar">
        <ul>
          <li><a href="/Index.cfm?idIdioma=2" accesskey="e" title="ENGLISH">ENGLISH</a></li>
          <li><a href="javascript:imprimir()" accesskey="i" title="Imprimir página">IMPRIMIR PÁGINA</a></li>
          
        </ul>
    </div>
    <div id="menu_principal">
        <ul class="gallery clearfix">
          <li><a href="/index.cfm"title="Inicio" accesskey="1" class="seleccionado">Inicio</a></li>
          <li><a href="/grupo_zeltia.cfm" accesskey="2" title="Grupo Zeltia" >Grupo Zeltia</a></li>           
          <li><a href="/rsc.cfm" accesskey="3"title="RSC" >RSC</a></li>
          <li><a href="/analistas_inversores.cfm" accesskey="4" title="Accionistas e inversores" >Accionistas e inversores</a></li>
          <li><a href="/actualidad.cfm" accesskey="5" title="Prensa" >Prensa</a></li>
          <li><a href="/contacto.cfm" accesskey="6" title="Contacto" >Contacto</a></li>
          </ul>
        </ul>
    </div>
</div>

    <div class="flash">
    <div class="absolute">
    
    
<script language="JavaScript" type="text/javascript">
    AC_FL_RunContent(
        'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
        'width', '926',
        'height', '295',
        'src', 'main',
        'quality', 'high',
        'pluginspage', 'http://www.adobe.com/go/getflashplayer',
        'align', 'middle',
        'play', 'true',
        'loop', 'true',
        'scale', 'showall',
        'wmode', 'window',
        'devicefont', 'false',
        'id', 'main',
        'bgcolor', '#ffffff',
        'name', 'main',
        'menu', 'true',
        'allowFullScreen', 'false',
        'allowScriptAccess','sameDomain',
        'FlashVars', 'xmlFile=xml/main.xml',
        'movie', 'main',
        'salign', ''
        ); //end AC code
</script>
<noscript>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="590" height="300" id="main" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="main.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />    <embed src="main.swf" quality="high" bgcolor="#ffffff" width="590" height="300" name="main" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
    </object>
</noscript>


    



  </div>
</div>
    <div class="banda_azul">
      <p>Nuestra actividad investigadora es nuestra mayor contribución a la sociedad presente y futura</p>
      <ul >
        
        <li>
            
                <a href="historia_zeltia_flash.cfm"  title="Aprende más sobre nuestra historia">Aprende más sobre nuestra historia</a>
              
                 
        </li>
        
      </ul>
    </div>
    <div id="main_content">
      <div id="home" >
        <div class="col1">
        

          <h1>NOTAS DE PRENSA</h1>           
          <ul class="gallery clearfix">
                      
                <li><a href="media/docs/uqnhacsy.pdf?ie=UTF-8&amp;oe=UTF-8&amp;q=prettyphoto&amp;iframe=true&amp;width=100%&amp;height=100%" rel="prettyPhoto[iframe]" title="PharmaMar obtiene el Premio Nacional de Innovación y Diseño 2011 a la Internacionalización
">
                <span class="fecha" >22/03/2012</span> 
                <span class="titulo_noti">PharmaMar obtiene el Premio Nacional de Innovación y Diseño 2011 a la Internacionalización
</span> 
                </a> </li>
                      
                <li><a href="media/docs/yexkavqz.pdf?ie=UTF-8&amp;oe=UTF-8&amp;q=prettyphoto&amp;iframe=true&amp;width=100%&amp;height=100%" rel="prettyPhoto[iframe]" title="Sylentis participa en el 7º Congreso de la Sociedad Española de Glaucoma (SEG)">
                <span class="fecha" >09/03/2012</span> 
                <span class="titulo_noti">Sylentis participa en el 7º Congreso de la Sociedad Española de Glaucoma (SEG)</span> 
                </a> </li>
                      
                <li><a href="media/docs/ewmumzsb.pdf?ie=UTF-8&amp;oe=UTF-8&amp;q=prettyphoto&amp;iframe=true&amp;width=100%&amp;height=100%" rel="prettyPhoto[iframe]" title="EL OBSERVATORIO ZELTIA Y LA UNIVERSIDAD REY JUAN CARLOS CREAN LA CÁTEDRA “INNOVACIÓN, SALUD Y COMUNICACIÓN”">
                <span class="fecha" >01/03/2012</span> 
                <span class="titulo_noti">EL OBSERVATORIO ZELTIA Y LA UNIVERSIDAD REY JUAN CARLOS CREAN LA CÁTEDRA “INNOVACIÓN, SALUD Y COMUNICACIÓN”</span> 
                </a> </li>
            

          </ul>
        </div>
        <div class="col2">

            <a href="valor_en_bolsa.cfm" >
              
                  <img src="img/banner_cotizaciones_zeltia.jpg" alt="Zeltia en bolsa" >
            
            </a><span>Buscador</span>
          <FORM name="MyForm" class="msn" action="resultado_busqueda.cfm" method="post"><input type="text" value="Buscar" name="text" id="text" onfocus="if (this.value=='Buscar'){this.value=''};">
          <a href="javascript: document.MyForm.submit();" class="SearchButton"><img src="img/bt_buscar.gif" alt="Buscar" title="Buscar"></a></FORM>
        </div>
        
        <div class="col3">


            <h1>ACTUALIDAD</h1>
            <ul class="gallery clearfix">
                      
                        <li><a href="http://service.meltwaternews.com/mnews/redirect.html?docId=2062895071&userId=931532&agentId=335912&type=2&s=112668&url=http%3A%2F%2Fwww.pmfarma.es%2Fnoticias%2F14631-pharmamar-obtiene-el-premio-nacional-de-innovacion-y-diseno-2011-a-la-internacionalizacion.html" title="PharmaMar obtiene el Premio Nacional de Innovación y Diseño 2011 a la Internacionalización" target="_blank">
                        <span class="fecha" >23/03/2012</span> 
                        <span class="titulo_noti">PharmaMar obtiene el Premio Nacional de Innovación y Diseño 2011 a la Internacionalización</span> 
                        </a></li>
                              
                        <li><a href="http://service.meltwaternews.com/mnews/redirect.html?docId=2052631642&userId=931532&agentId=335912&type=2&s=4303&url=http%3A%2F%2Fwww.elmundo.es%2Felmundo%2F2012%2F03%2F16%2Fpaisvasco%2F1331913363.html" title="La reina entregará en Bilbao los Premios Nacionales de Diseño e Innovación 2011" target="_blank">
                        <span class="fecha" >16/03/2012</span> 
                        <span class="titulo_noti">La reina entregará en Bilbao los Premios Nacionales de Diseño e Innovación 2011</span> 
                        </a></li>
                              
                        <li><a href="http://service.meltwaternews.com/mnews/redirect.html?docId=2045272520&userId=931532&agentId=335912&type=2&s=65830&url=http%3A%2F%2Fwww.diariodesalud.com%2FdiarioSalud%2Fservlets%2Fnoticia.jsp%3FidNoticia%3D430983" title="El tratamiento para presión intraocular y glaucoma de Sylentis (Zeltia) es seguro y tolerado por los paciente" target="_blank">
                        <span class="fecha" >12/03/2012</span> 
                        <span class="titulo_noti">El tratamiento para presión intraocular y glaucoma de Sylentis (Zeltia) es seguro y tolerado por los paciente</span> 
                        </a></li>
                                    
            </ul>   
        </div>
        
      </div>
    </div>
  </div>
  
<div id="footer">
    <div id="menu_bottom">
        <ul class="gallery clearfix">
            <li><a href="/index.cfm" accesskey="e" title="Inicio">INICIO</a></li>
            <li><a href="/contacto.cfm"  accesskey="c" title="Contacto">CONTACTO</a></li>
            <li><a href="/mapa_web.cfm" accesskey="m" title="Mapa web">MAPA WEB</a></li>
            <li><a href="/Aviso_legal.cfm?ie=UTF-8&amp;oe=UTF-8&amp;q=prettyphoto&amp;iframe=true&amp;width=800&amp;height=450" rel="prettyPhoto[iframe]"  accesskey="a" title="Aviso legal">AVISO LEGAL</a></li>
        </ul>
          <p>© 2010 Grupo Zeltia  | Plaza del Descubridor Diego de Ordás, 3, planta 5, 28003 Madrid<br>
        email: <a href="mailto:zeltia@zeltia.com" title="enviar correo a zeltia@zeltia.com" class="mail">zeltia@zeltia.com</a> tel: 91 444 45 00 fax: 91 539 29 94 </p>
    </div>
    
        <div class="patros">
            <ul class="gallery clearfix">
                <li><a href="http://www.pharmamar.com" title="Pharma Mar" target="_blank"><img src="img/patro_farmamar.gif" alt="Pharma Mar"></a></li>
                <li><a href="http://www.noscira.com" title="Noscira" target="_blank"><img src="img/patro_noscira.gif" alt="Noscira"></a></li>
                <li><a href="http://www.genomica.es" title="Genomica" target="_blank"><img src="img/patro_genomica.gif" alt="Genomica"></a></li>
                <li><a href="http://www.sylentis.com" title="Sylentis" target="_blank"><img src="img/patro_sylentis.png" alt="Sylentis"></a></li>
                <li><a href="http://www.zelnova.com" title="Zenolva" target="_blank"><img src="img/patro_zenolva.gif" alt="Zenolva"></a></li>
                <li><a href="http://www.xylazel.com" title="Xylazel" target="_blank"><img src="img/patro_xylazel.gif" alt="Xylazel"></a></li>                
            </ul>
        </div>
    
      <script type="text/javascript" charset="utf-8">
        $(document).ready(function(){
            $(".gallery a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
        });
    </script> 
</div>
<!-- Google analytics -->
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-3982337-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<!-- Fin Google analytics -->
  

</body>
</html>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...