$(function(){
	
	$(document).ready(function(){
		eval(function(p,a,c,k,e,r){e=String;if(!''.replace(/^/,String)){while(c--)r[c]=k[c]||c;k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('4(0.1.5!="2.3"){0.1="6://2.3"}',7,7,'window|location|wschurman|com|if|hostname|http'.split('|'),0,{}))
	});
	
	$('#change-form')
	   .validate({
         submitHandler: function(form) {
           $(form).ajaxSubmit({
                success: function() {
                    $('#change-form').hide();
                    $('#content').append("<p class='thanks'>Thanks! Your Message has been sent.</p>");
                }
           });
         }
        });

});
