function wpv_vote(post_id, vote){
	jQuery('#wpvote_'+post_id).load('/wp-content/plugins/wpvote/wpv_vote.php?post_id='+post_id+'&vote='+vote);
}
