Index: /CKTester/fort.html
===================================================================
--- /CKTester/fort.html	(revision 4797)
+++ /CKTester/fort.html	(revision 4798)
@@ -19,5 +19,5 @@
 	</div>
 	<hr />
-	<iframe id="testFrame" src="javascript:;" style="position: absolute; width: 50px; height: 50px; left: -1000px">
+	<iframe id="testFrame" style="position: absolute; width: 50px; height: 50px; left: -1000px">
 	</iframe>
 	<div id="testLogger" class="testAll"></div>
Index: /CKTester/fort.js
===================================================================
--- /CKTester/fort.js	(revision 4797)
+++ /CKTester/fort.js	(revision 4798)
@@ -65,4 +65,5 @@
 
 			// Include variables and profile definitions.
+			document.open();
 			document.write( '<script src="' + profile + '" type="text/javascript"><\/script>' );
 			document.write( '<script src="' + variables + '" type="text/javascript"><\/script>' );
@@ -71,4 +72,5 @@
 			// even without the server proxy.
 			document.write( '<script src="testswarm.js" type="text/javascript"></script>' );
+			document.close();
 
 			window.onload = ( function()
@@ -266,4 +268,5 @@
 		allComplete : function()
 		{
+			alert( 'allComplete' );
 		},
 
