var numSlides = 1; function slideshow(index) { for (var i = 1; i <= numSlides; i++) { document.getElementById('_thct_3118_' + i).style.display = 'none'; } document.getElementById('_thct_3118_' + index).style.display = ''; if (index+1 <= numSlides) setTimeout('slideshow('+(index+1)+')', 6000); else setTimeout('slideshow(1)', 6000); } document.write('
'); document.write('
Gold1256.0 +0.4
'); document.write('GCU0 chart'); document.write('
'); slideshow(1);