jQuery(function($){
	$('form').initializeForm();
	$('.validate').formValidate(); 
	$('.package').packagePreview();
});