$(document).ready(function()
{	
    $(".facebook", this).click(function()
	{  
		$(".facebook_show", this).toggle().stop; 
    });
});
 
