/* start anti-frame script */function breakout_of_frame(){  if (top.location != location) {    top.location.href = document.location.href ;  }}/* end anti-frame script *//* start focus on username login -->   function formfocus() {      document.getElementById('username').focus();   }   window.onload = formfocus;/* end focus on username login */