function linkSelf(){
 var strHref = window.location.href;
 location.replace(strHref); 
} 
