var w;var h;if (document.all) {	w = document.body.clientWidth - 10;	h = document.body.clientHeight- 50;} else {	w = innerWidth - 10;	h = innerHeight - 50;}document.write("<OBJECT classid = 'clsid:CAFEEFAC-0014-0002-0000-ABCDEFFEDCBA' codebase = 'http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,0' WIDTH='" + w + "' HEIGHT='" + h + "'>" + 	"<PARAM NAME='archive' VALUE='DUBandPASTE.jar'>" +    "<PARAM NAME = CODE VALUE ='DUB_AND_PASTE.class'>" + 	"<PARAM NAME = CODEBASE VALUE ='java'>" +     "<PARAM NAME = 'type' VALUE = 'application/x-java-applet'>" +    "<PARAM NAME = 'scriptable' VALUE = 'false'>" +    "<COMMENT>" +	"<EMBED  archive='DUBandPASTE.jar' type='application/x-java-applet' CODE='DUB_AND_PASTE.class' CODEBASE='java'  WIDTH='" + w + "' HEIGHT='" + h + "' scriptable='false' pluginspage='http://java.sun.com/products/plugin/index.html#download'>" +	 "<NOEMBED>" +            "Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason. please set java on." +            "</NOEMBED>" +	"</EMBED>" +    "</COMMENT>" +"</OBJECT>" );