function tas(){
document.f.t.focus();
document.f.t.select();
document.execCommand('Copy')
}
