// JavaScript Document
	function test()
	{
		signature(288, 34, 'signature.html');
	}
    window.onload = test;
