WHOIS Service

edmnoma.org - information about domain

  • Server Status: available
  • Server IP: 213.186.33.19
  • Server Response Time: 62ms

Site title

Enfants du Monde - Comité Côte-d'Azur

Keywords

EDM, Enfants du Monde, Comité Côte d

Description

Enfants du Monde - Comité Côte d

Alexa information

Alexa rank: not in database

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
edmnoma.org IN A 213.186.33.19 86400
edmnoma.org IN MX 86400 redirect.ovh.net pri: 1
edmnoma.org IN SOA 86400 mname: dns16.ovh.net
rname: tech.ovh.net
serial: 2011100203
refresh: 86400
retry: 3600
expire: 3600000
minimum-ttl: 86400
edmnoma.org IN NS 86400 dns16.ovh.net
edmnoma.org IN NS 86400 ns16.ovh.net

Server Location

Site source

Show / hide source
                
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Description" content="Enfants du Monde - Comité Côte d'Azur, combat la maladie de NOMA à travers une lutte contre la Malnutrition sur le continent africain et particulièrement au Burkina Faso. L'Ambulance de l'Espoir se déplace vers les populations éloignées de tout dispensaire et soigne les enfants scolarisés.">
<meta name="keywords" content="EDM, Enfants du Monde, Comité Côte d'Azur, Association Humanitaire, Noma, Malnutrition, Ambulance, Soins, Afrique, Burkina Faso, Dispensaire, Don, Parrainage, Cotisation" />
<meta name="google-site-verification" content="RmuviGQJUzqkAAFWgPPED4OSCnG4i4_ocJq4OUzUEsA" />
<title>Enfants du Monde - Comité Côte-d'Azur</title>

<!--[if lt IE 8]>
   <style type="text/css">
   li a {display:inline-block;}
   li a {display:block;}
   </style>
<![endif]--> 

<!-- JAVASCRIPT scripts -->
<script src="/js/ac.js" type="text/javascript"></script>
<script src="/js/jQuery.js" type="text/javascript"></script>
<script src="/js/menuCollapsed.js" type="text/javascript"></script>
<script type="text/javascript" src="/js/lightbox.js"></script>
<script type="text/javascript" src="/js/carousel.js"></script> 
<script type="text/javascript" src="/js/jScrollPane.js"></script> 
<script type="text/javascript" src="/js/mouseWheel.js"></script> 
<script type="text/javascript" src="/js/jQueryTimer.js"></script>  
<script type="text/javascript" src="/js/preloadImages.js"></script> 
<script type="text/javascript" src="/js/ui.core.min.js"></script> 
<script type="text/javascript" src="/js/ui.stars.js"></script> 

<!-- CSS stylesheets -->
<link rel="stylesheet" type="text/css" href="/Css/Styles.css" />
<link rel="stylesheet" type="text/css" href="/Css/lightbox.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/Css/carousel.css" /> 
<link rel="stylesheet" type="text/css" href="/Css/carousel-skin.css" /> 
<link rel="stylesheet" href="/Css/slideshow.css" media="all" />
<link rel="stylesheet" href="/Css/jScrollPane.css" media="all" />
<link rel="stylesheet" href="/Css/actualite.css" media="all" />
<link rel="stylesheet" href="/Css/ui.stars.css" media="all" />


<script type="text/javascript">
    function findPosX(obj)
    {
      var curleft = 0;
      if(obj.offsetParent)
          while(1) 
          {
              curleft += obj.offsetLeft;
            if(!obj.offsetParent)
              break;
            obj = obj.offsetParent;
          }
      else if(obj.x)
          curleft += obj.x;
         return curleft;
    }
    
    function findPosY(obj)
    {
      var curtop = 0;
      if(obj.offsetParent)
          while(1)
          {
            curtop += obj.offsetTop;
            if(!obj.offsetParent)
              break;
            obj = obj.offsetParent;
          }
      else if(obj.y)
          curtop += obj.y;
    
      return curtop;
    }
    
    function displayArticle(e, id)
    {
        divArticle = document.getElementById('article'+id);
        divArticle.style.position='absolute';
        //var e = window.event;
        divArticle.style.top=''+e.clientY-330+'px';
        divArticle.style.left=''+e.clientX-50+'px';
        
        
        $('#item'+id).click(function() {
          $('#article'+id).fadeIn('slow', function() {
              $('#contentArticle'+id).jScrollPane({showArrows:true});
        });
      });
    }
    
    function closeAllArticles(nbArticle)
    {
        for (i=1; i<=nbArticle; ++i)
            document.getElementById('article'+i).style.display = 'none';
    }
</script>
<script type="text/javascript"> 

$(function(){
    $('#horiz a')
        .css( {backgroundPosition: "-20px 35px"} )
        .mouseover(function(){
            $(this).stop().animate({backgroundPosition:"(-20px 94px)"}, {duration:500})
        })
        .mouseout(function(){
            $(this).stop().animate({backgroundPosition:"(40px 35px)"}, {duration:200, complete:function(){
                $(this).css({backgroundPosition: "-20px 35px"})
            }})
        })
});

/*
 * Image preview script 
 *
 */
this.imagePreview = function(){    
    /* CONFIG */
        
        xOffset = 10;
        yOffset = 30;
        
        // these 2 variable determine popup's distance from the cursor
        // you might want to adjust to get the right result
        
    /* END CONFIG */
    $("a.preview").hover(function(e){
        this.t = this.title;
        this.title = "";    
        var c = (this.t != "") ? "<br/>" + this.t : "";
        $("body").append("<p id='preview'><img src='"+ this.href +"' alt='Image preview' />"+ c +"</p>");                                 
        $("#preview")
            .css("top",(e.pageY - xOffset) + "px")
            .css("left",(e.pageX + yOffset) + "px")
            .fadeIn("fast");                        
    },
    function(){
        this.title = this.t;    
        $("#preview").remove();
    });    
    $("a.preview").mousemove(function(e){
        $("#preview")
            .css("top",(e.pageY - xOffset) + "px")
            .css("left",(e.pageX + yOffset) + "px");
    });            
};


// starting the script on page load
$(document).ready(function(){
    imagePreview();
    
    $("#stars-wrapper1").stars({
    captionEl: $("#stars-cap"),
    callback: function(ui, type, value)
        {
            $.post("rating.php", {rate: value}, function(data)
            {
            });
        }
    });
});


$(document).ready(function(){
  $.preloadCssImages();
}); 

</script>

<script type= "text/javascript">/*<![CDATA[*/

/*
 * Horizontal bar for actualite menu
 *
 */
$(document).ready(function(){
    //Get our elements for faster access and set overlay width
    var div = $('div.sc_menu'),
        ul = $('ul.sc_menu'),
        ulPadding = 15;
    
    //Get menu width
    var divWidth = div.width();
 
    //Remove scrollbars    
    div.css({overflow: 'hidden'});
    
    //Find last image container
    var lastLi = ul.find('li:last-child');
    var firstLi = ul.find('li:first-child');
    
    var l = lastLi[0].offsetLeft;
    //div.scrollLeft(l); // bug avec firefox, au démarrage, ça décalait tout sur la gauche
    
    var active = false;
    div.mousemove(function(e){
        if (e.pageX < 100)
        {
            if (!active)
            {
                div.everyTime(100, 'controlled', function() {
                    div.scrollLeft(div.scrollLeft() - 20);
                });
                active = true;
            }
        }
        else 
        {
            if (e.pageX > (divWidth - 100))
            {
                if (!active)
                {
                    div.everyTime(100, 'controlled', function() {
                        div.scrollLeft(div.scrollLeft() + 20);
                    });
                    active = true;
                }
            }
            else
            {
                if (active)
                {
                    div.stopTime('controlled');
                    active = false;
                }
            }
        }
    });

});

$(function(){
        //Get our elements for faster access and set overlay width
        var div = $('div.sc_menu'),
            ul = $('ul.sc_menu'),
            ulPadding = 15;
        
        //Get menu width
        var divWidth = div.width();
     
        //Remove scrollbars    
        div.css({overflow: 'hidden'});
        
        //Find last image container
        var lastLi = ul.find('li:last-child');
        
        //When user move mouse over menu
        div.mousemove(function(e){
            //As images are loaded ul width increases,
            //so we recalculate it each time
            var ulWidth = lastLi[0].offsetLeft + lastLi.outerWidth() + ulPadding;    
            var left = (e.pageX - div.offset().left) * (ulWidth-divWidth) / divWidth;
            div.scrollLeft(left);
        });
    });
/*]]>*/</script> 



</head>

<body bgcolor="#996633" >

<div id="musicAfrica">
<object type="application/x-shockwave-flash" data="http://www.edmnoma.org/Music/player.swf" width="200" height="20">
    <param name="movie" value="http://www.edmnoma.org/Music/player.swf" />
    <param name="bgcolor" value="#996633" />
    <param name="FlashVars" value="mp3=http://www.edmnoma.org/Music/africa.mp3&amp;loop=1&amp;autoplay=1&amp;showvolume=1&amp;loadingcolor=996633&amp;bgcolor=996633&amp;bgcolor1=000000&amp;bgcolor2=993300&amp;slidercolor1=ffffcc&amp;slidercolor2=ffffcc&amp;sliderovercolor=ffffcc&amp;buttoncolor=ffffcc&amp;buttonovercolor=ffffcc&amp;textcolor=ffffcc" />
</object>
</div>
<div id="soleil"><img src="/Icons/soleil_grand.gif" /></div>
<div id="gauche">
    <div id="menu_vert">
        <ul id="menuCollapsed"> 
        <li> 
            <a href="#" >NOS ACTIONS</a> 
            <ul> 
                <li><a href="#" onclick="$('#content').load('noma.html');" alt="Chapitre : maladie de NOMA" title="Chapitre : maladie de NOMA" >Le Noma</a></li> 
                <li><a href="#" onclick="$('#content').load('malnutrition.html');" alt="Chapitre : lutte contre la malnutrition" title="Chapitre : lutte contre la malnutrition" >La Malnutrition</a></li> 
                <li><a href="#" onclick="$('#content').load('ambulance.html');" alt="Chapitre : Ambulance de l'Espoir" title="Chapitre : Ambulance de l'Espoir" >L'ambulance de l'Espoir</a></li> 
            </ul> 
        </li>
        </ul>
    </div>
</div>
<div id="droite_haut"></div>
<div id="droite_bas"></div>
<div id="buttons">
<a href="#" class="lang-button"><img src="/images/flags/fr.gif" /></a> 
<a href="index_en.php" class="lang-button"><img src="/images/flags/en.gif" /></a>
</div>
<div id="chapeau"><a href="#" onclick="$('#content').load('accueil.html');"><img src="/Icons/titre.png" alt="titre du site d'Enfants du Monde - Comité Côte d'Azur" title="Revenir à la page d'accueil"/></a></div>
<div id="cadre">
    <div id="menuHoriz">
        <ul id="horiz">
            <li>
                <a href="#" onclick="$('#content').load('portfolio.html');">PORTFOLIO</a>
                </li>
            <li>
                <a href="#" onclick="$('#content').load('video.html');">VIDEO</a>
                </li>
            <li>
                <a href="#" onclick="$('#content').load('temoignage.html');">TEMOIGNAGE</a>
                </li>
        </ul>
    </div>
</div>
<div id="content">
     <div><img src="/Icons/fond-sepia.jpg" alt="Image de la page d'accueil" align="center"/></div>
</div>
<div id="footer">
    <form id="ratings" action="rating.php" method="post" style="display:inline-block">
       <span id="stars-cap" style="color:#cc800d;font-weight:bold;"></span>
    <div id="stars-wrapper1" style="display:inline-block">
    
        <input type="radio" name="newrate" value="1" title="Mauvais" />
        <input type="radio" name="newrate" value="2" title="Moyen" />
        <input type="radio" name="newrate" value="3" title="Bon" />
        <input type="radio" name="newrate" value="4" title="Excellent" />
        <input type="radio" name="newrate" value="5" title="Parfait !!!" />
        
    </div>
    
    <input type="submit" value="" />
    </form>
     | 
    <a href="#" onclick="$('#content').load('qui.html');">Qui sommes-nous ?</a> | 
    <a href="#" onclick="$('#content').load('help.html');">Aidez-nous ?</a> | 
    <a href="#" onclick="$('#content').load('contact.html');">Contactez-nous</a> | 
    <a href="mailto:marie.roque.stuff@gmail.com" title="Contacter le webmaster">&copy site crée par JJane</a>
    </div>
<img src="/Icons/logo.gif" alt="Logo de l'association Enfants du Monde - Comité Côte d'Azur" title="" id="logo"/>

<!-- ACTUALITE -->
<!--
<div id="actualite">

<div style="height:90px"></div>
<br />
<b>Warning</b>:  mysql_pconnect() [<a href='function.mysql-pconnect'>function.mysql-pconnect</a>]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in <b>/homez.9/edmca/www/admin/Php/utils.php</b> on line <b>2</b><br />
<br />
<b>Warning</b>:  mysql_select_db() expects parameter 2 to be resource, boolean given in <b>/homez.9/edmca/www/admin/Php/utils.php</b> on line <b>3</b><br />
<br />
<b>Warning</b>:  mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in <b>/homez.9/edmca/www/index.php</b> on line <b>351</b><br />
<br />
<b>Warning</b>:  mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/homez.9/edmca/www/index.php</b> on line <b>351</b><br />
<div id="theMenu">
<div class="sc_menu">
<ul class="sc_menu" id="sc_menu">
<br />
<b>Warning</b>:  mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in <b>/homez.9/edmca/www/index.php</b> on line <b>397</b><br />
<br />
<b>Warning</b>:  mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/homez.9/edmca/www/index.php</b> on line <b>397</b><br />
</ul>
<script type="text/javascript">document.getElementById('sc_menu').style.width=<br />
<b>Notice</b>:  Undefined variable: nb_rows in <b>/homez.9/edmca/www/index.php</b> on line <b>417</b><br />
600+'px';</script>
</div>
</div>

</div>-->

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-15279312-1");
pageTracker._trackPageview();
} catch(err) {}</script>

</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...