jQuery(document).ready(function(){ 
	jQuery("#stafBlock").hide();
	jQuery(".sendToAFriend").click(function(){
		jQuery("#stafBlock").slideDown("slow");
		return false
	});
	

});
