//Speed of scroll. Larger=faster (ie: 5)var scrollspeed=cache=4;function initialize(){marqueewidth=document.all? parent.document.all.datamain.width : parent.document.getElementById('datamain').getAttribute('width')dataobj=document.all? document.all.datacontainer : document.getElementById('datacontainer')dataobj.style.left=marqueewidththewidth=document.images['tstimg'].width//alert(document.images['tstimg'].width);scrolltest()}function scrolltest(){dataobj.style.left=parseInt(dataobj.style.left)-scrollspeedif (parseInt(dataobj.style.left) < thewidth*(-1)) {dataobj.style.left=marqueewidth}setTimeout('scrolltest()',50)}window.onload=initialize//
