var numSlides = 1; function slideshow(index) { for (var i = 1; i <= numSlides; i++) { document.getElementById('_thct_6239_' + i).style.display = 'none'; } document.getElementById('_thct_6239_' + index).style.display = ''; if (index+1 <= numSlides) setTimeout('slideshow('+(index+1)+')', 6000); else setTimeout('slideshow(1)', 6000); } document.write('
'); document.write('
Crude Oil74.77 +0.10
'); document.write('CLV0 chart'); document.write('
'); slideshow(1);