﻿function gotoSearch()
{
	window.location="/search.aspx?searchtext=" + document.getElementById('searchInput').value;
}
