// 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="jbmApplet" code="jbm.client.JbmApplet.class" archive="jbm_client_obf.jar" width="460" height="480">');
document.writeln('</applet>');
