$(document).ready(function() {
	
//Contact Form Validation
	$("#freeform").validate();

//Contact form show/hide other
	//$(".other").hide();
	
	//$("#interest").change(function() {
	//	alert("Thanks for visiting!"); 
	//});
});