function vote( id, note ){
	location.href = '/vote.php?id_article='+id+'&note='+note+'&url='+location.href+'#'+id;
}