
// Submit forms when user hits enter

function send(){ 
	document.searchform.submit()
}
function send(){ 
	document.stayinformed.submit()
}