/*
 * article related scripts
 */
  
function picVote()
{
	var id = ($('#img').attr('rel') );
	var page_id = 1; //<?=$this->getPageId()?>;
	
	$.post( 'picture_vote.php', {id:id, page_id:page_id}, function(t){$('html').click();$('.vote').hide();alert(t)});
}
