<html><head><script type="text/javascript"> <!-- function test_1( t ) { t.plan( 1 ); // we will make one assertion t.ok( true, "this is ok" ); // that's it } // --> </script></head><body></body></html>