
/* Init */
$(window).resize(function() {
	
	
});
$(document).ready(function(){
  	 	
  	initPageTracking();
  	return false;
    
});

//lien de tracking
function initPageTracking() {
     
	$(".SendRssGoogle a").click(function() {
	 	 	Tracking('http://nestlecroquonslavie.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=370519&A=1&L=110813&C=5426&P=11708&T=E&W=1&CREA=74965&URL');
	});
	$(".SendRssNetvibes a").click(function() {
	 	 	Tracking('http://nestlecroquonslavie.solution.weborama.fr/fcgi-bin/performance.fcgi?ID=370519&A=1&L=110814&C=5426&P=11709&T=E&W=1&CREA=74966&URL');
	});
	
	
};

function Tracking(pUrl){
$("#divTrackWeborama").append('<iframe src="' + pUrl + '" width="0" height="0" ></iframe>')
}

