jQuery(document).ready(function() {
		decorate_select(document.forms.testimonialform.country,200);

		jQuery('#testimonial_reedit').click(function() {
				jQuery(document.forms.testimonialconfirmform).hide();
				jQuery(document.forms.testimonialform).show();
			})})

