function killer(v)    
{ 
     if(v==1)    
     {    
      window.location.replace(window.location.href); 
     }  
}