$(document).ready(function(){
	$("#SanastotSearchQuery")
	  	.select()
   		.focus();
})
