$(function(){
	var webpath = $('#const_webpath').val();
	$('#ipt_email').toggleVal();
	$('#forgotten').click(function(){
		$("#dialog_frgt").dialog('open');
		return false;
	});
});