function brows(){
if(top.slf.length==0)
self.location.href='front.html';
else
self.location.href=top.slf; 
}
