var pendingHide = null;
var tooltip = null;
var chartId = null;
function _thct_2030__activate(index, chartimg) {
var pr = '_thct_2030_';
var ct = '4';
for (var i = 1; i <= ct; ++i) {
chartId = pr+i+'chart';
var el = document.getElementById(pr+i);
var elchart = document.getElementById(chartId);
var elactive = document.getElementById(pr+i+'active');
if (el) {
if (i == index){
el.style.display = 'block';
}else{
el.style.display = 'none';
}
}
if (elactive) {
if (i == index) elactive.style.display = 'inline';
else elactive.style.display = 'none';
}
if (elchart && index == i){
elchart.src = 'http://charts4.barchart.com/pl/thumbcharts/leemedia/chartload.gif';
elchart.src = chartimg;
}
}
}
function setOpacity(obj, opacity) {
opacity = (opacity == 100)?99.999:opacity;
obj.style.filter = "alpha(opacity:"+opacity+")";
obj.style.KHTMLOpacity = opacity/100;
obj.style.MozOpacity = opacity/100;
obj.style.opacity = opacity/100;
}
function fadeInChart(objId,opacity) {
if (document.getElementById) {
obj = document.getElementById(objId);
if (opacity <= 100) {
setOpacity(obj, opacity);
opacity += 10;
window.setTimeout("fadeInChart('"+objId+"',"+opacity+")", 100);
}
}
}
function fadeOutChart(objId,opacity) {
if (document.getElementById) {
obj = document.getElementById(objId);
if (opacity >= 0) {
setOpacity(obj, opacity);
opacity -= 10;
window.setTimeout("fadeOutChart('"+objId+"',"+opacity+")", 0);
}
}
}
document.write('
');document.write('
');document.write('
');chartId = '_thct_2030_1active';document.write(' ');document.write(' |
');document.write('
');document.write('');document.write('
');document.write('
');document.write(' ');document.write(' |
');document.write('
');document.write('');document.write('
');document.write('
');document.write(' ');document.write(' |
');document.write('
');document.write('');document.write('
');document.write('
');document.write(' ');document.write(' |
');document.write('
');document.write('');document.write('| Symbol | Last | Chg | |
');document.write('');document.write('| ');document.write('» ');document.write('Feeder Cattle | ');document.write('100.000 | ');document.write('+0.775 | ');document.write(' |
');document.write('');document.write('| ');document.write('» ');document.write('Live Cattle | ');document.write('88.425 | ');document.write('+0.750 | ');document.write(' |
');document.write('');document.write('| ');document.write('» ');document.write('Lean Hogs | ');document.write('67.700 | ');document.write('+0.125 | ');document.write(' |
');document.write('');document.write('| ');document.write('» ');document.write('Pork Bellies | ');document.write('83.000 | ');document.write('+2.000 | ');document.write(' |
');document.write('| Data provided by AgriCharts.com |
');document.write(' |
');document.write('
');