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