
//
// barre Copyright par ConceptNet
//
	var now = new Date();
//	var annee;

	function Tableau(n)
	{
	 this.length = n;
	 for (var i = 0; i<n; i++)
	  { this[ i ] = ""; }
	 return this;
	}


	var mois = new Tableau(12);
	for (var i=0; i<12; i++) { mois[i]=""; } 
	mois[0]="Janvier";
	mois[1]="Février";
	mois[2]="Mars";
	mois[3]="Avril";
	mois[4]="Mai";
	mois[5]="Juin";
	mois[6]="Juillet";
	mois[7]="Août";
	mois[8]="Septembre";
	mois[9]="Octobre";
	mois[10]="Novembre";
	mois[11]="Décembre";
marqueurbarre='<div id="copyright" style="width: 225px; height: 37px; position: absolute; right: 5%;  background-color:#FF6699;">';//#06A5E8
marqueurbarre+='<div style="width:210px; height:35px; bottom:0px; background-color:#FFFFFF;font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-align:right;">';
marqueurbarre+='<a href="http://www.sebweb-concept.fr" title="Conception et réalisation SebWeb Association">';
marqueurbarre+='<img border="0" src="http://www.sebweb-concept.fr/images/minlogo.gif" align="left" alt="Conception et réalisation :" width="35" height="35" align="left"></a>';
marqueurbarre+='<b><font style="color: Gray;font-size: 9px;">R&eacute;alisation : ';
marqueurbarre+='<a href="http://www.sebweb-concept.fr/site-sur-mesure.php" target="top3" ';
marqueurbarre+='style="a:link,a:visited,a:active,a:hover{text-decoration:underline;color:#666666;font-size: 9px;}">SebwebConcept</a></font>';
marqueurbarre+='</b><br><span style="color:#CCCCCC;font-size: 9px;">';
if(navigator.userAgent.indexOf("MSIE")   >= 1){
marqueurbarre+=mois[now.getMonth()]+' '+now.getYear()+' ';}
else {marqueurbarre+=mois[now.getMonth()]+' '+(now.getYear()+1900)+' ';}
var affichebarre='non';
var conceptstat="";
var compteurestat="";
var phpmyvisitesSite ="";
if(this.location.href.indexOf("www.saintongealim") >= '0'){ var affichebarre='mini'; var compteurestat ='13303238663'; var analytics='UA-2515043-1'; }
if(this.location.href.indexOf("gatokilo.saint") >= '0'){ var affichebarre='mini'; var analytics='UA-2515043-2';  }
if(this.location.href.indexOf("paniercado.saint") >= '0'){ var affichebarre='mini';  var analytics='UA-2515043-3';  }
if(this.location.href.indexOf("www.gatokilo") >= '0'){ var affichebarre='mini'; var compteurestat ='460060197341'; var analytics='UA-2515043-12';  }
if(this.location.href.indexOf("www.paniercado") >= '0'){ var affichebarre='mini';  var analytics='UA-2515043-13';  }
if(this.location.href.indexOf("conceptnet") >= '0'){ var affichebarre='mini'; var analytics='UA-2515043-4'; }
if(this.location.href.indexOf("huitres.oleron") >= '0'){var affichebarre='©HUITRES OLERON';  var analytics='UA-2515043-7'; }
if(this.location.href.indexOf("perf") >= '0'){var affichebarre='©ARNOULT PERF'; }
if(this.location.href.indexOf("leclosdesajots") >= '0'){ var affichebarre='®LES AJOTS'; var analytics='UA-2515043-6';  }//affichebarre='non
if(this.location.href.indexOf("jard") >= '0'){var affichebarre='©LE JARD'; }
if(this.location.href.indexOf("tacarnoult") >= '0'){var affichebarre='mini'; var analytics='UA-2515043-9'; }
if(this.location.href.indexOf("www.sebweb") >= '0'){var affichebarre='mini'; var analytics='UA-2515043-10'; }
if(this.location.href.indexOf("mag17.sebweb-concept") >= '0'){var affichebarre='mini'; var analytics='UA-2515043-11'; }
if(this.location.href.indexOf("www.direct-fruits") >= '0'){var affichebarre='mini'; var analytics='UA-2515043-14'; }
if(this.location.href.indexOf("enchanteuses") >= '0'){var affichebarre='mini'; }
marqueurbarre+=affichebarre+'.<br> Tous droits r&eacute;serv&eacute;s</span>';

/*
    * 1 - saintonge
    * 2 - gatokilo*
    * 3 - capsurpab*
    * 4 - Concetp net
    * 5 - huitres oleron*
    * 6 - Arnoult Performances*
    * 7 - le clos des ajots*
*/

marqueurbarre+='</div></div>';

if(affichebarre!='non' && affichebarre!='mini'  ) {
document.writeln(marqueurbarre);
}

//***************mini******************
if(affichebarre=='mini' ){
document.writeln('<div id="copyright" style="height: 35px;  text-align: center;" align="center"><a href="http://www.sebweb-concept.fr" target="sebweb" title="Conception et réalisation SebWeb&reg; Association"><img border="0" src="http://www.sebweb-concept.fr/images/minlogo.png" alt="Conception et realisation" width="33" height="35"></a></div>');
}

//***************estat******************
if(compteurestat!=""){
document.writeln('<img border="0" width="0" height="0" alt="perso.estat" src="http://perso.estat.com/cgi-bin/perso/'+compteurestat+'?page='+document.title+'" >');
}


function handle(){return true;}

//************* google-analytics*****************
if(analytics!=""){
window.onerror=handle;
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"));
document.writeln('<scr'+'ipt type="text/javascript">var pageTracker = _gat._getTracker("'+analytics+'");'); 
document.writeln('pageTracker._initData();');
document.writeln('pageTracker._trackPageview();</scr'+'ipt>'); 
}





//**************************************NO CLICK DROIT******************************************


/*

reglementationnoclick ();

document.onkeypress= function(e)
{
ejs_code_eventChooser = (window.Event) ? e.which : event.keyCode;
var touche = String.fromCharCode(ejs_code_eventChooser);
if(touche=="§"){
reglementationclick ()
alert('La protection est désactivée...');
}
}

function frappe() {
var touche= String.fromCharCode(window.event.keyCode);
if(touche=="§"){
reglementationclick ()
alert('La protection est désactivée...');
}
}    

if (window.Event) 
document.captureEvents(Event.MOUSEUP); 
function clickok(event) {event.cancelBubble = false ; event.returnValue = true; return true;}
function nocontextmenu(event) { event.cancelBubble = true ; event.returnValue = false; return false; } 
function norightclick(e) { if (window.Event) { if (e.which == 2 || e.which == 3) 
return false; } else 
if (event.button == 2 || event.button == 3) { 
event.cancelBubble = true; event.returnValue = false; return false; }} 
if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } 

function reglementationclick (){
this.document.oncontextmenu = clickok; //désactive le clic droit sans afficher d'alertes.
this.document.onmousedown = clickok; 
this.document.onmouseup = clickok; 
}

function reglementationnoclick (){
this.document.oncontextmenu = nocontextmenu; //désactive le clic droit sans afficher d'alertes.
this.document.onmousedown = norightclick; 
this.document.onmouseup = norightclick; 
}

*/
