// Load the speed test from AuditMyPC.com active X xontrol dynamically
// so IE does not prompt user to click to activate the control - see http://www.auditmypc.com for more cool stuff!

document.write('<applet name="webToolApplet" code="jmaster.webtool.app.WebToolApplet.class" archive="webtool_z.jar" width="800" height="600"  mayscript>');
document.write('<param name="" value=""></param>');
document.writeln('</applet>');