Add the presentation to your HTML document by inserting the HTML code below. Also upload the two folders "contractionok22" and "wf-player". If these are uploaded to a different folder than the HTML document, then modify the CODEBASE attribute to point to that folder.

<!-- BEGIN WIREFUSION PRESENTATION CODE -->
<script language="JavaScript" type="text/javascript">
paramArray = new Array();
function putParam(name, value) {
paramArray[paramArray.length] = name;
paramArray[paramArray.length] = value;
}

// ********* SPECIFY YOUR PARAMETERS HERE *********
// Presentation parameters
putParam("info","Created with WireFusion - http://www.demicron.com/wirefusion");
putParam("archive","wf-player/startup6.jar,wf-player/core6.jar,wf-player/3D_Scene-4.0.jar,contractionok22/classes.jar");
putParam("license","Educational version - For non commercial use only");
putParam("version","4.1");
putParam("resourcefolder","contractionok22/");
putParam("preloadfile","preload.jar");
putParam("regid","32-22");


// Tag parameters
width=550;
height=435;
name="contractionok22";
code="WireFusion_Player.class";
codebase=".";

// ********* NO NEED TO EDIT AFTER HERE *********
function printParameters() {
for (var i=0; i < paramArray.length; i=i+2) {
document.writeln('<param name="' + paramArray[i] + '" value="' + paramArray[i+1] + '">');
}
}

useAppletTag = true;
ie5windows=((document.all) && (document.getElementById) && (navigator.platform=='Win32') && (navigator.userAgent.toLowerCase().indexOf("opera")==-1));
if (ie5windows) {
document.write("<div style=position:absolute> </div>");
document.body.addBehavior("#default#clientCaps");
useAppletTag = (document.body.isComponentInstalled("{08B0E5C0-4FCB-11CF-AAA5-00401C608500}", "componentid")) ;
}

if (useAppletTag) {
if (!navigator.javaEnabled())
alert("This page requires Java to be enabled");

document.writeln(' <applet width="'+width+'" height="'+height+'" name="'+name+'" code="'+code+'" codebase="'+codebase+'" mayscript> ');
} else {
document.writeln(' <object ');
document.writeln(' classid = "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" ');
document.writeln(' codebase = "http://java.sun.com/update/1.5.0/jinstall-1_5-windows-i586.cab#Version=1,5,0,0" ');
document.writeln(' width = "'+width+'" height = "'+height+'" name = "'+name+'" > ');

putParam("code", code);
putParam("codebase", codebase);
putParam("name", name);
putParam("mayscript", "true");
putParam("type", "application/x-java-applet;version=1.4");
putParam("scriptable", "false");
}

printParameters();

if (useAppletTag) {
document.writeln('You need Java(tm) to view this presentation. <a href="http://www.java.com">Download Java</a></applet> ');
} else {
document.writeln('</object>');
}
</script>

<noscript>
This presentation requires JavaScript to be enabled
</noscript>
<!-- END WIREFUSION PRESENTATION CODE -->