var xyloo = {
	xyloo_url:'http://xyloo.com',
	hash:'2f32b14e9de9267d4765b35a9c79c5ec',
	p:'wyood.fr',
	track:function(g,v,url) {
		var _href = this.xyloo_url+'/epi/'+this.hash+'/'+this.p+'/'+g+'/'+v;
		if (url) {
			window.location = _href+'?url='+encodeURIComponent(url);
		} else {
			obj = new Image();
			obj.src = _href;
		}
	}
}
        
