function boxSubmitTicker() { var userInput = escape( document.smartQuoteBox.tickerInput.value ); if( (userInput == null) || (userInput == "") ) { return false; } else { var quoteURL; if( (userInput.length == 5) && ( (userInput.charAt(4) == "X") || (userInput.charAt(4) == "x") ) ) { quoteURL = "/funds/Tearsheet.jhtml?tkr=" + userInput.toUpperCase(); } else { quoteURL = "/finance/mktguideapps/compinfo/CompanyTearsheet.jhtml?tkr=" + userInput; } // Do the lookup window.location = quoteURL; // Form should not submit since we are taking care of everything in the javascript return false; } } document.write( "" + "" + "" + " " + " " + " " + "" + "" + "" + "" + "" + "
Related Quotes
26.72- 0.06
381.37+ 3.42
75.88+ 0.66
24.36+ 0.14
" + "
"+ "
");