$(document).ready(function() {
	$('#footer').prepend('<a href="#footer" onclick="window.print();" class="print">Inhalte drucken</a>');

	$(document).SearchHighlight({
		exact: 'partial',
		highlight: $('#content'),
		style_name: 'search-term',
		style_name_suffix: false,
		engines: [new RegExp().compile('http:\/\/' + window.location.host,'i'),/search\-query=([^&]+)/i]
	});
});

