function Verify(strMessage)
{
	return(confirm("Are you sure you wish to " + strMessage));
}

function Page_Load()
{
	try
	{
		Page_Error();
	}
	catch(ex)
	{
	}
	
	try
	{
		Page_Load_Custom();
	}
	catch(ex)
	{
	}
}
