• DELETE FROM KEYWORDS WHERE ID_DOMAINE=34398
  • DoneDoneDone

    URL:horloge.maree.frbateaux.net

    Connection: Keep-Alive
    Date: Wed, 30 Oct 2024 20:22:28 GMT
    Keep-Alive: timeout=5, max=100
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8
    Server: Apache/2.4.25 (Debian)
    Vary: Host,Accept-Encoding
    
    
    Status => 200
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html lang="fr">
      <head>
    <title>frbateaux - Horloge indicateur de marée (Widget, gadget et module HTML/CMS) - Les horaires des marées au quotidien</title>
    <meta http-equiv="Content-Language" content="fr">
    <meta name="Description" content="Horloge de marée pour les ports en Atlantique, Manche et Mer du Nord - horaires et coefficients des marées - Widget pour votre bureau et site Web/Blog (module HTML, CMS, ...)">
    <meta name="Keywords" content="widget, gadget, module, heure des marées, frb, frbateaux, bateau, calendrier, table des marées, tableau des marées, nautisme, voile, voilier, discussion, conseil, ocean, mer, calendrier marees, maree, coefficient, coefficients, coefficient des marees, hauteur d&#39;eau, pleine mer, basse mer, vive-eau, morte-eau, annuaire, marées, prediction, calcul de la marée, marnage, intervalle, amplitude, le plein, la marée, grande marée, grandes marees, peche, surf, surfcasting, kite, accastillage, gps, plongee sous-marine, funboard, prédiction de la marée, horaires des marées, horaire maree, rythme des marées, annuaire des marées, flot, flux, jusant, reflux, horloge, indicateur de marée, pendule, montre, html, cms, joomla, site web, blog">
    <link rel="Index" href="/">
    
    <meta name="viewport" content="width=1000">
    
    <style type="text/css">
    
        body {
     	font-family: Arial, Helvetica, sans-serif;
     	font-size: 10pt;
      background-color:white;
      -webkit-text-size-adjust:none;
     }
    
     IMG { border:0; }
    
     div, p, td {
     	font-family: Arial, Helvetica, sans-serif;
     	font-size: 10pt;
     }
     
     form {
      margin:0;
     }
    
     h1 {
      margin-bottom:0;
      color:#336699;
      font-size:16pt;
     }
    
     a {
       text-decoration: none;
       color : black;
     }
     
     a:Hover {
       text-decoration: underline;
       color : black;
     }
     
    #Code {
    	font-family: "Courier New", Courier, monospace;
    	font-size: 9pt;
    	color: #336699;
    }
    
    
    #Exemple {
    	position: absolute;
    	display:block;
    	top:130px;
    	left: 520px;
    	height: 217px;
    	padding: 20px;
    	border: 3px dashed gray;
    }
    
    #Exemple2 {
    	position: absolute;
    	display:none;
    	top:110px;
    	left: 520px;
      padding: 10px 20px 10px 20px;
    	border: 3px dashed gray;
    }
    
    #Ciseaux {
    	position: absolute;
    	top: 367px;
    	left: 502px;
    }
    
    .TelWidget {
     text-decoration:none;
     color:black;
    }
    
    .TelWidget:hover {
     text-decoration:underline;
     color:black;
    }
    
    .TelWidget {
     text-decoration:none;
     color:black;
    }
    
    .TelWidget:hover {
     text-decoration:underline;
     color:black;
    }
    
    .GoSite {
     text-decoration:none;
     color:black;
    }
    
    .GoSite:hover {
     text-decoration:underline;
     color:black;
    }
    
    UL LI {
    	margin-bottom: 10px;
    	list-style: disc;
    }
    
    HR {
    	display: block;
    	overflow: hidden;
    	clear: both;
    	padding: 0;
    	border: 0px none white;
    	height: 5px;
    	background-color: transparent;
    	background-image: url("/Commun/Bout.gif");
    	background-repeat: repeat;
    }
    
    IMG.Icon {
     position:relative;
     top:2px;
    }
    
    
    	#CGUCookie { position:fixed; z-index:10000; bottom:0px; left:0px; right:0px; background-color:#336699; background-color:rgba(51,102,153,0.9); padding:8px; color:white; }
    	#CGUCookie TABLE { margin-left:auto; margin-right:auto; }
    	#CGUCookie TABLE TD { padding: 8px; color:white; } 
    	#CGUCookie A { color:white; text-decoration:underline; }	
    	#CGUCookie DIV { display:inline-block; height:80%; float:right; color:white; background-color:#19334D; padding:10px 14px; cursor:pointer; 
    	
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
      }
    
    </style>
    <script type="text/javascript" language="JavaScript1.5"><!-- //
    
    var undef,CR="\n";
    
    function ReturnFalse(){return false;}
    function ReturnTrue(){return true;}
    function isdef(v){return typeof v!='undefined';}
    function ifdef(v,d){return typeof v!='undefined'?v:d;}
    function isnum(v){return typeof v=='number';}
    function ifnum(v,d){return typeof v=='number'?v:d;}
    function ifminmax(v,mi,ma,d){v=ifnum(v,ifnum(d,mi));return Math.min(Math.max(mi,v),ma);}
    function isstr(v){return typeof v=='string';}
    function ifstr(v,d){return typeof v=='string'?v:d;}
    function strlen(v){return typeof v=='string'?v.length:0;}
    function ifnull(v,d){return v!==null?v:d;}
    function isobj(v){return typeof v=='object'&&v!==null;}
    function ifobj(v,d){return typeof v=='object'&&v!==null?v:d;}
    function isfunc(f){return typeof f=='function';}
    function iffunc(f,d){return typeof f=='function'?f:(typeof d=='function'?d:ReturnFalse);}
    function ifmatch(v,r,d,ret){if(r=(''+v).match(r))return isdef(ret)&&ret!==false?(ret===true?true:(isnum(ret)?r[ret]:r)):v;return d;}
    function _int(i,d){return isNaN(i=parseInt(''+i,10))?ifdef(d,0):i;}
    function _float(f,d){return isNaN(f=parseFloat((''+f).replace(',','.')))?ifdef(d,0):f;}
    function round(f,n){n=10*ifnum(n,0);f=_float(f);return n==0?Math.round(f):(Math.round(f*n)/n);}
    function round_pas(f,p,n){f=Math.floor(_float(f)/p)*p;return isdef(n)?round(f,n):f;}
    function dechex(d){return d.toString(16);}
    function hexdec(h){return isNaN(h=parseInt(h,16))?0:h;} 
    function f0(s,l){s=''+s;while(s.length<l)s='0'+s;return s;}
    function trim(s){return (typeof s=='string')?s.replace(/^[\t\n\r ]+/g,'').replace(/[\t\n\r ]+$/g,''):'';}
    function _a(a,i,d){return a!==null&&typeof a=='object'?ifdef(a[i],d):d;}
    function inA(v,a,r,s,d){if(a!==null&&typeof a=='object')for(var k in a)if(s?a[k]===v:a[k]==v)return r?k:true;return ifdef(d,false);}
    function strtr(s,a,b){var r='',i,j,c;for(i=0;i<s.length;i++){if((j=a.indexOf(c=s.charAt(i),0))>=0)c=b.charAt(j);r+=c;}return r;}
    
    // -----------------------------------------------------------------------------
    
    function $(id){return (typeof id=='string')?document.getElementById(id):id;}
    function $id(e,r,ret,d){e=$(e);if(e&&strlen(e.id)&&(r=e.id.match(r)))return isdef(ret)?(ret!==null&&ret>=0?r[ret]:r):e.id;return ifdef(d,false);}
    function $c(t,id,cn,p,s,html){var e=document.createElement(t);if(isstr(id))e.id=id;if(isstr(cn))e.className=cn;if(isstr(html))e.innerHTML=html;return (p=$(p))?(s||isstr(s)?p.insertBefore(e,$(s)):p.appendChild(e)):e;}
    function $cne(t,id,cn,p,s,html){var e=$(id);if(!e)return $c(t,id,cn,p,s,html);if(isstr(cn))e.className=cn;if(isstr(html))e.innerHTML=html;return e;}
    function $d(e,cn){return (e=$(e))&&e.parentNode&&(!isdef(cn)||$cn(e,cn))?e.parentNode.removeChild(e):null;}
    
    // -----------------------------------------------------------------------------
    
    function KI(n,v,x,p,d,s){var xp=new Date();xp.setTime(xp.getTime()+(x=_int(x)*1000));document.cookie=n+'='+escape(v)+(x?';expires='+xp.toUTCString():'')+(p?';path='+p:'')+(d?';domain='+d:'')+(s?';secure':'');} 
    function KId(n,p,d){KI(n,'',(new Date()).getTime()-86400*1000,p,d);} 
    function KIa(r){var i=0,c=document.cookie.split(';'),k,n,a={};for(i=0;i<c.length;i++)if((k=c[i].indexOf('='))>0&&strlen(n=trim(c[i].substr(0,k)))&&(!r||n.match(r)))a[n]=unescape(c[i].substr(k+1));return a;}
    function KIv(p,d,r,ret){var res,c=KIa(p);for(p in c)if(!r)return ifdef(c[p],d);else if(isdef(c[p])&&(res=c[p].match(r)))return isdef(ret)?(ret!==null&&ret>=0?res[ret]:res):c[p];return d;} 
    
    // -----------------------------------------------------------------------------
    
    
    google_analytics_domain_name=".frbateaux.net";
    
    var pageReload = false; 
    var pageInit = pageReload;
    var typepadinit = '<a href="http://maree.info" target="_top">Calendrier des marées - horaire, hauteur, coefficient de marée<\/a>';
    var txtinit = "";
    var txtinitLien = "";
    var currentPort=0;
    var currentPortName="";
    var col = false;
    
    function MakeCode( sel )
    {
     var c = sel.form.elements['Code'];
     var p = sel.selectedIndex > 0 ? parseInt(sel.options[sel.selectedIndex].value,10) : 0;
     var pn =  sel.selectedIndex > 0 ? sel.options[sel.selectedIndex].text : "";
     var e  = document.getElementById('Exemple');
     var e2 = document.getElementById('Exemple2');
     var l = document.getElementById('LienHorloge');
     var gse = document.getElementById('RechercheGoogle');
     var cis = document.getElementById('Ciseaux');
    
     if( !txtinit )
        txtinit = c.value;
     if( !txtinitLien && l )
        txtinitLien = l.innerHTML;
    
     e.style.display = col ? 'none' : 'block';
     e2.style.display = col ? 'block' : 'none';
    
     if( !p || !pn )
      {
       c.value=txtinit;
       if(l) l.innerHTML = txtinitLien;
       if(e)   { e.style.display = 'none';  e.innerHTML = '';  }
       if(e2)  { e2.style.display = 'none'; e2.innerHTML = ''; }
       if(cis) { cis.style.display = 'none'; }
       currentPort=0;
       currentPortName="";
       return 0;
      }
    
     e.style.display = col ? 'none' : 'block';
     e2.style.display = col ? 'block' : 'none';
     cis.style.display = 'block';
    
     currentPort = p;
     currentPortName = pn;
    
     if( col )  c.value = '<iframe src="https://horloge.maree.frbateaux.net/ws'+p+'?col=1" width="160" height="260" frameborder="0" scrolling="no"><a href="http://maree.info/" target="_top" rel="dofollow">Calendrier des marées - horaire, hauteur, coefficient de marée<\/a><\/iframe>';
     else       c.value = '<iframe src="https://horloge.maree.frbateaux.net/ws'+p+'" width="226" height="217" frameborder="0" scrolling="no"><a href="http://maree.info/" target="_top" rel="dofollow">Calendrier des marées - horaire, hauteur, coefficient de marée<\/a><\/iframe>';
    
     if(l)
      {
       l.href = "https://horloge.maree.frbateaux.net/"+(col?p+"?col=1":p);
       l.innerHTML = "Horloge de marée - "+pn;
      }
    
     if(gse)
       gse.href = "http://google.frbateaux.net/"+p;
      
     if( pageInit )
        pageInit = false;
     else
        { 
         if( e  ) e.innerHTML  = col ? '' : c.value;
         if( e2 ) e2.innerHTML = col ? c.value : '';
        }
        
     c.focus();
     if(c.select)c.select();
     return p;
    }
    
    
    function AddIEStart(lien)
    {
     var l = document.getElementById('LienHorloge');
     if( !l ) return false;
     if( !currentPort || !currentPortName )
       alert( "Sélectionnez un port dans la liste" );
     else if( window.external )
      {
       lien.style.behavior='url(#default#homepage)'; 
       lien.setHomePage( l.href ); 
      }
     else
       alert( "Fonction non prise en charge par votre navigateur, utilisez le lien ci-dessous." );
     return false;
    }
    
    
    function AddIEFavoris()
    {
     var l = document.getElementById('LienHorloge');
     if( !l ) return false;
     if( !currentPort || !currentPortName )
       alert( "Sélectionnez un port dans la liste" );
     else if( window.external )
       window.external.AddFavorite( l.href, l.innerHTML ); 
     else
       alert( "Fonction non prise en charge par votre navigateur, utilisez le lien ci-dessous." );
     return false;
    }
    
    
    function AddFFPanel()
    {
     var l = document.getElementById('LienHorloge');
     if( !l ) return false;
     if( !currentPort || !currentPortName )
       alert( "Sélectionnez un port dans la liste" );
     else if( window.sidebar )
       window.sidebar.addPanel( l.innerHTML, l.href, "" ); 
     else
       alert( "Fonction non prise en charge par votre navigateur, utilisez le lien ci-dessous." );
     return false;
    }
    
    function CheckTypePad( formTypePad )
    {
     if( !currentPort || !currentPortName )
      {
       alert( "Sélectionnez un port dans la liste" );
       return false;
      }
    
     if( !col )
      if( !confirm( "Pour les blogs TypePad, le mode colonne est préférable.\nVoulez-vous quand même continuer ?" ) )
        return false;
    
     if( col )  formTypePad.content.value = '<iframe src="https://horloge.maree.frbateaux.net/ws'+currentPort+'?col=1" width="160" height="260" frameborder="0" scrolling="no">'+typepadinit+'<\/iframe>';
     else       formTypePad.content.value = '<iframe src="https://horloge.maree.frbateaux.net/ws'+currentPort+'" width="226" height="217" frameborder="0" scrolling="no">'+typepadinit+'<\/iframe>';
    
     return true;
    }
    
    var imgAnim = null;
    var timeAnim = null;
    function LoadAnim()
    {
     if( !imgAnim ) imgAnim = new Array();
     if( !timeAnim ) timeAnim = new Array( 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 );
     for( i = 0 ; i <= 14 ; i++ )
      ( imgAnim[i] = new Image() ).src = 'Horloge-maree-'+i+'.gif';
     return imgAnim && (imgAnim.length > 0);
    }
    
    function PlayAnim( i )
    {
     var e;
     
     if( !document.getElementById ) return;
     if( !imgAnim && !LoadAnim() ) return;
     
     if( i == 0 )
        document.getElementById( 'TextAnim' ).style.display = 'none';
     else
        document.getElementById( 'TextAnim' + (i-1) ).style.display = 'none';
     
     if( i <= 14 )
        {
         document.images['AnimHorloge'].src = imgAnim[i].src;
         document.getElementById( 'TextAnim'+i ).style.display = 'block';
         window.setTimeout("PlayAnim("+(i+1)+")", timeAnim[i] * 1000 );
        }
     else
        {
         document.images['AnimHorloge'].src = 'Horloge-maree.gif';
         document.getElementById( 'TextAnim' ).style.display = 'block';
        }  
    }
    
    function Init()
    {
     var e;
     if( !document.getElementById ) return;
     if(e=document.getElementById("FBLIKE")) e.innerHTML = '<iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fmaree.info&amp;layout=standard&amp;show_faces=false&amp;width=370&amp;action=like&amp;colorscheme=light&amp;height=35&amp;locale=fr_FR" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:370px; height:35px;" allowTransparency="true"></iframe>';   
    }
    
    window.onload = Init;
    
    // --></script>
    </head>
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html lang="fr">
      <head>
    <title>frbateaux - Horloge indicateur de marée (Widget, gadget et module HTML/CMS) - Les horaires des marées au quotidien</title>
    <meta http-equiv="Content-Language" content="fr">
    <meta name="Description" content="Horloge de marée pour les ports en Atlantique, Manche et Mer du Nord - horaires et coefficients des marées - Widget pour votre bureau et site Web/Blog (module HTML, CMS, ...)">
    <meta name="Keywords" content="widget, gadget, module, heure des marées, frb, frbateaux, bateau, calendrier, table des marées, tableau des marées, nautisme, voile, voilier, discussion, conseil, ocean, mer, calendrier marees, maree, coefficient, coefficients, coefficient des marees, hauteur d&#39;eau, pleine mer, basse mer, vive-eau, morte-eau, annuaire, marées, prediction, calcul de la marée, marnage, intervalle, amplitude, le plein, la marée, grande marée, grandes marees, peche, surf, surfcasting, kite, accastillage, gps, plongee sous-marine, funboard, prédiction de la marée, horaires des marées, horaire maree, rythme des marées, annuaire des marées, flot, flux, jusant, reflux, horloge, indicateur de marée, pendule, montre, html, cms, joomla, site web, blog">
    <link rel="Index" href="/">
    
    <meta name="viewport" content="width=1000">
    
    <style type="text/css">
    
        body {
     	font-family: Arial, Helvetica, sans-serif;
     	font-size: 10pt;
      background-color:white;
      -webkit-text-size-adjust:none;
     }
    
     IMG { border:0; }
    
     div, p, td {
     	font-family: Arial, Helvetica, sans-serif;
     	font-size: 10pt;
     }
     
     form {
      margin:0;
     }
    
     h1 {
      margin-bottom:0;
      color:#336699;
      font-size:16pt;
     }
    
     a {
       text-decoration: none;
       color : black;
     }
     
     a:Hover {
       text-decoration: underline;
       color : black;
     }
     
    #Code {
    	font-family: "Courier New", Courier, monospace;
    	font-size: 9pt;
    	color: #336699;
    }
    
    
    #Exemple {
    	position: absolute;
    	display:block;
    	top:130px;
    	left: 520px;
    	height: 217px;
    	padding: 20px;
    	border: 3px dashed gray;
    }
    
    #Exemple2 {
    	position: absolute;
    	display:none;
    	top:110px;
    	left: 520px;
      padding: 10px 20px 10px 20px;
    	border: 3px dashed gray;
    }
    
    #Ciseaux {
    	position: absolute;
    	top: 367px;
    	left: 502px;
    }
    
    .TelWidget {
     text-decoration:none;
     color:black;
    }
    
    .TelWidget:hover {
     text-decoration:underline;
     color:black;
    }
    
    .TelWidget {
     text-decoration:none;
     color:black;
    }
    
    .TelWidget:hover {
     text-decoration:underline;
     color:black;
    }
    
    .GoSite {
     text-decoration:none;
     color:black;
    }
    
    .GoSite:hover {
     text-decoration:underline;
     color:black;
    }
    
    UL LI {
    	margin-bottom: 10px;
    	list-style: disc;
    }
    
    HR {
    	display: block;
    	overflow: hidden;
    	clear: both;
    	padding: 0;
    	border: 0px none white;
    	height: 5px;
    	background-color: transparent;
    	background-image: url("/Commun/Bout.gif");
    	background-repeat: repeat;
    }
    
    IMG.Icon {
     position:relative;
     top:2px;
    }
    
    
    	#CGUCookie { position:fixed; z-index:10000; bottom:0px; left:0px; right:0px; background-color:#336699; background-color:rgba(51,102,153,0.9); padding:8px; color:white; }
    	#CGUCookie TABLE { margin-left:auto; margin-right:auto; }
    	#CGUCookie TABLE TD { padding: 8px; color:white; } 
    	#CGUCookie A { color:white; text-decoration:underline; }	
    	#CGUCookie DIV { display:inline-block; height:80%; float:right; color:white; background-color:#19334D; padding:10px 14px; cursor:pointer; 
    	
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
      }
    
    </style>
    <script type="text/javascript" language="JavaScript1.5"><!-- //
    
    var undef,CR="\n";
    
    function ReturnFalse(){return false;}
    function ReturnTrue(){return true;}
    function isdef(v){return typeof v!='undefined';}
    function ifdef(v,d){return typeof v!='undefined'?v:d;}
    function isnum(v){return typeof v=='number';}
    function ifnum(v,d){return typeof v=='number'?v:d;}
    function ifminmax(v,mi,ma,d){v=ifnum(v,ifnum(d,mi));return Math.min(Math.max(mi,v),ma);}
    function isstr(v){return typeof v=='string';}
    function ifstr(v,d){return typeof v=='string'?v:d;}
    function strlen(v){return typeof v=='string'?v.length:0;}
    function ifnull(v,d){return v!==null?v:d;}
    function isobj(v){return typeof v=='object'&&v!==null;}
    function ifobj(v,d){return typeof v=='object'&&v!==null?v:d;}
    function isfunc(f){return typeof f=='function';}
    function iffunc(f,d){return typeof f=='function'?f:(typeof d=='function'?d:ReturnFalse);}
    function ifmatch(v,r,d,ret){if(r=(''+v).match(r))return isdef(ret)&&ret!==false?(ret===true?true:(isnum(ret)?r[ret]:r)):v;return d;}
    function _int(i,d){return isNaN(i=parseInt(''+i,10))?ifdef(d,0):i;}
    function _float(f,d){return isNaN(f=parseFloat((''+f).replace(',','.')))?ifdef(d,0):f;}
    function round(f,n){n=10*ifnum(n,0);f=_float(f);return n==0?Math.round(f):(Math.round(f*n)/n);}
    function round_pas(f,p,n){f=Math.floor(_float(f)/p)*p;return isdef(n)?round(f,n):f;}
    function dechex(d){return d.toString(16);}
    function hexdec(h){return isNaN(h=parseInt(h,16))?0:h;} 
    function f0(s,l){s=''+s;while(s.length<l)s='0'+s;return s;}
    function trim(s){return (typeof s=='string')?s.replace(/^[\t\n\r ]+/g,'').replace(/[\t\n\r ]+$/g,''):'';}
    function _a(a,i,d){return a!==null&&typeof a=='object'?ifdef(a[i],d):d;}
    function inA(v,a,r,s,d){if(a!==null&&typeof a=='object')for(var k in a)if(s?a[k]===v:a[k]==v)return r?k:true;return ifdef(d,false);}
    function strtr(s,a,b){var r='',i,j,c;for(i=0;i<s.length;i++){if((j=a.indexOf(c=s.charAt(i),0))>=0)c=b.charAt(j);r+=c;}return r;}
    
    // -----------------------------------------------------------------------------
    
    function $(id){return (typeof id=='string')?document.getElementById(id):id;}
    function $id(e,r,ret,d){e=$(e);if(e&&strlen(e.id)&&(r=e.id.match(r)))return isdef(ret)?(ret!==null&&ret>=0?r[ret]:r):e.id;return ifdef(d,false);}
    function $c(t,id,cn,p,s,html){var e=document.createElement(t);if(isstr(id))e.id=id;if(isstr(cn))e.className=cn;if(isstr(html))e.innerHTML=html;return (p=$(p))?(s||isstr(s)?p.insertBefore(e,$(s)):p.appendChild(e)):e;}
    function $cne(t,id,cn,p,s,html){var e=$(id);if(!e)return $c(t,id,cn,p,s,html);if(isstr(cn))e.className=cn;if(isstr(html))e.innerHTML=html;return e;}
    function $d(e,cn){return (e=$(e))&&e.parentNode&&(!isdef(cn)||$cn(e,cn))?e.parentNode.removeChild(e):null;}
    
    // -----------------------------------------------------------------------------
    
    function KI(n,v,x,p,d,s){var xp=new Date();xp.setTime(xp.getTime()+(x=_int(x)*1000));document.cookie=n+'='+escape(v)+(x?';expires='+xp.toUTCString():'')+(p?';path='+p:'')+(d?';domain='+d:'')+(s?';secure':'');} 
    function KId(n,p,d){KI(n,'',(new Date()).getTime()-86400*1000,p,d);} 
    function KIa(r){var i=0,c=document.cookie.split(';'),k,n,a={};for(i=0;i<c.length;i++)if((k=c[i].indexOf('='))>0&&strlen(n=trim(c[i].substr(0,k)))&&(!r||n.match(r)))a[n]=unescape(c[i].substr(k+1));return a;}
    function KIv(p,d,r,ret){var res,c=KIa(p);for(p in c)if(!r)return ifdef(c[p],d);else if(isdef(c[p])&&(res=c[p].match(r)))return isdef(ret)?(ret!==null&&ret>=0?res[ret]:res):c[p];return d;} 
    
    // -----------------------------------------------------------------------------
    
    
    google_analytics_domain_name=".frbateaux.net";
    
    var pageReload = false; 
    var pageInit = pageReload;
    var typepadinit = '<a href="http://maree.info" target="_top">Calendrier des marées - horaire, hauteur, coefficient de marée<\/a>';
    var txtinit = "";
    var txtinitLien = "";
    var currentPort=0;
    var currentPortName="";
    var col = false;
    
    function MakeCode( sel )
    {
     var c = sel.form.elements['Code'];
     var p = sel.selectedIndex > 0 ? parseInt(sel.options[sel.selectedIndex].value,10) : 0;
     var pn =  sel.selectedIndex > 0 ? sel.options[sel.selectedIndex].text : "";
     var e  = document.getElementById('Exemple');
     var e2 = document.getElementById('Exemple2');
     var l = document.getElementById('LienHorloge');
     var gse = document.getElementById('RechercheGoogle');
     var cis = document.getElementById('Ciseaux');
    
     if( !txtinit )
        txtinit = c.value;
     if( !txtinitLien && l )
        txtinitLien = l.innerHTML;
    
     e.style.display = col ? 'none' : 'block';
     e2.style.display = col ? 'block' : 'none';
    
     if( !p || !pn )
      {
       c.value=txtinit;
       if(l) l.innerHTML = txtinitLien;
       if(e)   { e.style.display = 'none';  e.innerHTML = '';  }
       if(e2)  { e2.style.display = 'none'; e2.innerHTML = ''; }
       if(cis) { cis.style.display = 'none'; }
       currentPort=0;
       currentPortName="";
       return 0;
      }
    
     e.style.display = col ? 'none' : 'block';
     e2.style.display = col ? 'block' : 'none';
     cis.style.display = 'block';
    
     currentPort = p;
     currentPortName = pn;
    
     if( col )  c.value = '<iframe src="https://horloge.maree.frbateaux.net/ws'+p+'?col=1" width="160" height="260" frameborder="0" scrolling="no"><a href="http://maree.info/" target="_top" rel="dofollow">Calendrier des marées - horaire, hauteur, coefficient de marée<\/a><\/iframe>';
     else       c.value = '<iframe src="https://horloge.maree.frbateaux.net/ws'+p+'" width="226" height="217" frameborder="0" scrolling="no"><a href="http://maree.info/" target="_top" rel="dofollow">Calendrier des marées - horaire, hauteur, coefficient de marée<\/a><\/iframe>';
    
     if(l)
      {
       l.href = "https://horloge.maree.frbateaux.net/"+(col?p+"?col=1":p);
       l.innerHTML = "Horloge de marée - "+pn;
      }
    
     if(gse)
       gse.href = "http://google.frbateaux.net/"+p;
      
     if( pageInit )
        pageInit = false;
     else
        { 
         if( e  ) e.innerHTML  = col ? '' : c.value;
         if( e2 ) e2.innerHTML = col ? c.value : '';
        }
        
     c.focus();
     if(c.select)c.select();
     return p;
    }
    
    
    function AddIEStart(lien)
    {
     var l = document.getElementById('LienHorloge');
     if( !l ) return false;
     if( !currentPort || !currentPortName )
       alert( "Sélectionnez un port dans la liste" );
     else if( window.external )
      {
       lien.style.behavior='url(#default#homepage)'; 
       lien.setHomePage( l.href ); 
      }
     else
       alert( "Fonction non prise en charge par votre navigateur, utilisez le lien ci-dessous." );
     return false;
    }
    
    
    function AddIEFavoris()
    {
     var l = document.getElementById('LienHorloge');
     if( !l ) return false;
     if( !currentPort || !currentPortName )
       alert( "Sélectionnez un port dans la liste" );
     else if( window.external )
       window.external.AddFavorite( l.href, l.innerHTML ); 
     else
       alert( "Fonction non prise en charge par votre navigateur, utilisez le lien ci-dessous." );
     return false;
    }
    
    
    function AddFFPanel()
    {
     var l = document.getElementById('LienHorloge');
     if( !l ) return false;
     if( !currentPort || !currentPortName )
       alert( "Sélectionnez un port dans la liste" );
     else if( window.sidebar )
       window.sidebar.addPanel( l.innerHTML, l.href, "" ); 
     else
       alert( "Fonction non prise en charge par votre navigateur, utilisez le lien ci-dessous." );
     return false;
    }
    
    function CheckTypePad( formTypePad )
    {
     if( !currentPort || !currentPortName )
      {
       alert( "Sélectionnez un port dans la liste" );
       return false;
      }
    
     if( !col )
      if( !confirm( "Pour les blogs TypePad, le mode colonne est préférable.\nVoulez-vous quand même continuer ?" ) )
        return false;
    
     if( col )  formTypePad.content.value = '<iframe src="https://horloge.maree.frbateaux.net/ws'+currentPort+'?col=1" width="160" height="260" frameborder="0" scrolling="no">'+typepadinit+'<\/iframe>';
     else       formTypePad.content.value = '<iframe src="https://horloge.maree.frbateaux.net/ws'+currentPort+'" width="226" height="217" frameborder="0" scrolling="no">'+typepadinit+'<\/iframe>';
    
     return true;
    }
    
    var imgAnim = null;
    var timeAnim = null;
    function LoadAnim()
    {
     if( !imgAnim ) imgAnim = new Array();
     if( !timeAnim ) timeAnim = new Array( 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 );
     for( i = 0 ; i <= 14 ; i++ )
      ( imgAnim[i] = new Image() ).src = 'Horloge-maree-'+i+'.gif';
     return imgAnim && (imgAnim.length > 0);
    }
    
    function PlayAnim( i )
    {
     var e;
     
     if( !document.getElementById ) return;
     if( !imgAnim && !LoadAnim() ) return;
     
     if( i == 0 )
        document.getElementById( 'TextAnim' ).style.display = 'none';
     else
        document.getElementById( 'TextAnim' + (i-1) ).style.display = 'none';
     
     if( i <= 14 )
        {
         document.images['AnimHorloge'].src = imgAnim[i].src;
         document.getElementById( 'TextAnim'+i ).style.display = 'block';
         window.setTimeout("PlayAnim("+(i+1)+")", timeAnim[i] * 1000 );
        }
     else
        {
         document.images['AnimHorloge'].src = 'Horloge-maree.gif';
         document.getElementById( 'TextAnim' ).style.display = 'block';
        }  
    }
    
    function Init()
    {
     var e;
     if( !document.getElementById ) return;
     if(e=document.getElementById("FBLIKE")) e.innerHTML = '<iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fmaree.info&amp;layout=standard&amp;show_faces=false&amp;width=370&amp;action=like&amp;colorscheme=light&amp;height=35&amp;locale=fr_FR" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:370px; height:35px;" allowTransparency="true"></iframe>';   
    }
    
    window.onload = Init;
    
    // --></script>
    </head>
    

    frbateaux - Horloge indicateur de marée (Widget, gadget et module HTML/CMS) - Les horaires des marées au quotidien

    Recherche META Description de la page

    Horloge de marée pour les ports en Atlantique, Manche et Mer du Nord - horaires et coefficients des marées - Widget pour votre bureau et site Web/Blog (module HTML, CMS, ...)

    Recherche META Keywords de la page

    widget, gadget, module, heure des marées, frb, frbateaux, bateau, calendrier, table des marées, tableau des marées, nautisme, voile, voilier, discussion, conseil, ocean, mer, calendrier marees, maree, coefficient, coefficients, coefficient des marees, hauteur d'eau, pleine mer, basse mer, vive-eau, morte-eau, annuaire, marées, prediction, calcul de la marée, marnage, intervalle, amplitude, le plein, la marée, grande marée, grandes marees, peche, surf, surfcasting, kite, accastillage, gps, plongee sous-marine, funboard, prédiction de la marée, horaires des marées, horaire maree, rythme des marées, annuaire des marées, flot, flux, jusant, reflux, horloge, indicateur de marée, pendule, montre, html, cms, joomla, site web, blog

    UPDATE DOMAINES SET server='Apache/2.4.25 (Debian)',redirection='',Status='200',err='',[TITRE]=N'frbateaux - Horloge indicateur de marée (Widget, gadget et module HTML/CMS) - Les horaires des marées au quotidien',[DESCRIPTION]=N'Horloge de marée pour les ports en Atlantique, Manche et Mer du Nord - horaires et coefficients des marées - Widget pour votre bureau et site Web/Blog (module HTML, CMS, ...)',[KEYWORDS]=N'widget, gadget, module, heure des marées, frb, frbateaux, bateau, calendrier, table des marées, tableau des marées, nautisme, voile, voilier, discussion, conseil, ocean, mer, calendrier marees, maree, coefficient, coefficients, coefficient des marees, hauteur d'eau, pleine mer, basse mer, vive-eau, morte-eau, annuaire, marées, prediction, calcul de la marée, marnage, intervalle, amplitude, le plein, la marée, grande marée, grandes marees, peche, surf, surfcasting, kite, accastillage, gps, plongee sous-marine, funboard, prédiction de la marée, horaires des marées, horaire maree, rythme des marées, annuaire des marées, flot, flux, jusant, reflux, horloge, indicateur de marée, pendule, montre, html, cms, joomla, site web, blog' WHERE id=34398
  • 0

    frbateaux - Horloge indicateur de marée Widget gadget et module HTML/CMS - Les horaires des marées au quotidien Horloge de marée pour les ports en Atlantique Manche et Mer du Nord - horaires et coefficients des marées - Widget pour votre bureau et site Web/Blog module HTML CMS ... widget gadget module heure des marées frb frbateaux bateau calendrier table des marées tableau des marées nautisme voile voilier discussion conseil ocean mer calendrier marees maree coefficient coefficients coefficient des marees hauteur d'eau pleine mer basse mer vive-eau morte-eau annuaire marées prediction calcul de la marée marnage intervalle amplitude le plein la marée grande marée grandes marees peche surf surfcasting kite accastillage gps plongee sous-marine funboard prédiction de la marée horaires des marées horaire maree rythme des marées annuaire des marées flot flux jusant reflux horloge indicateur de marée pendule montre html cms joomla site web blog

  • 0. frbateaux (9)
  • --------->0
  • 1. - (1)
  • --------->0
  • 2. Horloge (7)
  • --------->0
  • 3. indicateur (10)
  • --------->0
  • 4. de (2)
  • --------->0
  • 5. marée (5)
  • --------->0
  • 7. Widget (6)
  • --------->0
  • 9. gadget (6)
  • --------->0
  • 10. et (2)
  • --------->0
  • 11. module (6)
  • --------->0
  • 12. HTML/CMS (8)
  • --------->0
  • 15. Les (3)
  • --------->0
  • 16. horaires (8)
  • --------->0
  • 17. des (3)
  • --------->0
  • 18. marées (6)
  • --------->0
  • 19. au (2)
  • --------->0
  • 20. quotidien (9)
  • --------->0
  • 24. pour (4)
  • --------->0
  • 26. ports (5)
  • --------->0
  • 27. en (2)
  • --------->0
  • 28. Atlantique (10)
  • --------->0
  • 30. Manche (6)
  • --------->0
  • 32. Mer (3)
  • --------->0
  • 33. du (2)
  • --------->0
  • 34. Nord (4)
  • --------->0
  • 38. coefficients (12)
  • --------->0
  • 44. votre (5)
  • --------->0
  • 45. bureau (6)
  • --------->0
  • 47. site (4)
  • --------->0
  • 48. Web/Blog (8)
  • --------->0
  • 51. HTML (4)
  • --------->0
  • 53. CMS (3)
  • --------->0
  • 55. .. (2)
  • --------->0
  • 63. heure (5)
  • --------->0
  • 67. frb (3)
  • --------->0
  • 71. bateau (6)
  • --------->0
  • 73. calendrier (10)
  • --------->0
  • 75. table (5)
  • --------->0
  • 79. tableau (7)
  • --------->0
  • 83. nautisme (8)
  • --------->0
  • 85. voile (5)
  • --------->0
  • 87. voilier (7)
  • --------->0
  • 89. discussion (10)
  • --------->0
  • 91. conseil (7)
  • --------->0
  • 93. ocean (5)
  • --------->0
  • 98. marees (6)
  • --------->0
  • 100. maree (5)
  • --------->0
  • 102. coefficient (11)
  • --------->0
  • 110. hauteur (7)
  • --------->0
  • 111. d&#39;eau (9)
  • --------->0
  • 113. pleine (6)
  • --------->0
  • 116. basse (5)
  • --------->0
  • 119. vive-eau (8)
  • --------->0
  • 121. morte-eau (9)
  • --------->0
  • 123. annuaire (8)
  • --------->0
  • 127. prediction (10)
  • --------->0
  • 129. calcul (6)
  • --------->0
  • 131. la (2)
  • --------->0
  • 134. marnage (7)
  • --------->0
  • 136. intervalle (10)
  • --------->0
  • 138. amplitude (9)
  • --------->0
  • 140. le (2)
  • --------->0
  • 141. plein (5)
  • --------->0
  • 146. grande (6)
  • --------->0
  • 149. grandes (7)
  • --------->0
  • 152. peche (5)
  • --------->0
  • 154. surf (4)
  • --------->0
  • 156. surfcasting (11)
  • --------->0
  • 158. kite (4)
  • --------->0
  • 160. accastillage (12)
  • --------->0
  • 162. gps (3)
  • --------->0
  • 164. plongee (7)
  • --------->0
  • 165. sous-marine (11)
  • --------->0
  • 167. funboard (8)
  • --------->0
  • 169. prédiction (10)
  • --------->0
  • 178. horaire (7)
  • --------->0
  • 181. rythme (6)
  • --------->0
  • 189. flot (4)
  • --------->0
  • 191. flux (4)
  • --------->0
  • 193. jusant (6)
  • --------->0
  • 195. reflux (6)
  • --------->0
  • 203. pendule (7)
  • --------->0
  • 205. montre (6)
  • --------->0
  • 211. joomla (6)
  • --------->0
  • 214. web (3)
  • --------->0
  • 216. blog (4)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'frbateaux',34398),(N'-',34398),(N'Horloge',34398),(N'indicateur',34398),(N'de',34398),(N'marée',34398),(N'Widget',34398),(N'gadget',34398),(N'et',34398),(N'module',34398),(N'HTML/CMS',34398),(N'Les',34398),(N'horaires',34398),(N'des',34398),(N'marées',34398),(N'au',34398),(N'quotidien',34398),(N'pour',34398),(N'ports',34398),(N'en',34398),(N'Atlantique',34398),(N'Manche',34398),(N'Mer',34398),(N'du',34398),(N'Nord',34398),(N'coefficients',34398),(N'votre',34398),(N'bureau',34398),(N'site',34398),(N'Web/Blog',34398),(N'HTML',34398),(N'CMS',34398),(N'..',34398),(N'heure',34398),(N'frb',34398),(N'bateau',34398),(N'calendrier',34398),(N'table',34398),(N'tableau',34398),(N'nautisme',34398),(N'voile',34398),(N'voilier',34398),(N'discussion',34398),(N'conseil',34398),(N'ocean',34398),(N'marees',34398),(N'maree',34398),(N'coefficient',34398),(N'hauteur',34398),(N'd'eau',34398),(N'pleine',34398),(N'basse',34398),(N'vive-eau',34398),(N'morte-eau',34398),(N'annuaire',34398),(N'prediction',34398),(N'calcul',34398),(N'la',34398),(N'marnage',34398),(N'intervalle',34398),(N'amplitude',34398),(N'le',34398),(N'plein',34398),(N'grande',34398),(N'grandes',34398),(N'peche',34398),(N'surf',34398),(N'surfcasting',34398),(N'kite',34398),(N'accastillage',34398),(N'gps',34398),(N'plongee',34398),(N'sous-marine',34398),(N'funboard',34398),(N'prédiction',34398),(N'horaire',34398),(N'rythme',34398),(N'flot',34398),(N'flux',34398),(N'jusant',34398),(N'reflux',34398),(N'pendule',34398),(N'montre',34398),(N'joomla',34398),(N'web',34398),(N'blog',34398)