jQuery(document).ready(function() {

});

// cast vote for current blog
function vote(blog_id) {
	window.location = '../../user_votes/vote/' + blog_id;
}

