


// Aimfar Library - Ad Serving solution by Weborama 0.2
// this code is property of weborama
// http://www.weborama.com

/* do not remove this function */
function o_wa(){}

function get_available_h()
{
	var wbo_avl_h=document.body?document.body.clientHeight:600;
	if ((screen.height < wbo_avl_h) || (wbo_avl_h <= 0)){ wbo_avl_h=screen.height-o_wa._HEIGHT;}
	return wbo_avl_h;
}

function wbo_slide_start()
{
	if (o_wa._LOCK == 0)
	{
		o_wa._LOCK = 1;
		if (document.getElementById(o_wa._DIVID))
		{
			wbo_getStyleObject(o_wa._DIVID).display='';
			if (o_wa.VERSION == 2) {
				wbo_checkNav();
				wbo_open();
		} else {
				o_wa.wbo_id_to=setTimeout('wbo_moveDivRight()',o_wa._ANIM_SPEED);
				wbo_hmenu();
			}			
		}
		
	}
}

function wbo_hmenu()
{
	clearTimeout(o_wa.wbo_id_h);
	var t_st=wbo_getStyleObject(o_wa._DIVID);
	var m=1;
	var wbo_avl_h = document.body.clientHeight;
	var scrollz = document.body.scrollTop;	
	var wbo_avl_h_2 = document.documentElement.clientHeight;
	var scrollz_2 = document.documentElement.scrollTop;
	try {if ((top != self) && (wbo_avl_h_2 != 0)) m=2;}
	catch(e) {m=2;}
	if (wbo_avl_h_2 && wbo_avl_h_2 < wbo_avl_h) m=2;
	if (wbo_avl_h_2 > wbo_avl_h && wbo_avl_h_2 < screen.height) m=2;
	if (wbo_avl_h_2 > screen.height) m=1;	
	if (scrollz_2 > 0 && scrollz == 0) m=2;
	if (scrollz > 0 && scrollz_2 == 0) m=1;
	
	if (m == 2)
	{
		wbo_avl_h = wbo_avl_h_2;
		scrollz = scrollz_2;				
	}					
	else {if (screen.height < wbo_avl_h) {wbo_avl_h=o_wa._HEIGHT;}}	
	var wbo_good_h=wbo_avl_h+scrollz-o_wa._HEIGHT-o_wa._PABS_V-4;
			
	if (wbo_good_h < 0) wbo_good_h = 0;
	
	t_st.top=wbo_good_h+"px";
	o_wa.wbo_id_h=setTimeout('wbo_hmenu()',400);
}

function wbo_moveDivRight()
{
	clearTimeout(o_wa.wbo_id_to);
	var t_st=wbo_getStyleObject(o_wa._DIVID);
	var ts=parseInt(t_st.left);
	ts=isNaN(ts)?-o_wa._WIDTH+o_wa._PABS_H:ts;
	ts+=o_wa._DELTA;
	t_st.left=(ts)+"px";
	var min_right=o_wa._DELTA-o_wa._PABS_H;
	if(ts >= min_right){t_st.left=-o_wa._PABS_H+"px";wbo_keepDiv(1);}
	else{o_wa.wbo_id_to=setTimeout('wbo_moveDivRight()',o_wa._ANIM_SPEED);}
}

function wbo_moveDivLeft()
{
	clearTimeout(o_wa.wbo_id_to);
	var t_st=wbo_getStyleObject(o_wa._DIVID);
	var ts=parseInt(t_st.left);
	ts=isNaN(ts)?-o_wa._PABS_H:ts;
	t_st.left=(ts-o_wa._DELTA) + 'px';
	var min_left=-o_wa._WIDTH-o_wa._PABS_H-o_wa._DELTA_B;	
	if(ts > (min_left+o_wa._DELTA)){o_wa.wbo_id_to=setTimeout('wbo_moveDivLeft()',o_wa._ANIM_SPEED);}
	else{t_st.left=min_left+'px';wbo_keepDiv(0);o_wa._ANIM=0;}
}

function wbo_keepDiv(i)
{
	if(i==1)
	{
		o_wa.ANIM=1;o_wa.wbo_id=setTimeout('wbo_efface()',o_wa._PAUSE);
	}
	wbo_show();
}

function wbo_efface()
{
	clearTimeout(o_wa.wbo_id);
	o_wa.wbo_id=setTimeout('wbo_moveDivLeft()',o_wa._ANIM_SPEED);	
}

function wbo_show()
{
	if (o_wa._OPOK)
	{
		var owab = document.getElementById(o_wa._DIVID);
		if (owab != null && owab.filters) owab.filters.item(o_wa._FTR).opacity=100;
	}
}

function wbo_hide(){wbo_getStyleObject(o_wa._DIVID).display='none';}

function wbo_right(left)
{
	wbo_getStyleObject(o_wa._DIVID).left=-o_wa._PABS_H+"px";
}

function wbo_left()
{
	var minl=-o_wa._WIDTH-o_wa._DELTA_B-o_wa._PABS_H;
	wbo_getStyleObject(o_wa._DIVID).left=minl+"px";
	o_wa._ANIM=0;
}

function wbo_getStyleObject(objectId)
{
	if (document.getElementById && document.getElementById(objectId))
	{
		return document.getElementById(objectId).style;
	} 
	return false;
}

function wbo_is_opacity()
{
	return !(o_wa._IS_MOZ||o_wa._IS_MAC||o_wa._IS_SAFARI||o_wa._IS_OPERA);	
}

function wbo_uaO(c){return(o_wa._UA.indexOf(c));}

function wbo_def_style(_NETWORK)
{
	o_wa._PAUSE=20000;
	var slide_time_site = 0;
	if(slide_time_site && parseInt(slide_time_site) > 0){
		o_wa._PAUSE = parseInt(slide_time_site) * 1000;
	}
	slide_time_site = null;
	o_wa._IMG_SLIDE		= 'slidein.jpg';
	o_wa._IMG_SLIDE_PNG	= 'slidein.png';
	o_wa._IMG_SLIDE_GIF	= 'slidein.gif';
	o_wa._IFRAME_BORDER = 'border: 2px solid; border-color: #444444 #DDDDDD #DDDDDD #444444;';
	o_wa._URLIMG_TRANSP = 'http://cstatic.weborama.fr/transp.gif';
	o_wa.MOVE_FROM = 'left';
	o_wa.VERSION = 1;

	var content_url = 'http://cstatic.weborama.fr/wpub/';

	o_wa.VERSION = 2;
	o_wa._IFRAME_BORDER = '';
	o_wa._URLPUB = 'href="http://persos.estat.com/intro/" target="_blank" title="Estat Perso" ';
	o_wa._URLIMG = content_url+'/w/';	
	
	if (String('left').length) o_wa.MOVE_FROM = 'left';
	if (String('#0000C').length) o_wa.COLOR = '#0000C';
	if (String('estat').length) o_wa._URLIMG = content_url+'/estat/';
	if (String('').length) o_wa._IMG_SLIDE = '';
	if (String('').length) o_wa._IMG_SLIDE_PNG = '';
	if (String('').length) o_wa._IMG_SLIDE_GIF = '';	
	if (String('').length) o_wa._CSS = o_wa._URLIMG+'/';	
}

//*********************************************************
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('4 R(){}R.1h=4(o,f){8 a=w H();8 l=v.C;P(8 i=2;i<l;i++)a[i-2]=v[i];6 4(){8 1m=[].1L(v,a);f.1n(o,1m)}};O=4(n,u,j,h,z,x,k){3.1a(n,u,j,h,z,x,k)};8 t=O.1u;t.n=w 1v();t.u=\'\';t.j=4(t,b,c,d){6 c*t/d+b};t.h=0;t.G=0;t.1i=0;t.14=0;t.1p=Q;t.m=0;t.g=0;t.E=0;t.1w=0;t.N=0;t.1x=0;t.1y=\'\';t.k=\'\';t.D=w H();t.1j=4(t){3.1i=3.g;9(t>3.11()){9(3.1p){3.F(t-3.m);3.s();3.q(\'19\',{A:3,B:\'19\'})}y{3.g=3.m;3.s();3.T();3.q(\'1g\',{A:3,B:\'1g\'})}}y 9(t<0){3.F();3.s()}y{3.g=t;3.s()}};t.16=4(){6 3.g};t.X=4(d){3.m=(d==1c||d<=0)?1M:d};t.11=4(){6 3.m};t.1e=4(p){3.14=3.E;8 a=3.k!=\'\'?3.k:\'\';3.n[3.u]=1D.1F(p)+a;3.E=p;3.q(\'17\',{A:3,B:\'17\'})};t.1f=4(t){9(t==W)t=3.g;6 3.j(t,3.h,3.G,3.m)};t.V=4(f){3.G=f-3.h};t.1G=4(){6 3.h+3.G};t.1a=4(n,u,j,h,z,x,k){9(!v.C)6;3.D=w H();3.1l(3);9(k)3.k=k;3.n=n;3.u=u;3.h=h;3.E=h;3.X(x);9(j!=1c&&j!=\'\'){3.j=j};3.V(z)};t.Z=4(){3.F();3.M();3.q(\'1d\',{A:3,B:\'1d\'})};t.F=4(t){3.T();3.g=(t==W)?0:t;3.I();3.s()};t.1I=4(){3.g=3.m;3.I();3.s()};t.s=4(){3.1e(3.1f(3.g))};t.M=4(){3.S();3.U=15;3.L()};t.L=4(){9(3.U){3.12();1K(R.1h(3,3.L),0)}};t.12=4(){3.1j((3.Y()-3.N)/10)};t.T=4(){3.S();3.q(\'1k\',{A:3,B:\'1k\'})};t.S=4(){3.U=Q};t.1o=4(z,x){3.h=3.E;3.V(z);9(3.m!=W)3.X(x);3.Z()};t.1q=4(){3.I();3.M();3.q(\'18\',{A:3,B:\'18\'})};t.1s=4(){3.1o(3.h,3.g)};t.1l=4(o){3.13(o);6 3.D.1b(o)};t.13=4(o){8 a=3.D;8 i=a.C;1A(i--){9(a[i]==o){a.1E(i,1);6 15}};6 Q};t.q=4(){8 J=w H();P(8 i=0;i<v.C;i++){J.1b(v[i])}8 e=J.1H();8 a=3.D;8 l=a.C;P(8 i=0;i<l;i++){9(a[i][e])a[i][e].1n(a[i],J)}};t.I=4(){3.N=3.Y()-3.g*10};t.Y=4(){6 w 1B().16()-3.g};O.1J=4(t,b,c,d){9((t/=d)<(1/2.r)){6 c*(7.K*t*t)+b}y 9(t<(2/2.r)){6 c*(7.K*(t-=(1.5/2.r))*t+.r)+b}y 9(t<(2.5/2.r)){6 c*(7.K*(t-=(2.1t/2.r))*t+.1z)+b}y{6 c*(7.K*(t-=(2.1r/2.r))*t+.1C)+b}};',62,111,'|||this|function||return||var|if|||||||_time|begin||func|suffixe||_duration|obj|||broadcastMessage|75|update||prop|arguments|new|duration|else|finish|target|type|length|_listeners|_pos|rewind|change|Array|fixTime|arr|5625|onEnterFrame|startEnterFrame|_startTime|Tween|for|false|Delegate|stopEnterFrame|stop|isPlaying|setFinish|undefined|setDuration|getTimer|start|1000|getDuration|nextFrame|removeListener|prevPos|true|getTime|onMotionChanged|onMotionResumed|onMotionLooped|init|push|null|onMotionStarted|setPosition|getPosition|onMotionFinished|create|prevTime|setTime|onMotionStopped|addListener|aP|apply|continueTo|looping|resume|625|yoyo|25|prototype|Object|_position|_finish|name|9375|while|Date|984375|Math|splice|round|geFinish|shift|fforward|bounceEaseOut|setTimeout|concat|100000'.split('|'),0,{}))
//*********************************************************
 
function wbo_slide_wr(_WIDTH, _HEIGHT, _NETWORK)
{
	/* customisation */
	wbo_def_style(_NETWORK);
	
	/* main values */
	var wbo_h_mwp=_HEIGHT-89;
	var wapub_l=14;
	var wbo_back_ll=_WIDTH+wapub_l;
	
	/* init des fonctions */
	o_wa._HEIGHT=_HEIGHT;
	o_wa._WIDTH=_WIDTH;
	o_wa._ANIM_SPEED=7;
	o_wa._ANIM=1;
	o_wa._PABS_H=0;
	o_wa._PABS_V=0;
	o_wa._DELTA=10;
	o_wa._DELTA_H=4;
	o_wa._DELTA_W=4;
	o_wa._DELTA_B=2;
	o_wa._UA=navigator.userAgent.toLowerCase();
	o_wa._IS_MOZ=(wbo_uaO('gecko')!=-1);
	o_wa._IS_MAC=(wbo_uaO('mac')!=-1);
	o_wa._IS_SAFARI=(wbo_uaO('safari')!=-1);
	o_wa._IS_OPERA=(wbo_uaO('opera')!=-1);	
	o_wa._IDCREA='766';
	o_wa._OPOK=wbo_is_opacity();
	o_wa._FTR='DXImageTransform.Microsoft.Alpha';
	o_wa._LOCK=0;
	o_wa._IFNAME='ifnwp'+_NETWORK+o_wa._IDCREA;
	o_wa._DIVID='waback'+_NETWORK+o_wa._IDCREA;
	o_wa._FLASH_VMIN = 5;
	
	/* available height */
	var wbo_avl_h=get_available_h();
	
	var wbo_x0=-_WIDTH-o_wa._DELTA_W;
	var wbo_y0=wbo_avl_h-_HEIGHT-o_wa._DELTA_H;
		
	var wDiv 		= document.createElement("div");
	var wbo_divin 	= '';
	
	/* nouvelle librairie */
	if (o_wa.VERSION == 2) {
		if (o_wa._CSS === undefined) {
			document.write('<style type="text/css">#webo_pub {position: fixed;bottom: 0px;'+o_wa.MOVE_FROM+': -400px;margin:0;padding:0;width: 346px;height: 363px;z-index: 2147483647 !important;}#webo_back766 {background: url('+o_wa._URLIMG+o_wa._IMG_SLIDE_PNG+') no-repeat !important; background: url('+o_wa._URLIMG+o_wa._IMG_SLIDE_GIF+') no-repeat; margin:0;padding:0;width: 346px;height: 363px;}#webo_back7662 {position:absolute;top:39px;'+o_wa.MOVE_FROM+':0px;background: url('+o_wa._URLIMG+o_wa._IMG_SLIDE+') no-repeat;margin:0;padding:0;width: 324px;height: 259px;}#webo_pub iframe#'+o_wa._IFNAME+' {position: absolute;top: 48px;'+o_wa.MOVE_FROM+': 5px;padding: 0px;margin: 0px;background: transparent;'+o_wa._IFRAME_BORDER+'}#webo_pub a#webo_link {position: absolute;top: 30px;'+o_wa.MOVE_FROM+': 312px;width: 20px;height: 20px;background: url('+o_wa._URLIMG_TRANSP+');}#webo_pub a#webo_close {position: absolute;top: 57px;'+o_wa.MOVE_FROM+': 311px;width: 12px;height: 12px;background: url('+o_wa._URLIMG_TRANSP+');}#webo_pub a#webo_show {display: none; position: absolute;top: 0px;'+o_wa.MOVE_FROM+': 311px;width: 30px;height: 330px;background: url('+o_wa._URLIMG_TRANSP+');}#webo_pub a#webo_hide {position: absolute;top: 80px;'+o_wa.MOVE_FROM+': 311px;width: 12px;height: 12px;background: url('+o_wa._URLIMG_TRANSP+');} </style>');
		} else {
			document.write("<scr"+"ipt src='"+o_wa._CSS+'?id='+o_wa._IDCREA+'&iframe='+escape(o_wa._IFNAME)+"'></scr"+"ipt>");			
		}
		o_wa._DIVID = 'webo_pub';
		wDiv.setAttribute("id", o_wa._DIVID);
		wDiv.style.display='none';
		wbo_divin = '<div id="webo_back766"></div>'
		    +'<div id="webo_back7662"></div>'
			+'<a id="webo_link" '+o_wa._URLPUB+'></a>'
		    +'<a id="webo_close" href="javascript:wbo_close()" title="Fermer"></a>'
		    +'<a id="webo_show" href="javascript:wbo_display()" onmouseover="wbo_display()" title="Afficher"></a>'
		    +'<a id="webo_hide" href="javascript:wbo_hides()" title="Cacher"></a>'
		    +'<iframe name="'+o_wa._IFNAME+'" id="'+o_wa._IFNAME+'" src="about:blank" width="'+_WIDTH+'" height="'+_HEIGHT+'" frameBorder="0" scrolling="no" marginheight="0" marginwidth="0" hspace="0" vspace="0"></iframe>';
				
	} else {
		/* ancienne librairie */
		/* CSS */
		document.write('<style type="text/css">.wbosdoff766{padding:0px;border-width:0px;border-spacing: 0;margin:0px;}.wbosd{padding : 0px;margin: 0;border-width: 2px;border-style: solid;border-color: '+o_wa._COLOR+';}.wboa{height:0px;width:0px;margin:0px;}</style>');
			
		wDiv.setAttribute("id", o_wa._DIVID);
		wDiv.style.display='none';
		wDiv.style.position='absolute';
		wDiv.style.width=wbo_back_ll+'px';
		wDiv.style.height=_HEIGHT+'px';	
		wDiv.style.zIndex='42';
		wDiv.style.top=wbo_y0+'px';
		wDiv.style.left=wbo_x0+'px';	
		wDiv.style.border='0px';	
		wDiv.onmouseover=wbo_omo;
	
		if (o_wa._OPOK)
			wDiv.style.filter='progid:'+o_wa._FTR+'( style=0,opacity=25,finishOpacity=25,startX=0,finishX=100,startY=100,finishY=0);';
		
		wbo_divin = '<style type="text/css">.wbosdoff766{padding:0px;border-width:0px;border-spacing: 0;margin:0px;}.wbosd{padding : 0px;margin: 0;border-width: 2px;border-style: solid;border-color: '+o_wa._COLOR+';}</style>'
		+'<TABLE width='+wbo_back_ll+' height='+_HEIGHT+' cellpadding=0 cellspacing=0 valign="top" align="left" class="wbosdoff766">'
		+'<TR><TD rowspan=5 valign=top class="wbosd">'	
		+'<iframe name="'+o_wa._IFNAME+'" id="'+o_wa._IFNAME+'" src="about:blank" width="'+_WIDTH+'" height="'+_HEIGHT+'" frameBorder="0" scrolling="no" marginheight="0" marginwidth="0" hspace="0" vspace="0"></iframe>'
		+'</TD>'
		+'<TD valign=top width=14 height=14 class="wbosdoff766">'
		+'<A HREF="#" class="wboa" onClick="wbo_hide();return false">'
		+'<IMG SRC="'+o_wa._URLIMG+'croix.gif" width=14 height=14 style="border:0px;padding:0px;margin:0px;display:inline;vertical-align:baseline;">'
		+'</A></TD></TR>'
		+'<TR><TD width=14 height=12 valign=top class="wbosdoff766">'
		+'<A HREF="#" class="wboa" onClick="wbo_left();return false">'
		+'<IMG SRC="'+o_wa._URLIMG+'gauche.gif" width=14 height=12 style="border:0px;padding:0px;margin:0px;display:inline;vertical-align:baseline;">'
		+'</A></TD></TR>'
		+'<TR><TD width=14 height=11 valign=top class="wbosdoff766">'
		+'<A HREF="#" class="wboa" onClick="wbo_right(0);return false">'
		+'<IMG SRC="'+o_wa._URLIMG+'droit.gif" width=14 height=11 style="border:0px;padding:0px;margin:0px;display:inline;vertical-align:baseline;">'
		+'</A></TD></TR>'
		+'<TR><TD valign=top width=14 height=52 class="wbosdoff766">'
		+'<A '+o_wa._URLPUB+' class="wboa">'
		+'<IMG SRC="'+o_wa._URLIMG+'wpub.gif" width=14 height=52 style="border:0px;padding:0px;margin:0px;display:inline;vertical-align:baseline;">'
		+'</A></TD></TR>'
		+'<TR><TD valign=top width=14 height='+wbo_h_mwp+' class="wbosdoff766"></TD></TR>'
		+'</TABLE>';
		
	}
	
	/* partie commune */
	wDiv.innerHTML = wbo_divin;
	
	var bodyRef = document.getElementsByTagName("body").item(0);
	if (bodyRef.firstChild != null)
		bodyRef.insertBefore(wDiv, bodyRef.firstChild);
	else
		bodyRef.appendChild(wDiv);
	
	return 0;	
}


/* ==== fonctions slide 2.0 ==== */
function wbo_open() {
	setTimeout("wbo_hides()", o_wa._PAUSE);
	webo_pub_mc = document.getElementById('webo_pub');
	document.getElementById('webo_show').style.display = "none";		
	if (o_wa.MOVE_FROM == 'right')
	{
		webo_pub_mc.style.right  = "-400px";
		move = new Tween(webo_pub_mc.style,'right','',parseInt(webo_pub_mc.style.right),10,1,'px');
	} else {
		webo_pub_mc.style.left  = "-400px";
		move = new Tween(webo_pub_mc.style,'left','',parseInt(webo_pub_mc.style.left),10,1,'px');
	}		
	move.func = Tween.bounceEaseOut;
	var a = new Object();
	a.onMotionFinished = function(){
		if(document.getElementById('webo_show').style.display == "none") {
	   document.getElementById('webo_show').style.display = "block";
	}
	};
	move.addListener(a);
	move.continueTo(0,1);
}

function wbo_close() {
	webo_pub_mc.style.display = "none";
}

function wbo_display() {
	document.getElementById('webo_show').style.display = "none";
	move.continueTo(0,1);
}

function wbo_hides() {
	document.getElementById('webo_show').style.display = "none";
	move.continueTo(-309,1);
}

function wbo_checkNav() {
	var useragent = navigator.userAgent;
	var pos = useragent.indexOf('MSIE');
	if (pos > -1) {
		ver = useragent.substring(pos + 5);
		var pos = ver.indexOf(';');
		var ver = ver.substring(0,pos);
	}
	if((pos > -1 && ver != "7.0") || (ver == "7.0" && document.compatMode == "BackCompat")) {
		document.getElementById("webo_pub").style.position = "absolute";
		window.onscroll = wbo_correctPosition;
		window.onresize = wbo_correctPosition;
		wbo_correctPosition();
	}
}

function wbo_correctPosition() {	
	if(document.compatMode == "BackCompat") {
	document.getElementById("webo_pub").style.top =  (0 - document.getElementById('webo_pub').offsetHeight + document.body.clientHeight + document.body.scrollTop) + "px";
	} else {
	document.getElementById("webo_pub").style.top =  (0 - document.getElementById('webo_pub').offsetHeight + document.documentElement.clientHeight + document.documentElement.scrollTop) + "px";
	}
}

/* ================================ */

function wbo_omo()
{
	if(o_wa._ANIM==0){wbo_right(1);}return false;
}

/* SLIDE IN FORMAT */
function wbo_slide_redirect(_URL)
{
	window.frames[o_wa._IFNAME].location=_URL;
}

function wbo_slide_html(_HTML)
{
	window.frames[o_wa._IFNAME].document.open();
	window.frames[o_wa._IFNAME].document.write(_HTML);
	window.frames[o_wa._IFNAME].document.close();
}

function wbo_slide_swf_js(_SWF, _IMG, _CLICTAG, _PARAM)
{
    var wbo_flash_ok = false;
    if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin)
    {
	try {
        var plugname=navigator.plugins['Shockwave Flash'].description;
        var plugsub=plugname.substring(plugname.indexOf("."),-1);
        var plugsubstr=plugsub.substr(-2); //flash 10 et +
        if (isNaN(parseInt(plugsubstr)))
            plugsubstr=plugsub.substr(-1); // flash < 10
        if (plugsubstr >= o_wa._FLASH_VMIN) { wbo_flash_ok =  true;}
	} catch (e) {wbo_flash_ok =  true;}            
    }
    else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Win")>=0))
    {
    	document.write('<scr'+'ipt language=VBScript>' + '\n');
    	document.write('Function SWFIE_Version (vmin)' + '\n');
    	document.write('\'Do' + '\n');
    	document.write('On Error Resume Next' + '\n');
    	document.write('plugin = (IsObject(CreateObject(\"ShockwaveFlash.ShockwaveFlash.\" & vmin & \"\")))' + '\n');
    	document.write('If plugin = true Then' + '\n');
    	document.write('SWFIE_Version = true' + '\n');
    	document.write('End If' + '\n');
    	document.write('End Function');
    	document.write('<\/scr'+'ipt>'+'\n');

     	wbo_flash_ok = SWFIE_Version(o_wa._FLASH_VMIN);                      
    }
    if (wbo_flash_ok)
    {
            if (_PARAM != null) {_CLICTAG += _PARAM;}
            u_swf = _SWF + '?url=' + escape(_CLICTAG);
            wbo_slide_js("http://static.weborama.fr/util/write_flash.js?W="+o_wa._WIDTH+"&H="+o_wa._HEIGHT+"&SWF="+escape(u_swf));
    }
    else {wbo_slide_img(_IMG, _CLICTAG);}
}

	
function wbo_slide_img(_IMG, _CLICTAG)
{
	var iframe_code='<BODY><A HREF="'+_CLICTAG+'" TARGET="_BLANK"><IMG SRC="'+_IMG+'" WIDTH="'+o_wa._WIDTH+'" HEIGHT="'+o_wa._HEIGHT+'" BORDER=0></A></BODY>';
	window.frames[o_wa._IFNAME].document.open();
	window.frames[o_wa._IFNAME].document.write(iframe_code);
	window.frames[o_wa._IFNAME].document.close();
}

function wbo_slide_js(_JS)
{	
	_URL = 'http://static.weborama.fr/util/write_js.html?JS='+escape(_JS);
	window.frames[o_wa._IFNAME].location=_URL;
}





var wbo766tsp = parseInt(1000000*Math.random()+1);
wbo_slide_wr(300, 250, 26);
document.write('<scr'+'ipt>wbo_slide_swf_js("http://l3static.weborama.fr/ads/4/20081027/539/150038_pub_estat.swf", "http://l3static.weborama.fr/ads/4/20081027/539/150041_pub_estat.gif", "http://aimfar.solution.weborama.fr/fcgi-bin/diffclic.fcgi?idcli=4&ids=26&idc=766&ida=435&ide=289&kp=126440&iwi=0&iwl=0&iwh=0", "");wbo_slide_start();</scr'+'ipt>');
var wbo766_surlimg = new String(''); 
if (wbo766_surlimg.length > 0) {   
var wbo766_img = new Image();
wbo766_img.src='';
}

try { OAimfar.aPubs.push(766); } catch(e) { }
