function on_focus(obj){
	obj.style.borderColor="#5e9e7f";
}

function on_blur(obj){
	obj.style.borderColor="#666";
}

onload=function(){document.getElementById("login").focus() ;

if(parent.location.href!=document.location.href)
		parent.location.href="/auth/"
}