document.write('<div class="fcsnapshot" style="width: 300px;">\n');
document.write('\n');
document.write('<div>\n');
document.write('<div class="getquote1" style="text-align: left;">\n');
document.write(' <div class="search">\n');
document.write('  <form method="get" action="http:\/\/business.ricentral.com\/ricentral\/quote" onsubmit="document.widget_976719.submit(); return false;">\n');
document.write('   <input type="text"\n');
document.write('    class="ticker"\n');
document.write('    onblur="document.widget_976719.close()" \n');
document.write('    onmouseover="document.widget_976719.search_close=false" \n');
document.write('    autocomplete="off" \n');
document.write('    onkeyup="document.widget_976719.update()" \n');
document.write('    onkeypress="document.widget_976719.keyPress(event)"\n');
document.write('    onclick="this.isValid = 1; this.value = \'\'"\n');
document.write('    value="Enter Symbol or Company" \n');
document.write('    name="Symbol"\n');
document.write('    id="widget_976719_input" \n');
document.write('   \/>\n');
document.write('   <div class="go" onclick="this.parentNode.submit()">Get Quote<\/div>\n');
document.write('  <\/form>\n');
document.write(' <\/div>\n');
document.write(' <div onmouseover="widget_976719.search_close=false" onmouseout="widget_976719.close()" class="dropdown" id="widget_976719_dropdown" style="display:none;"><\/div>\n');
document.write('<\/div>\n');
document.write('<scr'+'ipt>\n');
document.write(' function getquote1() {\n');
document.write('  this.inputEl = document.getElementById(\'widget_976719_input\');\n');
document.write('  this.dropdownEl = document.getElementById(\'widget_976719_dropdown\');\n');
document.write(' \n');
document.write('  this.myQuotes = new Array();\n');
document.write('  this.search_header = \'<table cellpadding="0" cellspacing="0" border="0" width="100%">\';\n');
document.write('  this.search_footer = \'<\/table>\';\n');
document.write('  this.search_close   = false;\n');
document.write('  this.search_timer = null;\n');
document.write('  this.search_name = null;\n');
document.write('\n');
document.write('\n');
document.write('  this.headTag       = document.getElementsByTagName("head").item(0);\n');
document.write('\n');
document.write('  this.submit = function() {\n');
document.write('   this.search_close = true;\n');
document.write('   this.closeReal();\n');
document.write('   this.getQuote(this.inputEl.value);\n');
document.write('  };\n');
document.write('\n');
document.write('  this.close = function() {\n');
document.write('   this.search_close = true;\n');
document.write('   setTimeout("document.widget_976719.closeReal()",500);\n');
document.write('  };\n');
document.write('  \n');
document.write('  this.closeReal = function() {\n');
document.write('   if (this.search_close == true) {\n');
document.write('    this.dropdownEl.style.display = \'none\';\n');
document.write('   }\n');
document.write('  };\n');
document.write('  \n');
document.write('  this.keyPress = function(e) {\n');
document.write('   var key = e.keyCode || e.charCode;\n');
document.write('   if (key == 13) {\n');
document.write('    document.widget_976719.getQuote(this.inputEl.value);\n');
document.write('   } \n');
document.write('  };\n');
document.write('\n');
document.write('  this.update = function() {\n');
document.write('   this.search_name = this.inputEl.value = this.inputEl.value.toUpperCase();\n');
document.write('   if (this.search_timer == null) {\n');
document.write('    this.search_timer = setTimeout("document.widget_976719.updateReal()",200);\n');
document.write('   }\n');
document.write('  };\n');
document.write(' \n');
document.write('  this.updateReal = function() {\n');
document.write('   clearTimeout(this.search_timer);\n');
document.write('   this.search_timer = null;\n');
document.write('   this.dropdownEl.style.display = \'block\';\n');
document.write('   var url = \'http:\/\/feeds.financialcontent.com\/JSQuote?Account=ricentral&Callback=document.widget_976719.dataCallback&GetName=\' + this.inputEl.value;\n');
document.write('\n');
document.write('   var scr'+'iptTag     = document.createElement("scr'+'ipt");\n');
document.write('       scr'+'iptTag.src = \'http:\/\/feeds.financialcontent.com\/JSQuote?Account=ricentral&Callback=document.widget_976719.dataCallback&GetName=\' + this.inputEl.value;\n');
document.write('   this.headTag.appendChild( scr'+'iptTag );\n');
document.write('  };\n');
document.write('\n');
document.write('  this.dataCallback = function(quotes) {\n');
document.write('   this.myQuotes = quotes;\n');
document.write('   this.redrawSymbolLookup();\n');
document.write('  };\n');
document.write(' \n');
document.write('  this.redrawSymbolLookup = function() {\n');
document.write('   var HTML = this.search_header;\n');
document.write('   var search_regex = new RegExp("(" + this.search_name + ")","i");\n');
document.write('   for (var key in this.myQuotes) {\n');
document.write('    var quote = this.myQuotes[key];\n');
document.write('    quote[\'Name\'] = quote[\'Name\'].replace(search_regex,"<b>$1<\/b>");\n');
document.write('    quote[\'SymbolID\'] = quote[\'Exchange\'] + \':\' + quote[\'Ticker\'];\n');
document.write('    \/\/quote[\'SymbolID\'] = quote[\'ExchangeCode\'] + \':\' + quote[\'Valoren\'];\n');
document.write('    quote[\'DisplayTicker\'] = quote[\'Ticker\'].replace(search_regex,"<b>$1<\/b>");\n');
document.write('    HTML += this.getRowHTML(quote);\n');
document.write('   }\n');
document.write('   HTML += this.search_footer;\n');
document.write('   this.dropdownEl.innerHTML = HTML;\n');
document.write('  };\n');
document.write('  \n');
document.write('  this.getQuote = function(symbol) {\n');
document.write('   if (this.inputEl.isValid) {\n');
document.write('    top.location.href = \'http:\/\/business.ricentral.com\/ricentral\/quote\' + \'?Symbol=\' + symbol;\n');
document.write('   }\n');
document.write('  };\n');
document.write('\n');
document.write('  this.getRowHTML = function(quote) {\n');
document.write('   return \'<tr onclick=\\"document.widget_976719.getQuote(\\\'\' + quote[\'SymbolID\'] + \'\\\')\\">\' + \n');
document.write('          \'<td class="ticker">\' + quote[\'DisplayTicker\'] + \'<\/td>\' +\n');
document.write('          \'<td class="name">\' + quote[\'Name\'] + \'<\/td>\' +\n');
document.write('          \'<\/tr>\';\n');
document.write('  };\n');
document.write(' }\n');
document.write('\n');
document.write(' document.widget_976719 = new getquote1();\n');
document.write('<\/scr'+'ipt>\n');
document.write('<style type="text\/css">@import url(http:\/\/business.ricentral.com\/widget\/investcenter-nonfree\/getquote\/getquote1.css);<\/style><style type="text\/css">@import url(http:\/\/business.ricentral.com\/client\/ricentral\/widget.css);<\/style><style type="text\/css">@import url(http:\/\/business.ricentral.com\/client\/ricentral\/ricentral\/widget.css);<\/style>\n');
document.write('<\/div>\n');
document.write('<div style="padding-top: 8px; padding-bottom: 5px;">\n');
document.write(' <div class="widget-snapshot2">\n');
document.write('\n');
document.write(' <div class="title" id="title80582592"\n');
document.write('     onclick="top.location.href=\'http:\/\/business.ricentral.com\/ricentral\/quote?Symbol=NQ%3ACOMP\'"\n');
document.write(' >\n');
document.write(' <\/div>\n');
document.write('\n');
document.write(' <div class="fcchart">\n');
document.write('  <a id="chartlink80582592" target="_parent" href = "#"><img id="chart80582592" \/><\/a>\n');
document.write(' <\/div>\n');
document.write(' <table class= "data" width="100%" border="0" cellspacing="0" cellpadding="0">\n');
document.write(' <tr>\n');
document.write('  <th class="label first">Name<\/th>\n');
document.write('  <th class="label">Last<\/th>\n');
document.write('  <th class="label last">Change %<\/th>\n');
document.write(' <\/tr>\n');
document.write('  <tr class="row row1" onmouseover="this.className = \'row row1 hover\'; document.switchChart80582592(\'NQ:COMP\', 0)" onmouseout="this.className =\'row row1\'" \n');
document.write('     onclick="top.location.href=\'http:\/\/business.ricentral.com\/ricentral\/quote?Symbol=NQ%3ACOMP\'"\n');
document.write('  >\n');
document.write('   <td class="arrow arrow_up name name0">Nasdaq<\/td>\n');
document.write('   <td class="price">8710.71<\/td>\n');
document.write('   <td class="change"><span class="positive change_positive">+105.76\n');
document.write('  (+1.23%)\n');
document.write('	\n');
document.write('  <\/span><\/td>\n');
document.write('  <\/tr>\n');
document.write('  <tr class="row row2" onmouseover="this.className = \'row row2 hover\'; document.switchChart80582592(\'CBOE:SPX\', 1)" onmouseout="this.className =\'row row2\'" \n');
document.write('     onclick="top.location.href=\'http:\/\/business.ricentral.com\/ricentral\/quote?Symbol=CBOE%3ASPX\'"\n');
document.write('  >\n');
document.write('   <td class="arrow arrow_up name name1">S&amp;P 500<\/td>\n');
document.write('   <td class="price">2842.74<\/td>\n');
document.write('   <td class="change"><span class="positive change_positive">+12.03\n');
document.write('  (+0.42%)\n');
document.write('	\n');
document.write('  <\/span><\/td>\n');
document.write('  <\/tr>\n');
document.write('  <tr class="row row1" onmouseover="this.className = \'row row1 hover\'; document.switchChart80582592(\'IX:NYA\', 2)" onmouseout="this.className =\'row row1\'" \n');
document.write('     onclick="top.location.href=\'http:\/\/business.ricentral.com\/ricentral\/quote?Symbol=IX%3ANYA\'"\n');
document.write('  >\n');
document.write('   <td class="arrow arrow_down name name2">NYSE<\/td>\n');
document.write('   <td class="price">11056.28<\/td>\n');
document.write('   <td class="change"><span class="negative change_negative">-2.29\n');
document.write('  (-0.02%)\n');
document.write('	\n');
document.write('  <\/span><\/td>\n');
document.write('  <\/tr>\n');
document.write('  <tr class="row row2" onmouseover="this.className = \'row row2 hover\'; document.switchChart80582592(\'CY:GOLD\', 3)" onmouseout="this.className =\'row row2\'" \n');
document.write('     onclick="top.location.href=\'http:\/\/business.ricentral.com\/ricentral\/quote?Symbol=CY%3AGOLD\'"\n');
document.write('  >\n');
document.write('   <td class="arrow arrow_down name name3">Gold<\/td>\n');
document.write('   <td class="price">1706.20<\/td>\n');
document.write('   <td class="change"><span class="negative change_negative">-7.10\n');
document.write('  (-0.41%)\n');
document.write('	\n');
document.write('  <\/span><\/td>\n');
document.write('  <\/tr>\n');
document.write('  <tr class="row row1" onmouseover="this.className = \'row row1 hover\'; document.switchChart80582592(\'CY:OIL\', 4)" onmouseout="this.className =\'row row1\'" \n');
document.write('     onclick="top.location.href=\'http:\/\/business.ricentral.com\/ricentral\/quote?Symbol=CY%3AOIL\'"\n');
document.write('  >\n');
document.write('   <td class="arrow arrow_up name name4">Oil<\/td>\n');
document.write('   <td class="price">22.33<\/td>\n');
document.write('   <td class="change"><span class="positive change_positive">+1.94\n');
document.write('  (+9.51%)\n');
document.write('	\n');
document.write('  <\/span><\/td>\n');
document.write('  <\/tr>\n');
document.write('  <tr class="row row2" onmouseover="this.className = \'row row2 hover\'; document.switchChart80582592(\'USTRS:USAYIELD10YR\', 5)" onmouseout="this.className =\'row row2\'" \n');
document.write('     onclick="top.location.href=\'http:\/\/business.ricentral.com\/ricentral\/quote?Symbol=USTRS%3AUSAYIELD10YR\'"\n');
document.write('  >\n');
document.write('   <td class="arrow arrow_up name name5">10Y Yield<\/td>\n');
document.write('   <td class="price">0.6600<\/td>\n');
document.write('   <td class="change"><span class="positive change_positive">+0.03\n');
document.write('  (+3.92%)\n');
document.write('	\n');
document.write('  <\/span><\/td>\n');
document.write('  <\/tr>\n');
document.write(' <\/table>\n');
document.write('\n');
document.write('  <div class="attribution">Quotes delayed at least 20 mins.<\/div>\n');
document.write('\n');
document.write('<scr'+'ipt>\n');
document.write('  var tickers = new Array();\n');
document.write('    tickers[0] = \'COMP\';\n');
document.write('    tickers[1] = \'SPX\';\n');
document.write('    tickers[2] = \'NYA\';\n');
document.write('    tickers[3] = \'GOLD\';\n');
document.write('    tickers[4] = \'OIL\';\n');
document.write('    tickers[5] = \'USAYIELD10YR\';\n');
document.write('\n');
document.write('  document.switchChart80582592 = function(ticker, pos) {\n');
document.write('   document.getElementById(\'chart80582592\').src = \'http:\/\/chart.financialcontent.com\/Chart?shwidth=3&vdcolor=FF0000&fillshx=0&width=300&arcolor=null&gmcolor=DDDDDD&Client=ricentral&lncolor=2466BA&gbcolor=FFFFFF&grcolor=FFFFFF&fillshalpha=20&volume=0&itcolor=666666&fillshy=0&height=115&brcolor=FFFFFF&lnwidth=2&type=0&txcolor=444444&vucolor=008000&bvcolor=FFFFFF&shcolor=BBBBBB&bgcolor=null&gtcolor=2466BA&pvcolor=B50000&mkcolor=CD5252&fillalpha=0&ibcolor=null&ticker=\' + ticker;\n');
document.write('   document.getElementById(\'chartlink80582592\').href = \'http:\/\/business.ricentral.com\/ricentral\/quote?Symbol=\' + ticker;\n');
document.write('  }\n');
document.write('\n');
document.write('  document.switchChart80582592(\'NQ:COMP\', 0);\n');
document.write(' <\/scr'+'ipt>\n');
document.write('<\/div>\n');
document.write('<style type="text\/css">@import url(http:\/\/business.ricentral.com\/widget\/investcenter-nonfree\/snapshot\/snapshot2.css);<\/style>\n');
document.write('<\/div>\n');
document.write('     <div style="text-align: center; padding-top:5px">\n');
document.write('      \n');
document.write('  <iframe id=\'fcad4778377\' name=\'fcad4778377\' src=\'http:\/\/ads.financialcontent.com\/www\/delivery\/afr.php?n=fcad4778377&amp;&amp;zoneid=5421&amp;cb=fcad4778377\' framespacing=\'0\' frameborder=\'no\' scrolling=\'no\' width=\'300\' height=\'250\' allowtransparency=\'true\'><\/iframe>\n');
document.write('  <scr'+'ipt type=\'text\/javascr'+'ipt\' src=\'http:\/\/ads.financialcontent.com\/www\/delivery\/ag.php\'><\/scr'+'ipt>\n');
document.write(' \n');
document.write('     <\/div>\n');
document.write('<\/div>\n');
document.write('');

  var h34608402=document.getElementsByTagName('head')[0];
  var script=document.createElement('script');
  script.type="text/javascript";
  script.src='http://tracker.financialcontent.com/track.js?Source=http%3A%2F%2Fbusiness.ricentral.com%2Fricentral%2Fwidget%3Asnapshot%3FHTTP_HOST%3Dbusiness.ricentral.com%26HTTPS%3Doff%26Output%3DJS&Type=widget&Client=ricentral&rand=' + Math.random();
  h34608402.appendChild(script);
 
  var _qevents = _qevents || [];

  (function() {
   var elem = document.createElement('script');
   elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
   elem.async = true;
   elem.type = "text/javascript";
   h34608402.appendChild(elem);
  })();

  _qevents.push({
   qacct:"p-0cUI5xpPZj8YQ"
  });
  