function setpreview(){
$(".social").show("slow");
	$(".social td a").click(function(){
		$(".social").hide("slow");
		$(".social-btn").fadeIn("slow");
	});
	$(".social-btn").click(function(){
		$(".social-btn").hide("slow");
		$(".social").show("slow");
	});
}
