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