<!--
// Wousdat by Weborama
// Copyright WEBORAMA weborama.com

var wousdat_on 	= 1;
var wousdat_id	= 20;
var wousda_host = 'lacentrale.weborama.fr';

if (wousdat_on) {
	if (document.cookie.indexOf('wousdat_s=')==-1) { 
		document.cookie='wbo_ok=1; path=/; ';
		if (document.cookie.indexOf('wbo_ok=1')>=0) { 	
			var w_img = new Image(1,1);
			w_img.src = 'http://'+wousda_host+'/fcgi-bin/wousbounce.fcgi?WOUSDAT_ID='+wousdat_id+'&rnd='+parseInt(1000000000*Math.random());		
		}
	}
}

-->
