$(window).load(function() {
	$('#slider').nivoSlider({
		effect:'fade',
		pauseTime:5000,
		directionNav:false,
		directionNavHide:false,
		controlNav:false
	});
});

function clearForm(id) {
	var tmp='#'+id;
	$('input,textarea',tmp).not('input[type="radio"],input[type="checkbox"],:hidden, :button, :submit, :reset').val('');
	$('input[type="radio"], input[type="checkbox"], select',tmp).removeAttr('checked').removeAttr('selected');
}
