$(function() {
	$('#slider1').aviaSlider({
			   autorotationSpeed:4,
			   backgroundOpacity:0.9
	});
});

function ClearForm() {
		  document.newsletter.Text.value= "";
		}
