// Fichier JavaScript de digital-nation
// v2.5.228.alpha
// Licence : voir le site digital-nation/blog ou http://creativecommons.org/licenses/by-nc-sa/2.0/be/

// Fonction xiti
// Information : recueil des statistiques via le site Xiti.com
// Licence : voir le site xiti.com
function xiti() {
	Xt_param = 's=148104&p=';
	Xt_r = document.referrer;
	Xt_h = new Date();
	Xt_i = '<img width="39" height="25" border="0" ';
	Xt_i += 'src="http://logv24.xiti.com/hit.xiti?' + Xt_param;
	Xt_i += '&hl=' + Xt_h.getHours() + 'x' + Xt_h.getMinutes() + 'x' + Xt_h.getSeconds();
	if(parseFloat(navigator.appVersion) >= 4)
		{ Xt_s = screen; Xt_i += '&r=' + Xt_s.width + 'x' + Xt_s.height + 'x' + Xt_s.pixelDepth + 'x' + Xt_s.colorDepth; }
		document.write(Xt_i + '&ref=' + Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$') + '" title="Analyse d\'audience">'); }
function xiti_secours() {
	Xt_param = 's=254479&p=';
	Xt_r = document.referrer;
	Xt_h = new Date();
	Xt_i = '<img width="39" height="25" border="0" ';
	Xt_i += 'src="http://logv24.xiti.com/hit.xiti?' + Xt_param;
	Xt_i += '&hl=' + Xt_h.getHours() + 'x' + Xt_h.getMinutes() + 'x' + Xt_h.getSeconds();
	if(parseFloat(navigator.appVersion) >= 4)
		{ Xt_s = screen; Xt_i += '&r=' + Xt_s.width + 'x' + Xt_s.height + 'x' + Xt_s.pixelDepth + 'x' + Xt_s.colorDepth; }
		document.write(Xt_i + '&ref=' + Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$') + '" title="Analyse d\'audience">'); }
// Fonction addict
// Information : image aléatoire des logiciels, sites et informations que je supporte
// Licence : voir le site http://users.skynet.be/digital-nation/blog ou http://creativecommons.org/licenses/by-nc-sa/2.0/be/
// Remerciement spécifique à v1nce et EricM, des forums EditeurJavaScript.com
function _addict2() {
	var i; i = new Array;
	i[0] = "browsehappy.gif|http://browsehappy.com/| la navigation alternative";
	i[1] = "linux.png|http://www.linux.org/| le noyau Linux";
	i[2] = "firefox2.gif|http://www.mozilla.org/products/firefox/| le navigateur FireFox";
	i[3] = "wikipedia.gif|http://www.wikipedia.org/| la connaissance avec Wikipedia";
	i[4] = "opera.gif|http://www.opera.com/| le navigateur Opera";
	i[5] = "thunderbird.gif|http://www.mozilla.org/products/thunderbird/| le logiciel de courrier Thunderbird";
	i[6] = "openoffice2.gif|http://www.openoffice.org/| la suite bureautique OpenOffice.org";
	i[7] = "7zip.gif|http://www.7-zip.org/| le logiciel de compression et d'archivage 7-zip"; 
	i[8] = "innosetup.gif|http://www.jrsoftware.org/| le logiciel d'installeur Inno SetUp";
	i[9] = "nvu.png|http://www.nvu.com/| la suite de création Web NVU";
	i[10] = "gimp.png|http://www.gimp.org/| la suite de création graphique GIMP";
	i[11] = "framasoft.jpg|http://www.framasoft.org| le portail du Libre, Framasoft";
	var z; z = Math.round(Math.random() * (i.length - 1));
	var r; r = (i[z]).split("|");
	var l; l = "http://users.skynet.be/digital-nation/blog/css/img/addict/";
	document.write("<a href=\"" + r[1] + "\" target=\"_blank\" alt=\"Je supporte " + r[2] + "\"><img src=\"" + l + r[0] + "\" alt=\"" + r[2] + " name=\"" + r[2] + " title=\"Je supporte " + r[2] +"\"></a>"); }

