// entry point
window.onload = function()
{
	// forgot password button
	document.getElementById('button_forgotpw').onclick = function()
	{
		window.location.href = '/store/client/account/recover-password/';
	}
}