kstatus();
function kstatus(){
  self.status="Embig.Com";
  setTimeout("kstatus()",0);
}