$(function(){

	$('.track_click').click(function(){
		$.post('/tracking.php', {'data': 1});
		
		return true;
	});
	
});
