// JavaScript Document
/*
docStat = document; dStat = new Date(); resStat = screen.width+"x"+screen.height; cStat = screen.colorDepth;
srcStat = 'http://www.imageassociee.com/sites/cabaret/admin/phpmyvisites.php?url='+escape(docStat.location.pathname+docStat.location.search);
srcStat += '&site=1&res='+resStat;
srcStat += '&siteh='+docStat.location.hostname+'&c='+cStat+'&h='+dStat.getHours()+'&m='+dStat.getMinutes()+'&s='+dStat.getSeconds();
docStat.writeln('<div style="position:absolute; left:-50px; top:-50px; width:10px; height:10px; visibility:visible"><img border="0" alt="Statistiques Image Associée" src="'+srcStat+'&ref='+escape(docStat.referrer)+'" /></div>');
*/