/** L'image de sauvegarde de cette balise a été générée pour être utilisée sur une page     
  * non-SSL. Ci cette balise doit être placée sur une page SSL, changez le     
  *   'http://d1.openx.org/...'     
  * par     
  *   'https://d1.openx.org/...'
  * This noscript section of this tag only shows image banners. There
  * is no width or height in these banners, so if you want these tags to
  * allocate space for the ad before it shows, you will need to add this
  * information to the <img> tag.
  *
  * If you do not want to deal with the intricities of the noscript
  * section, delete the tag (from <noscript>... to </noscript>). On
  * average, the noscript tag is called from less than 1% of internet
  * users.
  */

function _tag_openX( zoneid )
{
	var content = "";
	var m3_u = (location.protocol=='https:'?'https://d1.openx.org/ajs.php':'http://d1.openx.org/ajs.php');
	var m3_r = Math.floor(Math.random()*99999999999);
	if (!document.MAX_used) document.MAX_used = ',';
	content += ('<script type="text/javascript" src="'+m3_u);
	content += ('?zoneid='+zoneid);
	content += ('&amp;cb=' + m3_r);
	if (document.MAX_used != ',') content += ('&amp;exclude=' + document.MAX_used);
	content += (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
	content += ("&amp;loc=" + escape(window.location));
	if (document.referrer) content += ('&amp;referer=' + escape(document.referrer));
	if (document.context) content += ('&context=' + escape(document.context));
	if (document.mmm_fo) content += ('&amp;mmm_fo=1');
	content += ('"><\/script>');
	
	return content;
}

function display_openX( zoneid )
{
	document.write ( _tag_openX( zoneid ) );
}

