﻿function sf(){
  if(document.f)
  	document.f.UserName.focus();}
window.onload=function(){sf();};

