<!--

function checksearch(){
	if (document.search.test.value== "") {
		alert('Please Enter a Search Request');
	}
}

function checkStock(){
	if (document.stock.quote.value== "") {
		alert('Please Enter A Stock Symbol');
	}
}

function newsletter(url){
	newWindow = window.open(url,'newsletter','toolbar=no,scrollbars=yes,width=350,height=450');
}
//-->
