jQuery('document').ready(function(){
	var pv=$('.pr_content a[href!=#][href!=/][class!=button_website]').length;
	$.get('/2010/proc/_tmp_pr_tag_statistics.php?pv='+pv);	
	$('.pr_content a[href!=#][href!=/][class!=button_website]').click(function(e){
		$.get('/2010/proc/_tmp_pr_tag_statistics.php?hit=1');																  
	});
});

