// Pub Google ADS
google_ad_client = "pub-4769589169608759";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_channel ="";
google_color_border = "DDAAAA";
google_color_bg = "ECF8FF";
google_color_link = "0033FF";
google_color_url = "0033FF";
google_color_text = "000000";

google_ad_url = '';
google_date = new Date();
google_random = google_date.getTime();
google_org_error_handler = window.onerror;

function quoted(str) {
  return (str != null) ? '"' + str + '"' : '""';
}

function google_encodeURIComponent(str) {
  if (typeof(encodeURIComponent) == 'function') {
    return encodeURIComponent(str);
  } else {
    return escape(str);
  }
}

function google_write_tracker(tracker_event) {
  var qloc = window.google_ad_url.indexOf('?');
  var img_src = 'http://pagead2.googlesyndication.com/pagead/imp.gif?event=';
  img_src += tracker_event;
  if (qloc != -1 && qloc+1 < window.google_ad_url.length) {
    img_src += '&' + window.google_ad_url.substring(qloc+1);
  }
  var img_tag = '<i' + 'mg height="1" width="1" border="0" ' +
                'src=' + quoted(img_src) +
                ' />';
  document.write(img_tag);
}

function google_append_url(param, value) {
  if (value) {
    window.google_ad_url += '&' + param + '=' + value;
  }
}

function google_append_url_esc(param, value) {
  if (value) {
    google_append_url(param, google_encodeURIComponent(value));
  }
}

function google_append_color(param, value) {
  if (value && typeof(value) == 'object') {
    value = value[window.google_random % value.length];
  }
  google_append_url('color_' + param, value);
}

function google_get_user_data() {
  var javaEnabled = navigator.javaEnabled();
  var tz = -google_date.getTimezoneOffset();

  if (window.screen) {
    google_append_url("u_h", window.screen.height);
    google_append_url("u_w", window.screen.width);
    google_append_url("u_ah", window.screen.availHeight);
    google_append_url("u_aw", window.screen.availWidth);
    google_append_url("u_cd", window.screen.colorDepth);
  }

  google_append_url("u_tz", tz);
  google_append_url("u_his", history.length);
  google_append_url("u_java", javaEnabled);

  if (navigator.plugins) {
    google_append_url("u_nplug", navigator.plugins.length);
  }
  if (navigator.mimeTypes) {
    google_append_url("u_nmime", navigator.mimeTypes.length);
  }
}

function google_show_ad() {
  var w = window;
  w.onerror = w.google_org_error_handler;

  if (w.google_num_ad_slots) {
    w.google_num_ad_slots = w.google_num_ad_slots + 1;
  } else {
    w.google_num_ad_slots = 1;
  }

  if (w.google_num_slots_to_rotate) {
    w.google_prev_ad_formats = null;
    if (w.google_num_slot_to_show == null) {
      w.google_num_slot_to_show = w.google_random % w.google_num_slots_to_rotate
                                  + 1;
    }
    if (w.google_num_slot_to_show != w.google_num_ad_slots) {
      return;
    }
  } else if (w.google_num_ad_slots > 3 && w.google_ad_region == null) {
    return;
  }

  w.google_ad_url = 'http://pagead2.googlesyndication.com/pagead/ads?';
  w.google_ad_client = w.google_ad_client.toLowerCase();
  if (w.google_ad_client.substring(0,3) != 'ca-') {
     w.google_ad_client = 'ca-' + w.google_ad_client;
  }
  w.google_ad_url += 'client=' + escape(w.google_ad_client) +
                     '&dt=' + w.google_date.getTime();

  google_append_url('hl', w.google_language);
  if (w.google_country) {
    google_append_url('gl', w.google_country);
  } else {
    google_append_url('gl', w.google_gl);
  }
  google_append_url('gr', w.google_region);
  google_append_url_esc('gcs', w.google_city);
  google_append_url_esc('hints', w.google_hints);
  google_append_url('adsafe', w.google_safe);
  google_append_url('oe', w.google_encoding);
  google_append_url('lmt', w.google_last_modified_time);
  google_append_url_esc('alternate_ad_url', w.google_alternate_ad_url);
  google_append_url('alt_color', w.google_alternate_color);
  google_append_url("skip", w.google_skip);

  if (w.google_prev_ad_formats) {
    google_append_url_esc('prev_fmts', w.google_prev_ad_formats.toLowerCase());
  }

  if (w.google_ad_format) {
    google_append_url_esc('format', w.google_ad_format.toLowerCase());
    if (w.google_prev_ad_formats) {
      w.google_prev_ad_formats = w.google_prev_ad_formats + ',' + w.google_ad_format;
    } else {
      w.google_prev_ad_formats = w.google_ad_format;
    }
  }

  google_append_url('num_ads', w.google_max_num_ads);
  google_append_url('output', w.google_ad_output);
  google_append_url('adtest', w.google_adtest);
  if (w.google_ad_channel) {
    google_append_url_esc('channel', w.google_ad_channel.toLowerCase());
  }
  google_append_url_esc('url', w.google_page_url);
  google_append_color('bg', w.google_color_bg);
  google_append_color('text', w.google_color_text);
  google_append_color('link', w.google_color_link);
  google_append_color('url', w.google_color_url);
  google_append_color('border', w.google_color_border);
  google_append_color('line', w.google_color_line);
  google_append_url('kw_type', w.google_kw_type);
  google_append_url_esc('kw', w.google_kw);
  google_append_url_esc('contents', w.google_contents);
  google_append_url('num_radlinks', w.google_num_radlinks);
  google_append_url('max_radlink_len', w.google_max_radlink_len);
  google_append_url('rl_filtering', w.google_rl_filtering);
  google_append_url('rl_mode', w.google_rl_mode);
  google_append_url('rt', w.google_rt);
  google_append_url('ad_type', w.google_ad_type);
  google_append_url('image_size', w.google_image_size);
  google_append_url('region', w.google_ad_region);
  google_append_url('feedback_link', w.google_feedback);
  google_append_url_esc('ref', w.google_referrer_url);
  google_append_url_esc('loc', w.google_page_location);
  google_get_user_data();

  w.google_ad_url = w.google_ad_url.substring(0, 1000);
  w.google_ad_url = w.google_ad_url.replace(/%\w?$/, '');

  if (google_ad_output == 'js' && w.google_ad_request_done) {
    document.write('<scr' + 'ipt language="JavaScript1.1"' +
                   ' src=' + quoted(google_ad_url) +
                   '></scr' + 'ipt>');
  } else if (google_ad_output == 'html') {
    if (w.name == 'google_ads_frame') {
      google_write_tracker('reboundredirect');
    } else {
      document.write('<ifr' + 'ame' +
                     ' name="google_ads_frame"' +
                     ' width=' + quoted(w.google_ad_width) +
                     ' height=' + quoted(w.google_ad_height) +
                     ' frameborder=' + quoted(w.google_ad_frameborder) +
                     ' src=' + quoted(w.google_ad_url) +
                     ' marginwidth="0"' +
                     ' marginheight="0"' +
                     ' vspace="0"' +
                     ' hspace="0"' +
                     ' allowtransparency="true"' +
                     ' scrolling="no">');
      google_write_tracker('noiframe');
      document.write('</ifr' + 'ame>');
    }
  }

  w.google_ad_frameborder = null;
  w.google_ad_format = null;
  w.google_page_url = null;
  w.google_language = null;
  w.google_gl = null;
  w.google_country = null;
  w.google_region = null;
  w.google_city = null;
  w.google_hints = null;
  w.google_safe = null;
  w.google_encoding = null;
  w.google_ad_output = null;
  w.google_max_num_ads = null;
  w.google_ad_channel = null;
  w.google_contents = null;
  w.google_alternate_ad_url = null;
  w.google_alternate_color = null;
  w.google_color_bg = null;
  w.google_color_text = null;
  w.google_color_link = null;
  w.google_color_url = null;
  w.google_color_border = null;
  w.google_color_line = null;
  w.google_adtest = null;
  w.google_kw_type = null;
  w.google_kw = null;
  w.google_num_radlinks = null;
  w.google_max_radlink_len = null;
  w.google_rl_filtering = null;
  w.google_rl_mode = null;
  w.google_rt = null;
  w.google_ad_type = null;
  w.google_image_size = null;
  w.google_feedback = null;
  w.google_skip = null;
  w.google_page_location = null;
  w.google_referrer_url = null;
  w.google_ad_region = null;
}

function google_error_handler(message, url, line) {
  google_show_ad();
  return true;
}

window.onerror = google_error_handler;

if (window.google_ad_frameborder == null) {
  google_ad_frameborder = 0;
}

if (window.google_ad_output == null) {
  google_ad_output = 'html';
}

if (window.google_ad_format == null && window.google_ad_output == 'html') {
  google_ad_format = google_ad_width + 'x' + google_ad_height;
}

if (window.google_page_url == null) {
  google_page_url = document.referrer;
  if (window.top.location == document.location) {
    google_page_url = document.location;
    google_last_modified_time = Date.parse(document.lastModified) / 1000;
    google_referrer_url = document.referrer;
  }
} else {
  google_page_location = document.referrer;
  if (window.top.location == document.location) {
    google_page_location = document.location;
  }
}

document.write('<CENTER>');
google_show_ad();
document.write('</CENTER>');
document.write('<HR>');

// oxado
document.write('<CENTER>');
document.write('<SCRIPT TYPE="text/javascript" LANGUAGE="Javascript" SRC="http://pub.oxado.com/insert_ad?pub=179907">');
document.write('</SCRIPT>');
document.write('</CENTER>');
document.write('<HR>');

// Pub livre grec
/*
document.write('<CENTER>');
document.write('<A HREF="http://www.mrugala.net/Premieres_democraties_detail.htm"><IMG SRC="http://www.mrugala.net/premiere.couverture.jpg" HEIGHT="200"></A>');
document.write('</CENTER>');
document.write('<HR>');
*/

// Modification
var modif = new Date(document.lastModified);

Jour = modif.getDate();
Mois = modif.getMonth() + 1;
Annee = modif.getYear();
BrowName = navigator.appName
if (BrowName == "Netscape" && navigator.javaEnabled())
	{
		Annee = Annee + 1900;
	}
else
    {
		if (BrowName == "Netscape")
		{
			Annee = Annee + 1900;
		}
		else
		{
			Annee = Annee + 0;
		}
	}

document.write('<HR>');
document.write('<FONT SIZE="2">Dernière modification : ' + Jour + '.' + Mois + '.' + Annee + '</FONT><BR><HR></HR>');

document.write('<TABLE BORDER="1" ALIGN="CENTER">');
document.write('<TR>');

// Comclick
/*
document.write('<TD ALIGN="center">');
document.write('<IFRAME height=60 width=468 Marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0  scrolling=no bordercolor="#000000" SRC="http://fl01.ct2.comclick.com/aff_frame.ct2?id_regie=1&num_editeur=10111&num_site=1&num_emplacement=1">');
document.write('<SCRIPT type="text/JavaScript" src="http://fl01.ct2.comclick.com/aff_js_src.ct2?id_regie=1&num_editeur=10111&num_site=1&num_emplacement=1">');
document.write('</SCRIPT>');
document.write('</IFRAME>');
document.write('</TD>');

document.write('</TR>');
document.write('</TABLE>');
document.write('<TABLE BORDER="1" ALIGN="CENTER">');
document.write('<TR>');
*/
// Bitefight
document.write('<TD ALIGN="center">')
document.write('<A HREF="http://s9.bitefight.fr/c.php?uid=17247"><IMG SRC="http://www.mrugala.net/Bitefight.jpg" ALT="Soyez mordu"></A>');
document.write('</TD>');

document.write('</TR>');
document.write('</TABLE>');
document.write('<TABLE BORDER="1" ALIGN="CENTER">');
document.write('<TR>');

// Site Principal
document.write('<TD ALIGN="center">')
document.write('<A HREF="http://www.mrugala.net">Accès au Site Principal</A>');
document.write('</TD>');

// Mail
document.write('<TD ALIGN="center">')
document.write('<A HREF="mailto:fabrice.mrugala@free.fr"><IMG SRC="http://www.mrugala.net/Images/Pigeon%20voyageur%20anime.gif" ALT="Webmaster" ALIGN="center"></A>');
document.write('</TD>');

//Xiti
hsh = new Date();
hsd = document;
hsi = '<a href="http://www.xiti.com/xiti.asp?s=104739"';
hsi += ' TARGET="_blank"><img width="39" height="25" border=0 ';
hsi += 'src="http://logv21.xiti.com/hit.xiti?s=104739';
hsi += '&p=';
hsi += '&hl=' + hsh.getHours() + 'x' + hsh.getMinutes() + 'x' + hsh.getSeconds();
if (parseFloat(navigator.appVersion) >= 4)
	{
		Xiti_s = screen; hsi += '&r=' + Xiti_s.width + 'x' + Xiti_s.height + 'x' + Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth;
	}
document.write('<TD ALIGN="center">')
document.write(hsi + '&ref=' + hsd.referrer.replace('&', '$') + '" title="Mesurez votre audience"></a>');
document.write('<BR><HR>');
document.write('<a href="http://www.xiti.com/stats/frequentation/publique.asp?site=104739" target="_blank">Mon audience Xiti</a>');
document.write('</TD>');

// Hebdotop.com
document.write('<TD ALIGN="center">')
document.write('<a href="http://www.hebdotop.com/clic.php" target="_blank"><img src="http://www.hebdotop.com/cgi-bin/vote.eur?id=34805" width="80" height="30" border="0" alt="Classement de sites - Inscrivez le vôtre!"></a><BR>');
document.write('</TD>');

// Estat
var _s = '287087151785';
var _p = 'Accueil';
var _c = 'mrugala';

var _S="http://perso.estat.com/m/00/";
var _M=_s+"?";
_M+="n="+Math.round(Math.random()*1000000000);
_M+="&c="+escape(_c);
_M+="&p="+escape(_p);
var _D=new Date();
_M+="&d="+_D.getTime()+":"+_D.getTimezoneOffset()/60;
var _R;
(typeof(top.location.href)=="string")?_R=escape(top.document.referrer):_R=escape(document.referrer);
if (_R=="undefined"||_R=="")_R="_bm_";
_M+="&r="+_R;
if(typeof(screen)=="object"){_M+="&scw="+screen.width;
 _M+="&sch="+screen.height;
_M+="&scp="+screen.colorDepth};
var _K=(navigator.cookieEnabled?1:0);
_M+="&k="+_K;
var _KD=0;
_D.setFullYear(_D.getFullYear()+1);
document.cookie="ckd=yes; expires="+_D.toGMTString();
_KD=(document.cookie.indexOf("ckd=yes")!=-1?1:0);
if(_KD)document.cookie="ckd=; expires=Fri, 02 Jan 1970 00:00:00 GMT";
_M+="&kd="+_KD;
_M+="&st=1";
_M+="&sjs=1";

document.write('<TD ALIGN="center">');
document.write('<A HREF="http://www.estat.com/getstats?serial='+_s+'" TARGET="_blank"><IMG'+' BORDER="0" SRC="'+_S+_M+'"></A>');
document.write('</TD>');

// Hit Parade
document.write('<TD ALIGN="center">');
document.write('<A HREF="http://www.hit-parade.com/hp.asp?site=337602" target="_blank"><IMG SRC="http://loga.hit-parade.com/logohp1.gif?site=a337602" TITLE="Hit-Parade" WIDTH="77" HEIGHT="15" BORDER="0"></A>');
document.write('<BR><HR>');
// Compteur Hit Parade
document.write('<A HREF="http://services.hit-parade.com/publique.asp?s=337602" target="_blank">Consultez mes statistiques</A>');
document.write('</TD>');

// Weborama
document.write('<TD ALIGN="center">');
document.write('<script type="text/javascript" language="javascript">');
document.write('WEBO_ZONE=1;');
document.write('WEBO_PAGE=1;');
document.write('webogold_ok=0;</script>');
document.write('<script type="text/javascript" language="javascript" src="http://script.weborama.fr/gold.js"></script>');
document.write('<script type="text/javascript" language="javascript">');
document.write('if(webogold_ok==1){webogold_zpi(WEBO_ZONE,WEBO_PAGE,226211);}</script>');
document.write('<NOSCRIPT><A HREF="http://www.weboscope.com">Weboscope</A> mesure d audience, statistiques, ROI<BR>');
document.write('<A HREF="http://www.weborama.fr">Classement des meilleurs sites</A> et positionnement </NOSCRIPT>');

document.write('<BR><HR>');
//document.write('<A HREF="http://vote.weborama.fr/fcgi-bin/vote.fcgi?82286" TARGET="_blank">Votez pour ce site au Weborama</A>');
document.write('<A HREF="http://vote.weborama.fr/fcgi-bin/vote.fcgi?226211" TARGET="_blank">Votez pour ce site au Weborama</A>');
document.write('</TD>');

// toplist
document.write('<TD ALIGN="center">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100">');
document.write('<param name="movie" value="http://www.topliste.fr/ban/topliste.swf?id=192&amp;nom=">');
document.write('<param name="quality" value="high">');
document.write('<embed src="http://www.topliste.fr/ban/topliste.swf?id=192&nom=" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="200" height="40"></embed>');
document.write('</object>');
document.write('</TD>');

// nedstat / Motigo
//document.write('<TD ALIGN="center">');
//function plugNS(){var b=1;var o=0;var p=new Array("Shockwave Flash","Shockwave for Director","RealPlayer","QuickTime","VivoActive","LiveAudio","VRML","Dynamic HTML Binding","Windows Media Services");var np=navigator.plugins;for(var x=0;x<p.length;x++){for(var i=0;i<np.length;i++)if(np[i].name.indexOf(p[x])>=0)o|=b;b*=2;}return o;}function plugIE(){if(!document.body)document.write('<body>');var db=document.body;var o=0;var b=1;var p=new Array("D27CDB6E-AE6D-11CF-96B8-444553540000","2A202491-F00D-11CF-87CC-0020AFEECF20","23064720-C4F8-11D1-994D-00C04F98BBC9","","","","90A7533D-88FE-11D0-9DBE-0000C0411FC3","9381D8F2-0288-11D0-9501-00AA00B911A5","22D6F312-B0F6-11D0-94AB-0080C74C7E95");db.addBehavior("#default#clientcaps");for(var i=0;i<p.length;i++){if(p[i])if(db.isComponentInstalled("{"+p[i]+"}","componentid"))o|=b;b*=2;}return o;}function nedstatbasic(id,options){var n=navigator;var ver=n.appVersion;var name=n.appName;var d=document;var verIE=parseInt(ver.substring(ver.indexOf("MSIE")+5,ver.indexOf("MSIE")+6));if(verIE>0)ver=verIE;else ver=parseInt(ver);var u="http://m1.nedstatbasic.net/n?id="+id;var r;if(options&1)r=d.referrer;else r=top.document.referrer;if(!(options&2)){var rc=r;var i=rc.indexOf('?');if(i >=0)rc=rc.substring(0, i);i=rc.lastIndexOf('/');if(i >=0)rc=rc.substring(0, i+1);var l=''+d.location;if(l.indexOf(rc)==0)r='';}if(r&&(r!=d.location))u+="&r="+escape(r);if((name=="Netscape"&&ver>=3))u+="&p="+plugNS();if(verIE>=5&&n.appVersion.indexOf('Win')>=0&&n.userAgent.indexOf('Opera')<0)u+="&p="+plugIE();if(ver>=4){var s=screen;var w=s.width;var c=s.colorDepth;if(w)u+="&w="+w;if(c)u+="&c="+c;}d.write('<a target=_blank href="http://v1.nedstatbasic.net/stats?'+id+'"><img src="'+u+'" border=0 width=18 height=18 alt="Nedstat Basic - Free web site statistics"></a>');}
//nedstatbasic("ACBWQQ4zxRLKdxk7qz3b5xNyv1zA", 0);
//document.write('</TD>');
document.write('<TD ALIGN="center">');
document.write('<a id="mws2119233" href="http://webstats.motigo.com/">');
document.write('<img width="18" height="18" border="0" alt="Free counter and web stats" src="http://m1.webstats.motigo.com/n.gif?id=ACBWQQ4zxRLKdxk7qz3b5xNyv1zA" /></a>');
document.write('<script src="http://m1.webstats.motigo.com/c.js?id=2119233" type="text/javascript"></script>');
document.write('</TD>');

// meilleur du web
document.write('<TD ALIGN="center">');
document.write('<A HREF="http://www.meilleurduweb.com/index.php?id=37503" target="_blank"><IMG SRC="http://www.meilleurduweb.com/images/pub/banniere_88.31.gif" border="0" ALT="www.meilleurduweb.com : Annuaire des meilleurs sites Web."></A>');
document.write('</TD>');

// cyberacteur
document.write('<TD ALIGN="center">');
document.write('<a href="http://www.cyberacteurs.org/actions/petitions.php" target="_blank">Cyber @cteurs : le site d actions citoyennes</a>');
document.write('</TD>');

// référencement gratuit
document.write('<TD ALIGN="center">');
document.write('<a href="http://www.referencement-gratuit.net"><img src="http://www.referencement-gratuit.net/img/logo8831.gif" alt="referencement gratuit" title="referencement gratuit" width="88" height="31" border="0"></a>');
document.write('</TD>');


document.write('</TR>');
document.write('</TABLE>');
document.write('<TABLE BORDER="1" ALIGN="CENTER">');
document.write('<TR>');

// La brute
document.write('<TD ALIGN="center">')
document.write('<A HREF="http://fafamru.labrute.fr"><IMG SRC="http://www.mrugala.net/LaBrute.jpg" ALT="Affrontez moi !"></A>');
document.write('</TD>');


document.write('</TR>');
document.write('</TABLE>');

document.write('<script language="javascript" src="http://w1.webreseau.com/impression.asp?IDClient=354973"></script>');
