document.write("<input type=\"button\" value=\"Search\" onclick=\"senditnow()\" />");
function senditnow(){
	window.location= "search/" + document.getElementById("searchy").value;
}
