function goSearch(strType, strValue){
	if(strValue!=''){
		window.location.href='/?type='+strType+'&i=Search+Results&s='+strValue;
	}
}
