
	var useFlash;
        if (navigator.mimeTypes.length > 0)
        {
                if (navigator.mimeTypes["application/x-shockwave-flash"] != null)
                {
                        useFlash = navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin;
                }
        }

	var ADCagent = "";
	if (navigator && navigator.userAgent) {
		ADCagent = navigator.userAgent.toLowerCase();
	}
	if (ADCagent.indexOf("opera") == -1) {
		document.writeln('<scr' + 'ipt language="VBScript">');
		document.writeln('On error resume next');
		document.writeln('useFlash = NOT IsNull(CreateObject("ShockwaveFlash.ShockwaveFlash"))');
		document.writeln('isIe = true');
		document.writeln('</sc' + 'ript>');
	}


	var banner_flash = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="728" height="90"><param name=wmode value=transparent><param name=movie value="http://pubs.branchez-vous.com/adcentric/direct/all_creatives/18755.swf?clickTAG=http://pubs.branchez-vous.com/adcentric/click/__NETWORKID__/__SITEID__/__SECTIONID__;id=18755"><embed wmode=transparent src="http://pubs.branchez-vous.com/adcentric/direct/all_creatives/18755.swf?clickTAG=http://pubs.branchez-vous.com/adcentric/click/__NETWORKID__/__SITEID__/__SECTIONID__;id=18755" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type "application/x-shockwave-flash" width="728" height="90"></embed></object>';

	var banner_gif = '<a target="newwin_adcentric18756" href="http://pubs.branchez-vous.com/adcentric/click/__NETWORKID__/__SITEID__/__SECTIONID__;id=18756"><img width="728" height="90" border="0" alt="Cliquez ici!" src="http://pubs.branchez-vous.com/adcentric/direct/all_creatives/18756.jpg"></a>';

	if (useFlash) {
		document.writeln(banner_flash);
	} else {
		document.writeln(banner_gif);
	}
