function search_do(form)
{
	window.location = "http://www.fileshot.net/search/" + encodeURIComponent( form.hash.value );
	return false;
}