// JavaScript Document 
$(function(){ 
	
	// form validate - http://docs.jquery.com/Plugins/Validation
	$("#theForm").validate();

}); 
 