// Load the speed test active X xontrol dynamically
// so IE does not prompt user to click to activate the control

document.write('<applet name="speedometerApplet" code="speedometer.SpeedometerApplet.class" archive="speedometer_z.jar" width="370" height="175">');
document.write('<param name="downloadUrl" value="http://adslspeedtest.info/downloads/speedtesting.zip"/>');
document.write('<param name="downloadTimeSec" value="10"/>');
document.write('<param name="uploadUrl" value="http://adslspeedtest.info"/>');
document.write('<param name="uploadTimeSec" value="10"/>');
document.write('<param name="target" value="_blank"/>');
document.write('<param name="uploadDataLength" value="10000000"/>');
document.write('<param name="cmdTest.text" value="Run Tests"/>');
document.write('<param name="cmdTestUpload.text" value="Run Upload Test"/>');
document.write('<param name="lbUpload.text" value="Upload"/>');
document.write('<param name="cmdTestDownload.text" value="Run Download Test"/>');
document.write('<param name="lbDownload.text" value="Download"/>');
document.writeln('</applet>');