$(function() {

$("#searchfield").focus(function() {
	if ( $(this).val() == "Suchbegriff...")
		{ $(this).val(''); }
    }); 

$('#calendar a').Tooltip({
	delay: 0,
	showURL: false,
	});
		
});