function siteSearch(key){
	url = "http://" + window.location.hostname +"/results.aspx?IndexCatalogue=Search&SearchQuery="+ key;
	document.forms[0].action= url;
	document.forms[0].submit();
}
