search = function()
{
	window.location.href = document.getElementById('clp').value + 'search/index.aspx?term=' + document.getElementById("txtSearch").value;
}
