 
<!-- start hiding code

function combineScope()
{
	var s = document.searchform.val1.value + 
		" AND @docaddress " +
		document.searchform.directory.value;
	document.searchform.val1.value = s;
}
// stop hiding code -->
 
