var ref = '';
var tmp = '';
var loc = '';
var display = true;
var tbl = new Array();
var re1 = new RegExp("[^:]*://[^/]*/");
var re2 = new RegExp("[^:]*://[^/]*");
/*
var tbl = new Array(
'removed',
'removed',
'http://localhost/');
*/
if (document.referrer != top.document.location) {ref = document.referrer;} else {ref = top.document.referrer;}
ref = ref.toLowerCase();
if ( 0 != ref.length) {
loc = document.location.toString().toLowerCase();
tmp = ref.match(re1);
if ( null == tmp) tmp = ref.match(re2);
if ( 0 == loc.indexOf(tmp)) {display = false;}
for ( i in tbl) {if ( 0 == ref.indexOf( tbl[i])) {display = false; break;}}
}
if ( display) {
//alert(ref);


// CODE VUmetrix 
tps = new Date();
docu = document;
ima = '<img src="http://stats2.extenseo.be/pi?' + tps.getMinutes() + '0' +
tps.getSeconds() + '_nb' + '&SITE_ID=85&PAGE_ID=69';
if(parseFloat(navigator.appVersion)>=4)
{s=screen;ima += '&RES=' + s.width + 'x' + s.height + 'x' + s.pixelDepth +
'x' + s.colorDepth;}
if (document.referrer != top.document.location) ima += '&REF=' + document.referrer;
else ima += '&REF=' + top.document.referrer;
docu.writeln(ima + '" width="0" height="0">');
// FIN DU CODE VUmetrix 
}