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
32.69- 0.07
413.30- 2.40
82.92- 0.18
28.03+ 0.09
" + "
"+ "
");