$(document).ready(function() {
	$(".headline").click(function() {
	$(this).find(".teaser").toggle();
	});

	$("#choose").click(function() {
	$("#options").toggle();
	});
	
	$("#slider").easySlider({
		auto: true,
		continuous: true 
	});
	
});

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}
				
					
					

