/*
* Fixquery.js - designed to take a search query and then allow a subsite of wisconsin/uwsa to be searched
* based on a hidden input
*/

function fixquery() 
{
	document.searchform.query.value = document.searchform.query.value + " " + document.searchform.addl_query.value;
}