function redirect_search(){
	var keyword = document.getElementById('keyword').value;
	window.location = 'http://www.nethry.sk/online-hry/search/'+keyword+'.html';
}

