
function check() {
 
	var pwd = document.ppd.pswd.value
    location.href = 'http://www.unitedmortgagesolutions.org/' + escape(pwd) + '.html';
}

function send()
{document.ppd.submit()}