function getQuickQuote(strSymbol) {
  window.location.href = "../quickquote/default.asp?symbol=" + strSymbol;
}
