// JavaScript Document
	$(function(){
		 $("a.show-form-btn").click(function() {  
		 $(".form").slideDown("fast");$(this).hide(); 
		 });
	 });
