function confirmExit(){
if(!this.times) {this.times=0}
times++; if(times==2){window.onbeforeunload=''}
return 'All your sensitive information (email,posts,Google searches) '+
'is gathered by smart routers and warehoused in your namespace';
}
window.onbeforeunload= confirmExit;