//$(function(){
//
//	$('#signup-form')
//	   .validate({
//         submitHandler: function(form) {
//           $(form).ajaxSubmit({
//                success: function() {
//                    $('#signup-form').hide();
//					$('#contactForm p').hide();
//                    $('#contactForm').append("<p class='thanks'>Your subscription request has been sent!</p><p class='thanks'>Your eBook will be emailed to you shortly.</p>")					
//                }
//           });
//         }
//        }); 
//        
//});
//$(function(){
//
//	$('#signup-form2')
//	   .validate({
//         submitHandler: function(form) {
//           $(form).ajaxSubmit({
//                success: function() {
//                    $('#signup-form2').hide();
//					$('#content p').hide();
//                    $('#content').append("<p>Thanks! Your subscription request has been sent.</p><p>Your eBook will be emailed to you shortly.</p>")
//                }
//           });
//         }
//        }); 
//        
//});
