<!--
var st,et; function teststart() { st=new Date(); document.bt.time.value="Downloading..."; document.bt.
bandwidth.value="" } function testend() { et=new Date(); var tt=(et.getTime()-st.getTime())/1000
bandwidth=Math.round((102403*8/tt)/1000); document.bt.bandwidth.value=bandwidth+" Kbps"
document.bt.time.value=tt+" secs" } d=new Date(); var imgsrc="http://www.oregonelp.net/oregonelp/resources/ode_images/test.gif?"+d.getTime()
document.write("<img width=50 height=180 onload=testend() src="+imgsrc+">"); teststart()
// -->
