function not_empty(str)
{
	return (str != "");
}

function emailProtect(email)
{
	document.write("<a href=" + "mail" + "to:" + email + "@pawshpal.com>" + email + "@dogtags.com</a>");
}
