/* commente par ogl 16/07/08 08:51

var wousdat_on = 1;
var wousdat_id = 18;
var wousda_host = 'lemonde.weborama.fr';

var wous_frame=document.createElement("IFRAME");
wous_frame.setAttribute('id','wousIframe');
wous_frame.style.border='0px';
wous_frame.style.width='0px';
wous_frame.style.height='0px';


if (wousdat_on) {
	if (document.cookie.indexOf('weborama_profil=')==-1) {
		document.cookie='wbo_ok=1; path=/; ';
		if (document.cookie.indexOf('wbo_ok=1')>=0) { 	
			wous_frame.src = 'http://'+wousda_host+'/fcgi-bin/wousbounce.fcgi?WOUSDAT_ID='+wousdat_id+'&rnd='+parseInt(1000000000*Math.random());		
			IFrameObj = document.body.appendChild(wous_frame);	
		}
	}
}
*/
