function performSearch(SITE_URL) {
	location.href = '/search.php?query=' + document.getElementById('tbSearchQuery').value;
}
