$(document).ready(function(){$(".pp-button1, .pp-button2, .pp-button3").click(function(){$(this).animate({backgroundPosition:'50% 0%'},500).animate({backgroundPosition:'50% 100%'},600)});$(".pp-button2").click(function(){$(this).parents("div.prof-post").children("div.pp-1,div.pp-3").hide();$(this).parents("div.prof-post").children("div.pp-2").show()});$(".pp-button3").click(function(){$(this).parents("div.prof-post").children("div.pp-1,div.pp-2").hide();$(this).parents("div.prof-post").children("div.pp-3").show()});$(".pp-button1").click(function(){$(this).parents("div.prof-post").children("div.pp-2,div.pp-3").hide();$(this).parents("div.prof-post").children("div.pp-1").show()})});
