var pendingHide = null;var tooltip = null;var chartId = null;var qtCnt = (document.getElementById("qt-script-cnt") === null) ? 0 : document.getElementById("qt-script-cnt").value; function hideTooltip() {if (tooltip) pendingHide = setTimeout("tooltip.style.display = 'none';", 200);}function showTooltip(e, label) {if (pendingHide) {clearTimeout(pendingHide);pendingHide = null;}e = e || window.event;var tooltipText;if (!tooltip) {tooltip = document.createElement('div');tooltip.style.position = 'absolute';tooltip.id = 'tooltip';tooltipText = document.createElement('div');tooltipText.className = 'tooltip';tooltip.appendChild(tooltipText);document.body.appendChild(tooltip);} else {tooltipText = tooltip.firstChild;}tooltipText.innerHTML = label;var left = e.pageX || (e.clientX + (document.documentElement.scrollLeft || document.body.scrollLeft));var top = e.pageY || (e.clientY + (document.documentElement.scrollTop || document.body.scrollTop));tooltip.style.display = '';tooltip.style.top = (top + 5) + 'px';tooltip.style.left = (left + 20) + 'px';} var page = "snapshot"; document.write('
As of 09/15/18 01:18 Provided by QT Info Systems, Inc.
Light Sweet Crude Oil
Oct-201868.99P
Nov-201868.77P
Dec-201868.67P
Natural Gas
Oct-20182.767P
Nov-20182.751P
Dec-20182.843P
Unleaded Gasoline
Oct-20181.9702P
Nov-20181.9591P
Dec-20181.9473P
Ethanol
Oct-20181.281P
Nov-20181.288P
Dec-20181.306P
'); if (document.getElementById("synch-symbols") !== undefined && document.getElementById("synch-symbols") !== null && document.getElementById("synch-symbols").value) { document.getElementById("synch-symbols").value+= "CL*1,CL*2,CL*3,NG*1,NG*2,NG*3,RB*1,RB*2,RB*3,ZK*1,ZK*2,ZK*3"; document.getElementById("qt-script-cnt").value++; } else { document.write('
'); }