document.write('<div class="fcsnapshot">\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="https:\/\/markets.financialcontent.com\/ridgwayrecord\/quote" onsubmit="document.widget_626672.submit(); return false;">\n');
document.write('   <input type="text"\n');
document.write('    class="ticker"\n');
document.write('    onblur="document.widget_626672.close()" \n');
document.write('    onmouseover="document.widget_626672.search_close=false" \n');
document.write('    autocomplete="off" \n');
document.write('    onkeyup="document.widget_626672.update()" \n');
document.write('    onkeypress="document.widget_626672.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_626672_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_626672.search_close=false" onmouseout="widget_626672.close()" class="dropdown" id="widget_626672_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_626672_input\');\n');
document.write('  this.dropdownEl = document.getElementById(\'widget_626672_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_626672.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_626672.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_626672.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=ridgwayrecord&Callback=document.widget_626672.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=ridgwayrecord&Callback=document.widget_626672.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 = \'https:\/\/markets.financialcontent.com\/ridgwayrecord\/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_626672.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_626672 = new getquote1();\n');
document.write('<\/scr'+'ipt>\n');
document.write('<style type="text\/css">@import url(https:\/\/markets.financialcontent.com\/widget\/investcenter-nonfree\/getquote\/getquote1.css);<\/style><style type="text\/css">@import url(https:\/\/markets.financialcontent.com\/client\/ridgwayrecord\/widget.css);<\/style><style type="text\/css">@import url(https:\/\/markets.financialcontent.com\/client\/ridgwayrecord\/ridgwayrecord\/widget.css);<\/style>\n');
document.write('<\/div>\n');
document.write('<div style="padding-top: 8px; padding-bottom: 5px;">\n');
document.write(' <div class="watchlist2">\n');
document.write(' <table width="100%" border="0" cellspacing="0" cellpadding="0" >\n');
document.write('  <thead>\n');
document.write('   <tr>\n');
document.write('    <th class="symbol">Symbol<\/th>\n');
document.write('    <th class="price">Price<\/th>\n');
document.write('    <th class="change">Change (%)<\/th>\n');
document.write('   <\/tr>\n');
document.write('  <\/thead>\n');
document.write('  <tbody>\n');
document.write('   <tr class="row1">\n');
document.write('    <td class="arrow arrow_up symbol">\n');
document.write('     <a href="http:\/\/business.ridgwayrecord.com\/ridgwayrecord\/quote?Symbol=NY:DIA">DJIA ETF<\/a>\n');
document.write('    <\/td>\n');
document.write('    <td class="price">446.67<\/td>\n');
document.write('    <td class="change positive change_positive">\n');
document.write('     <span>+0.75 (+0.17%)<\/span>\n');
document.write('    <\/td>\n');
document.write('   <\/tr>\n');
document.write('   <tr class="row2">\n');
document.write('    <td class="arrow arrow_up symbol">\n');
document.write('     <a href="http:\/\/business.ridgwayrecord.com\/ridgwayrecord\/quote?Symbol=NY:SPY">S&amp;P ETF<\/a>\n');
document.write('    <\/td>\n');
document.write('    <td class="price">612.93<\/td>\n');
document.write('    <td class="change positive change_positive">\n');
document.write('     <span>+1.44 (+0.24%)<\/span>\n');
document.write('    <\/td>\n');
document.write('   <\/tr>\n');
document.write('   <tr class="row1">\n');
document.write('    <td class="arrow arrow_up symbol">\n');
document.write('     <a href="http:\/\/business.ridgwayrecord.com\/ridgwayrecord\/quote?Symbol=NQ:QQQ">QQQ<\/a>\n');
document.write('    <\/td>\n');
document.write('    <td class="price">539.52<\/td>\n');
document.write('    <td class="change positive change_positive">\n');
document.write('     <span>+0.15 (+0.03%)<\/span>\n');
document.write('    <\/td>\n');
document.write('   <\/tr>\n');
document.write('   <tr class="row2">\n');
document.write('    <td class="arrow arrow_up symbol">\n');
document.write('     <a href="http:\/\/business.ridgwayrecord.com\/ridgwayrecord\/quote?Symbol=NQ:GOOGL">Alphabet<\/a>\n');
document.write('    <\/td>\n');
document.write('    <td class="price">185.27<\/td>\n');
document.write('    <td class="change positive change_positive">\n');
document.write('     <span>+1.50 (+0.82%)<\/span>\n');
document.write('    <\/td>\n');
document.write('   <\/tr>\n');
document.write('   <tr class="row1">\n');
document.write('    <td class="arrow arrow_down symbol">\n');
document.write('     <a href="http:\/\/business.ridgwayrecord.com\/ridgwayrecord\/quote?Symbol=NQ:AMZN">Amazon<\/a>\n');
document.write('    <\/td>\n');
document.write('    <td class="price">226.63<\/td>\n');
document.write('    <td class="change negative change_negative">\n');
document.write('     <span>-0.02 (-0.01%)<\/span>\n');
document.write('    <\/td>\n');
document.write('   <\/tr>\n');
document.write('   <tr class="row2">\n');
document.write('    <td class="arrow arrow_up symbol">\n');
document.write('     <a href="http:\/\/business.ridgwayrecord.com\/ridgwayrecord\/quote?Symbol=NQ:AAPL">Apple<\/a>\n');
document.write('    <\/td>\n');
document.write('    <td class="price">244.87<\/td>\n');
document.write('    <td class="change positive change_positive">\n');
document.write('     <span>+0.40 (+0.16%)<\/span>\n');
document.write('    <\/td>\n');
document.write('   <\/tr>\n');
document.write('   <tr class="row1">\n');
document.write('    <td class="arrow arrow_up symbol">\n');
document.write('     <a href="http:\/\/business.ridgwayrecord.com\/ridgwayrecord\/quote?Symbol=NY:BA">Boeing<\/a>\n');
document.write('    <\/td>\n');
document.write('    <td class="price">186.15<\/td>\n');
document.write('    <td class="change positive change_positive">\n');
document.write('     <span>+1.18 (+0.64%)<\/span>\n');
document.write('    <\/td>\n');
document.write('   <\/tr>\n');
document.write('   <tr class="row2">\n');
document.write('    <td class="arrow arrow_up symbol">\n');
document.write('     <a href="http:\/\/business.ridgwayrecord.com\/ridgwayrecord\/quote?Symbol=NY:DIS">Disney<\/a>\n');
document.write('    <\/td>\n');
document.write('    <td class="price">111.35<\/td>\n');
document.write('    <td class="change positive change_positive">\n');
document.write('     <span>+1.79 (+1.63%)<\/span>\n');
document.write('    <\/td>\n');
document.write('   <\/tr>\n');
document.write('   <tr class="row1">\n');
document.write('    <td class="arrow arrow_down symbol">\n');
document.write('     <a href="http:\/\/business.ridgwayrecord.com\/ridgwayrecord\/quote?Symbol=NY:HD">Home Depot<\/a>\n');
document.write('    <\/td>\n');
document.write('    <td class="price">395.43<\/td>\n');
document.write('    <td class="change negative change_negative">\n');
document.write('     <span>-7.88 (-1.95%)<\/span>\n');
document.write('    <\/td>\n');
document.write('   <\/tr>\n');
document.write('   <tr class="row2">\n');
document.write('    <td class="arrow arrow_down symbol">\n');
document.write('     <a href="http:\/\/business.ridgwayrecord.com\/ridgwayrecord\/quote?Symbol=NY:MA">MasterCard<\/a>\n');
document.write('    <\/td>\n');
document.write('    <td class="price">568.50<\/td>\n');
document.write('    <td class="change negative change_negative">\n');
document.write('     <span>-0.11 (-0.02%)<\/span>\n');
document.write('    <\/td>\n');
document.write('   <\/tr>\n');
document.write('   <tr class="row1">\n');
document.write('    <td class="arrow arrow_up symbol">\n');
document.write('     <a href="http:\/\/business.ridgwayrecord.com\/ridgwayrecord\/quote?Symbol=NQ:MSFT">Microsoft<\/a>\n');
document.write('    <\/td>\n');
document.write('    <td class="price">414.77<\/td>\n');
document.write('    <td class="change positive change_positive">\n');
document.write('     <span>+5.13 (+1.25%)<\/span>\n');
document.write('    <\/td>\n');
document.write('   <\/tr>\n');
document.write('   <tr class="row2">\n');
document.write('    <td class="arrow arrow_up symbol">\n');
document.write('     <a href="http:\/\/business.ridgwayrecord.com\/ridgwayrecord\/quote?Symbol=NQ:NFLX">Netflix<\/a>\n');
document.write('    <\/td>\n');
document.write('    <td class="price">1,043.33<\/td>\n');
document.write('    <td class="change positive change_positive">\n');
document.write('     <span>+7.48 (+0.72%)<\/span>\n');
document.write('    <\/td>\n');
document.write('   <\/tr>\n');
document.write('   <tr class="row1">\n');
document.write('    <td class="arrow arrow_down symbol">\n');
document.write('     <a href="http:\/\/business.ridgwayrecord.com\/ridgwayrecord\/quote?Symbol=NY:ASB">ASB<\/a>\n');
document.write('    <\/td>\n');
document.write('    <td class="price">25.41<\/td>\n');
document.write('    <td class="change negative change_negative">\n');
document.write('     <span>-0.01 (-0.04%)<\/span>\n');
document.write('    <\/td>\n');
document.write('   <\/tr>\n');
document.write('   <tr class="row2">\n');
document.write('    <td class="arrow arrow_down symbol">\n');
document.write('     <a href="http:\/\/business.ridgwayrecord.com\/ridgwayrecord\/quote?Symbol=NY:V">Visa<\/a>\n');
document.write('    <\/td>\n');
document.write('    <td class="price">355.23<\/td>\n');
document.write('    <td class="change negative change_negative">\n');
document.write('     <span>-1.50 (-0.42%)<\/span>\n');
document.write('    <\/td>\n');
document.write('   <\/tr>\n');
document.write('  <\/tbody>\n');
document.write(' <\/table>\n');
document.write('<\/div>\n');
document.write('<style type="text\/css">@import url(https:\/\/markets.financialcontent.com\/widget\/investcenter-nonfree\/snapshot\/snapshot_heritage.css);<\/style>\n');
document.write('\n');
document.write('<\/div>\n');
document.write('<div class="attribution"><a href="https:\/\/www.cloudquote.io\/">Powered by Cloudquote.io<\/a><\/div>\n');
document.write('     <div style="text-align: center; padding-top:5px">\n');
document.write('      \n');
document.write('  <iframe id=\'fcad1929797\' name=\'fcad1929797\' src=\'\/\/ads.financialcontent.com\/www\/delivery\/afr.php?n=fcad1929797&amp;&amp;zoneid=5288&amp;cb=fcad1929797\' framespacing=\'0\' frameborder=\'no\' scrolling=\'no\' width=\'300\' height=\'250\' allowtransparency=\'true\'><\/iframe>\n');
document.write('  <scr'+'ipt type=\'text\/javascr'+'ipt\' src=\'\/\/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='//tracker.financialcontent.com/track.js?Source=https%3A%2F%2Fmarkets.financialcontent.com%2Fridgwayrecord%2Fwidget%3Asnapshot%3FHTTP_HOST%3Dmarkets.financialcontent.com%26HTTPS%3Doff%26Output%3DJS&Type=widget&Client=ridgwayrecord&rand=' + Math.random();
  h34608402.appendChild(script);
 