jQuery(function($){
	$("input").attr("autocomplete","off");			
	
	$("input#search").defaultvalue("Geben Sie einen Suchbegriff ein.");
	$("input#username").defaultvalue("Username");
	$("input#password").defaultvalue("Passwort");

});


